f5c478b027
Added a testing page to the documentation. This includes information on: * Running PEP8 checks * Running unit tests * Running functional tests Closes-bug:#1511731 Change-Id: I4a5cf4be98f32455e36ea7d6a45b18afca043809
29 lines
523 B
ReStructuredText
29 lines
523 B
ReStructuredText
===========================================
|
|
Python Bindings to the OpenStack Ironic API
|
|
===========================================
|
|
|
|
This is a client for OpenStack `Ironic`_ API. There's a Python API
|
|
(the `ironicclient` modules), and a command-line interface (installed as
|
|
`ironic`).
|
|
|
|
Contents
|
|
========
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
api_v1
|
|
cli
|
|
contributing
|
|
testing
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
|
|
.. _Ironic: https://wiki.openstack.org/wiki/Ironic
|