From 480722aeff6ea90e7b7fc1cd96b33b097f393963 Mon Sep 17 00:00:00 2001 From: Rui Yuan Dou Date: Wed, 23 Aug 2017 17:13:36 +0800 Subject: [PATCH] Separate module reference from contributor/index page Change-Id: I9acbbb32d83d194f8d827101a0604b45d61f96f7 --- doc/source/contributor/index.rst | 5 ++++- doc/source/contributor/modules.rst | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 doc/source/contributor/modules.rst diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 88af7d0981..fab5da5828 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -30,7 +30,10 @@ Developer reference database_migrations domain_model domain_implementation - api/autoindex +.. toctree:: + :maxdepth: 1 + + modules Policies -------- diff --git a/doc/source/contributor/modules.rst b/doc/source/contributor/modules.rst new file mode 100644 index 0000000000..312a68ca49 --- /dev/null +++ b/doc/source/contributor/modules.rst @@ -0,0 +1,20 @@ +.. + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. + +Module Reference +================ + +.. toctree:: + :maxdepth: 1 + + api/autoindex \ No newline at end of file