Introducing the contributor content
Moving the contributor "link" and API down the mandatory directory structure. Change-Id: I111cd55a06e40dc4db649728a5025354a85b3e1d Partial-Bug: 1702142
This commit is contained in:
parent
aa5ad2ec16
commit
cc7b98aa10
5
.gitignore
vendored
5
.gitignore
vendored
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Sphinx
|
# Sphinx
|
||||||
_build
|
_build
|
||||||
#doc/source/api/
|
doc/source/contributor/api/
|
||||||
|
|
||||||
# release notes build
|
# release notes build
|
||||||
releasenotes/build
|
releasenotes/build
|
||||||
@ -39,5 +39,4 @@ ChangeLog
|
|||||||
*~
|
*~
|
||||||
|
|
||||||
# Vagrant
|
# Vagrant
|
||||||
.vagrant
|
.vagrant
|
||||||
doc/source/api/
|
|
@ -107,7 +107,7 @@ enable both the **ironic** and the **ironic-inspector**. You can start with the
|
|||||||
Example local.conf
|
Example local.conf
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
.. literalinclude:: ../../devstack/example.local.conf
|
.. literalinclude:: ../../../devstack/example.local.conf
|
||||||
|
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
.. _contributing_link:
|
|
||||||
|
|
||||||
.. include:: ../../CONTRIBUTING.rst
|
|
11
doc/source/contributor/index.rst
Normal file
11
doc/source/contributor/index.rst
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.. _contributing_link:
|
||||||
|
|
||||||
|
.. include:: ../../../CONTRIBUTING.rst
|
||||||
|
|
||||||
|
Python API
|
||||||
|
~~~~~~~~~~
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
api/autoindex
|
@ -20,21 +20,13 @@ Admin Guide
|
|||||||
Installation <install>
|
Installation <install>
|
||||||
Upgrade <upgrade>
|
Upgrade <upgrade>
|
||||||
|
|
||||||
Developer Guide
|
Contributor
|
||||||
===============
|
===========
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
Contributing <contributing>
|
contributor/index
|
||||||
|
|
||||||
Python API
|
|
||||||
----------
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 1
|
|
||||||
|
|
||||||
api/autoindex
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
Loading…
Reference in New Issue
Block a user