gordon chung cad8107b6a clean up docs
Change-Id: Ib762e232af114bf1ab5f01c5274219cc6c0302ac
2016-01-21 02:42:46 +00:00

28 lines
422 B
ReStructuredText

The :mod:`aodhclient` Python API
================================
.. module:: aodhclient
:synopsis: A client for the Aodh API.
.. currentmodule:: aodhclient
Usage
-----
To use aodhclient in a project::
>>> from aodhclient.v2 import client
>>> aodh = client.Client(...)
>>> aodh.alarm.list()
Reference
---------
For more information, see the reference:
.. toctree::
:maxdepth: 2
ref/v2/index