Doc Migration: move the developer guide docs under contributor folder

Change-Id: I96db1d8cadb17d259c708967a4e92160e9ac3aba
This commit is contained in:
Ifat Afek 2017-07-25 10:59:18 +00:00
parent 4c7b6071b7
commit 9b94b76af7
11 changed files with 31 additions and 12 deletions

View File

@ -4,7 +4,6 @@ Team and repository tags
.. image:: https://governance.openstack.org/badges/python-vitrageclient.svg
:target: https://governance.openstack.org/reference/tags/index.html
:remote:
.. Change things from this point on
@ -46,9 +45,16 @@ Manual Install Steps:
Building and Packaging
----------------------
Install the tool dependencies
::
sudo apt-get install python-pip python-virtualenv
In the python-vitrageclient source directory
::
virtualenv --no-site-packages .venv
source ./.venv/bin/activate

View File

@ -1,4 +1,4 @@
============
Contributing
============
.. include:: ../../CONTRIBUTING.rst
.. include:: ../../../CONTRIBUTING.rst

View File

@ -0,0 +1,5 @@
Developer's Reference
=====================
.. toctree::
:maxdepth: 1

View File

@ -0,0 +1 @@
.. include:: ../../../README.rst

View File

@ -6,21 +6,28 @@
Welcome to python-vitrageclient's documentation!
================================================
Contents:
Developer Guide
---------------
.. toctree::
:maxdepth: 2
:maxdepth: 1
readme
installation
usage
contributing
cli
contributor/readme
contributor/installation
contributor/usage
contributor/contributing
contributor/cli
.. # NOTE(ifat-afek): Hide files we don't want to see in the table of contents.
# sphinx build fails if a file is not included in the toctree.
.. toctree::
:hidden:
contributor/index
Indices and tables
==================
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

View File

@ -1 +0,0 @@
.. include:: ../../README.rst

View File

@ -54,6 +54,7 @@ openstack.rca.v1 =
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html