9f44f79a2d
Since we weren't autodoc'ing the modules during the docs build, the module index link was broken. This generates the module docs (but hides them from the main top-level table of contents) so they can be accessed via the 'Module Index' link. Also cleans up some docs issues so that warnerrors=True works during sphinx-build. Closes-Bug: #1472642 Change-Id: I5a3a16d1e81b12237452d5a3a3f7f0cc42618e88
22 lines
705 B
ReStructuredText
22 lines
705 B
ReStructuredText
============
|
|
Contributing
|
|
============
|
|
|
|
If you would like to contribute to the development of OpenStack,
|
|
you must follow the steps in this page:
|
|
|
|
http://docs.openstack.org/infra/manual/developers.html
|
|
|
|
If you already have a good understanding of how the system works and your
|
|
OpenStack accounts are set up, you can skip to the development workflow section
|
|
of this documentation to learn how changes to OpenStack should be submitted for
|
|
review via the Gerrit tool:
|
|
|
|
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
|
|
|
Pull requests submitted through GitHub will be ignored.
|
|
|
|
Bugs should be filed on StoryBoard, not GitHub:
|
|
|
|
https://storyboard.openstack.org/#!/project/713
|