Keep doc/source/api in repository

Change-Id: I81b40d2775b4600c7a9142ebdfa062f496c96bb0
This commit is contained in:
Frédéric Guillot 2017-05-26 16:46:26 -04:00
parent 0359ecfefb
commit 266882ea9d
8 changed files with 48 additions and 1 deletions

1
.gitignore vendored
View File

@ -44,7 +44,6 @@ output/*/index.html
# Sphinx
doc/build
doc/source/api
# pbr generates these
AUTHORS

View File

@ -0,0 +1,7 @@
The :mod:`almanachclient.exceptions` Module
===========================================
.. automodule:: almanachclient.exceptions
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
The :mod:`almanachclient.http_client` Module
============================================
.. automodule:: almanachclient.http_client
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
The :mod:`almanachclient.keystone_client` Module
================================================
.. automodule:: almanachclient.keystone_client
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
The :mod:`almanachclient.shell` Module
======================================
.. automodule:: almanachclient.shell
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
The :mod:`almanachclient.v1.client` Module
==========================================
.. automodule:: almanachclient.v1.client
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
The :mod:`almanachclient.version` Module
========================================
.. automodule:: almanachclient.version
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,6 @@
.. toctree::
:maxdepth: 1
almanachclient.exceptions.rst
almanachclient.keystone_client.rst
almanachclient.v1.client.rst