Files
deb-python-openstacksdk/README.rst
Dean Troyer 6923b2cff9 Docs cleanup
Massage the default cookiecutter-provided structire to remove Sphinx
errors and make it our own.

Change-Id: I2996b793f6ef5881749a9fc3b7ce7d202a6a1349
2014-04-17 12:44:19 -05:00

39 lines
714 B
ReStructuredText

====================
OpenStack Python SDK
====================
``python-openstacksdk`` is a ground-up implementation of a Python
API and SDK for OpenStack REST services.
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`_
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _Sphinx: http://sphinx.pocoo.org/
* Building Manually::
$ python setup.py build_sphinx
Results are in the `build/sphinx/html` directory.
Requirements
------------
* Python 2.6+, Python 3.3+
* httpretty
* pbr
* requests
License
-------
Apache 2.0