openstacksdk/doc/source/index.rst
Stephen Finucane f280f7cdd6 docs: Add intro doc to user guide
This is essentially a repeat of content from the recently updated
README. We simply duplicate it rather than using complicated includes
because $effort.

Change-Id: If41a6b2d43d00e5bd78f6b2bd5bf33fa4a5d38d5
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-03-24 13:46:10 +00:00

47 lines
769 B
ReStructuredText

============
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>