Merge "Introducing the contributor content"
This commit is contained in:
commit
cf88ec6ac3
5
.gitignore
vendored
5
.gitignore
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
# Sphinx
|
||||
_build
|
||||
#doc/source/api/
|
||||
doc/source/contributor/api/
|
||||
|
||||
# release notes build
|
||||
releasenotes/build
|
||||
@ -39,5 +39,4 @@ ChangeLog
|
||||
*~
|
||||
|
||||
# Vagrant
|
||||
.vagrant
|
||||
doc/source/api/
|
||||
.vagrant
|
@ -107,7 +107,7 @@ enable both the **ironic** and the **ironic-inspector**. You can start with the
|
||||
Example local.conf
|
||||
------------------
|
||||
|
||||
.. literalinclude:: ../../devstack/example.local.conf
|
||||
.. literalinclude:: ../../../devstack/example.local.conf
|
||||
|
||||
|
||||
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>
|
||||
Upgrade <upgrade>
|
||||
|
||||
Developer Guide
|
||||
===============
|
||||
Contributor
|
||||
===========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 2
|
||||
|
||||
Contributing <contributing>
|
||||
|
||||
Python API
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
api/autoindex
|
||||
contributor/index
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
@ -98,3 +98,4 @@ autodoc_exclude_modules =
|
||||
ironic_inspector.migrations.*
|
||||
ironic_inspector.test.*
|
||||
ironic.common.i18n
|
||||
api_doc_dir = contributor/api
|
||||
|
Loading…
x
Reference in New Issue
Block a user