![]() Quantum is now called neutron, so we should do the renaming, too. This commit is the result of simple mechanical search-and-replace followed by renaming files, followed by reordering imports to make pep8 happy. Building of binary RPMs is still broken, as well as many other things, but this will be fixed in separate changes. Partial-bug: #1198041 Co-authored-by: Joshua Harlow <harlowja@gmail.com> Change-Id: Idd1cce74309e67fd6bbb1348f40fcc9946703fc2 |
||
---|---|---|
.. | ||
source | ||
Makefile | ||
README.rst |
Building the docs
Dependencies
- Sphinx
-
You'll need sphinx (the python one) and if you are using the virtualenv you'll need to install it in the virtualenv specifically so that it can load the nova modules.
pip install Sphinx
Use make
Just type make:
% make html
Look in the Makefile for more targets.
Check out the build directory to find them. Yay!