
To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc/source and build results go in project/doc/build. Change-Id: I205e8bb1ddf6dae1d7392b32975319c6a6d98673
38 lines
873 B
ReStructuredText
38 lines
873 B
ReStructuredText
Python bindings to the OpenStack Keystone API
|
|
==================================================
|
|
|
|
This is a client for OpenStack Keystone API. There's :doc:`a Python API
|
|
<using-api>` (the :mod:`keystoneclient` module), and a :doc:`command-line script
|
|
<shell>` (installed as :program:`keystone`).
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
using-api
|
|
shell
|
|
ref/index
|
|
releases
|
|
|
|
Contributing
|
|
============
|
|
|
|
Code is hosted `on GitHub`_. Submit bugs to the Keystone project on
|
|
`Launchpad`_. Submit code to the openstack/python-keystoneclient project using
|
|
`Gerrit`_.
|
|
|
|
.. _on GitHub: https://github.com/openstack/python-keystoneclient
|
|
.. _Launchpad: https://launchpad.net/keystone
|
|
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
|
|
|
|
Run tests with ``python setup.py test``.
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|