Merge "Doc Migration: move the developer guide docs under contributor folder"

This commit is contained in:
Jenkins 2017-07-26 14:10:37 +00:00 committed by Gerrit Code Review
commit 881d8aed7c
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 .. image:: https://governance.openstack.org/badges/python-vitrageclient.svg
:target: https://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/reference/tags/index.html
:remote:
.. Change things from this point on .. Change things from this point on
@ -46,9 +45,16 @@ Manual Install Steps:
Building and Packaging Building and Packaging
---------------------- ----------------------
Install the tool dependencies Install the tool dependencies
::
sudo apt-get install python-pip python-virtualenv sudo apt-get install python-pip python-virtualenv
In the python-vitrageclient source directory In the python-vitrageclient source directory
::
virtualenv --no-site-packages .venv virtualenv --no-site-packages .venv
source ./.venv/bin/activate source ./.venv/bin/activate

View File

@ -1,4 +1,4 @@
============ ============
Contributing 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! Welcome to python-vitrageclient's documentation!
================================================ ================================================
Contents: Developer Guide
---------------
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 1
readme contributor/readme
installation contributor/installation
usage contributor/usage
contributing contributor/contributing
cli 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 Indices and tables
================== ------------------
* :ref:`genindex` * :ref:`genindex`
* :ref:`modindex` * :ref:`modindex`
* :ref:`search` * :ref:`search`

View File

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

View File

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