503421d3d4
This is now folded into the initial migration of the 'expand_repo' repository. Previously, this was a dummy migration. We simply move things across and remove any code that was trying to work with the older repo since it's no longer necessary. A release note is added, even though it's not really necessary since nothing will change for users. It's more of a heads up that things are afoot. Change-Id: I59882d88fe593ec1ae37415b2157584f7f3c85f8 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> |
||
---|---|---|
.. | ||
ext | ||
source | ||
Makefile | ||
README.rst | ||
requirements.txt |
Building Docs
Developer documentation is generated using Sphinx. To build this documentation, run the following from the root of the repository:
$ tox -e docs
The documentation will be built at doc/build/
.