RETIRED, Cross-platform instance initialization
Go to file
Scott Moser 3e9bfcfd7a fix 'tox -e docs' by limiting sphinx versions
pbr has issues invoking sphinx versions >1.3 (http://pad.lv/1379998)

The fix here is two-fold:
 a.) no longer use 'pip install --pre'
     I'd rather spend less time debugging failures due to new pip packages.
 b.) shorten the list of requirements on sphinx as a result of 'a'
     Since 1.3b* versions were pre, and we're no longer installing with --pre
     we do not need to explicitly blacklist them.

At a future date when pbr is available with a fix, we can remove the upper
limit on sphinx.

Change-Id: I696fc3e4ef8803bbb2a95e34501d5330a64ab93c
2015-07-02 17:11:08 -04:00
cloudinit Add importlib for python 2.6 *only* 2015-07-02 09:41:23 -07:00
doc/source Clean up stale auto-generated autodoc files. 2015-06-25 15:22:43 +00:00
inits LICENSE: license / header redux 2015-05-13 21:26:05 -04:00
packages LICENSE: license / header redux 2015-05-13 21:26:05 -04:00
specs Improve the design spec for the distro hierarchy. 2015-01-30 02:05:01 +02:00
tools tox: disable proxies when running nosetests 2015-06-25 09:54:55 -04:00
.gitignore Remove and ignore files that are now generated by the doc build. 2015-06-05 20:54:33 +01:00
.gitreview Fix all the current brokeness 2015-04-01 11:54:46 -07:00
HACKING.rst HACKING.rst: mention signing the contribors agreement 2015-06-23 13:20:57 -04:00
LICENSE LICENSE: license / header redux 2015-05-13 21:26:05 -04:00
LICENSE-Apache2.0 LICENSE: license / header redux 2015-05-13 21:26:05 -04:00
LICENSE-GPLv3 license change GPLv3 to Apache 2.0 2015-03-24 20:22:08 -04:00
MANIFEST.in Fix all the current brokeness 2015-04-01 11:54:46 -07:00
README.rst Fix all the current brokeness 2015-04-01 11:54:46 -07:00
requirements.txt Merge "Bring over the 'url_helper' module from bzr" 2015-06-10 18:27:18 +00:00
setup.cfg Fail the doc build if we have any warnings. 2015-06-12 18:33:11 +01:00
setup.py Fix all the current brokeness 2015-04-01 11:54:46 -07:00
test-requirements.txt fix 'tox -e docs' by limiting sphinx versions 2015-07-02 17:11:08 -04:00
tox.ini fix 'tox -e docs' by limiting sphinx versions 2015-07-02 17:11:08 -04:00

README.rst

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