Merge "Doc Migration: move the developer guide docs under contributor folder"
This commit is contained in:
commit
881d8aed7c
@ -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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
============
|
============
|
||||||
Contributing
|
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!
|
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`
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
.. include:: ../../README.rst
|
|
Loading…
x
Reference in New Issue
Block a user