~corey.bryant/python-keystoneclient/1.6.0

« back to all changes in this revision

Viewing changes to doc/source/index.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-22 12:58:18 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120622125818-yy6uzmhxu12q20cr
Tags: 2012.2~f2~20120621.121-0ubuntu
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Python bindings to the OpenStack Keystone API
 
2
==================================================
 
3
 
 
4
This is a client for OpenStack Keystone API. There's :doc:`a Python API
 
5
<using-api>` (the :mod:`keystoneclient` module), and a :doc:`command-line script
 
6
<shell>` (installed as :program:`keystone`).
 
7
 
 
8
Contents:
 
9
 
 
10
.. toctree::
 
11
   :maxdepth: 1
 
12
 
 
13
   using-api
 
14
   shell
 
15
   ref/index
 
16
   releases
 
17
 
 
18
Contributing
 
19
============
 
20
 
 
21
Code is hosted `on GitHub`_. Submit bugs to the Keystone project on 
 
22
`Launchpad`_. Submit code to the openstack/python-keystoneclient project using
 
23
`Gerrit`_.
 
24
 
 
25
.. _on GitHub: https://github.com/openstack/python-keystoneclient
 
26
.. _Launchpad: https://launchpad.net/keystone
 
27
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
 
28
 
 
29
Run tests with ``python setup.py test``.
 
30
 
 
31
Indices and tables
 
32
==================
 
33
 
 
34
* :ref:`genindex`
 
35
* :ref:`modindex`
 
36
* :ref:`search`
 
37