Doc Migration: move the developer guide docs under contributor folder
Change-Id: I96db1d8cadb17d259c708967a4e92160e9ac3aba
This commit is contained in:
parent
4c7b6071b7
commit
9b94b76af7
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
============
|
||||
Contributing
|
||||
============
|
||||
.. include:: ../../CONTRIBUTING.rst
|
||||
.. include:: ../../../CONTRIBUTING.rst
|
5
doc/source/contributor/index.rst
Normal file
5
doc/source/contributor/index.rst
Normal file
@ -0,0 +1,5 @@
|
||||
Developer's Reference
|
||||
=====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
1
doc/source/contributor/readme.rst
Normal file
1
doc/source/contributor/readme.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: ../../../README.rst
|
@ -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`
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
.. include:: ../../README.rst
|
Loading…
x
Reference in New Issue
Block a user