From 3df9fe26fef51a35c29c381c77009dae27342808 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Mon, 26 Jun 2017 18:11:01 +0000 Subject: [PATCH] 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 --- doc/source/devref/index.rst | 12 ++++-------- doc/source/index.rst | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/doc/source/devref/index.rst b/doc/source/devref/index.rst index c2778fe4fb..b604fb8563 100644 --- a/doc/source/devref/index.rst +++ b/doc/source/devref/index.rst @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index 75951f43c1..9505a667c1 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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.