Rename Developer docs to Contributor docs

Previously, the developer documentation in keystone was meant for
keystone developers. With keystone taking on more documentation
from the openstack-manuals repository, this commit renames developer
to contributor, since developer can also mean someone developing
applications on top of OpenStack. Let's keep the two separate for
now.

Change-Id: Id66747aa9e76bb62a801571551aa82119af98dfa
This commit is contained in:
Lance Bragstad 2017-06-26 18:11:01 +00:00
parent 9070172084
commit 3df9fe26fe
2 changed files with 6 additions and 10 deletions

View File

@ -1,15 +1,11 @@
========================
Developers Documentation
========================
.. toctree::
:maxdepth: 2
development_best_practices.rst
=========================
Contributor Documentation
=========================
.. toctree::
:maxdepth: 1
development_best_practices.rst
development_environment.rst
developing_drivers.rst
api_curl_examples.rst

View File

@ -62,8 +62,8 @@ please see the subsequent sections.
code_documentation.rst
indices-tables.rst
Developers Documentation
~~~~~~~~~~~~~~~~~~~~~~~~
Contributor Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~
This section contains the documentation needed for developing keystone.