
This avoid modules that have been moved/removed from continuing to have documentation generated for them. We use git clean to allow us to have other files in there. Possibly not an issue on the build hosts, but definitely irritating locally. Change-Id: I3403e8227913904a25b6a0866adfcc628d60419e
Cloud-init
Cloud-init initializes systems for cloud environments.
Join us
Testing and requirements
Requirements
TBD
Tox.ini
Our tox.ini
file describes several test environments
that allow to test cloud-init with different python versions and sets of
requirements installed. Please refer to the tox documentation to understand how
to make these test environments work for you.
Developer documentation
We also have sphinx documentation in docs/source
.
To build it, run:
$ python setup.py build_sphinx
Description