Brian Curtin b0a65514c0 Prepare for documentation of Resources
Add a section for where Resource classes will show up in the docs and
enter two skeleton pages for how this will look. Later changes will
cover the actual member-level documentation of the Resource classes for
each service, along with their addition to the TOC.

This additionally sets autodoc_member_order globally to "bysource",
meaning it'll order the rendered member documentation in the order it
was written. The default of alphabetical order by what shows up in
__dir__ is not as helpful or as readable as how we've organized the code.

Change-Id: Ifcd7cd81ba55ecb429c50680a926d4f8a44ca9a3
2014-11-24 16:40:55 -06:00
2014-11-21 19:41:34 +00:00
2014-04-21 09:31:52 -06:00
2014-10-07 16:03:53 -06:00
2014-11-13 08:11:58 -07:00
2014-06-16 14:03:30 -07:00

OpenStack Python SDK

python-openstacksdk is a new Python library and SDK for OpenStack clouds. It is very young, and not yet usable, but it's under active development.

Our goal is to provide a Python library which is:

  • Pleasant to use
  • Well documented
  • Complete (works with any OpenStack project)

Building Documentation

This documentation is written by contributors, for contributors.

The source is maintained in the doc/source/ folder using reStructuredText and built by Sphinx

To build the docs locally:

$ python setup.py build_sphinx

Results are in the doc/build/html/ directory.

Requirements

  • Python 2.6+, Python 3.3+
  • pbr
  • requests
  • iso8601
  • stevedore

License

Apache 2.0

Description
Unified SDK for OpenStack
Readme 78 MiB
Languages
Python 99.9%