Files
deb-python-aodhclient/doc/source/api.rst
Julien Danjou 15f43e5de4 Name the package `gnocchiclient'
There is no good reason to name this python-gnocchiclient, except
following the bad trend started with OpenStack. Let's be smarter and use
gnocchiclient on PyPI.

Change-Id: I05957ae04223ceb7c89b46f7548bf88570971a13
2015-09-24 21:28:18 +02:00

28 lines
463 B
ReStructuredText

The :mod:`gnocchiclient` Python API
===================================
.. module:: gnocchiclient
:synopsis: A client for the Gnocchi API.
.. currentmodule:: gnocchiclient
Usage
-----
To use gnocchiclient in a project::
>>> from gnocchiclient.v1 import client
>>> gnocchi = client.Client(...)
>>> gnocchi.resource.list("instance")
Reference
---------
For more information, see the reference:
.. toctree::
:maxdepth: 2
ref/v1/index