1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
openstacksdk
============
This documentation is split into three sections:
* An :doc:`installation <install/index>` guide
* A section for :doc:`users <user/index>` looking to build applications
which make use of OpenStack
* A section for those looking to :doc:`contribute <contributor/index>`
to this project
Installation
------------
.. toctree::
:maxdepth: 2
install/index
For Users
---------
.. toctree::
:maxdepth: 2
user/index
For Contributors
----------------
.. toctree::
:maxdepth: 2
contributor/index
General Information
-------------------
General information about the SDK including a glossary and release history.
.. toctree::
:maxdepth: 1
Glossary of Terms <glossary>
Release Notes <releasenotes>
|