docs: Add "developer information" TOC to the documentation index page.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/783b5e7e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/783b5e7e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/783b5e7e Branch: refs/heads/trunk Commit: 783b5e7e21d825b0f6724e8272dd91a3029bcc12 Parents: 4598443 Author: Tomaz Muraus <[email protected]> Authored: Wed Sep 11 00:23:37 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Sep 11 00:23:37 2013 +0200 ---------------------------------------------------------------------- docs/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/783b5e7e/docs/index.rst ---------------------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 913f6c0..66587dc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,6 +33,9 @@ Resource you can manage with Libcloud are divided in the following categories: Documentation ============= +Main +---- + .. toctree:: :glob: :maxdepth: 3 @@ -47,4 +50,14 @@ Documentation faq other/* +Developer Information +--------------------- + +.. toctree:: + :glob: + :maxdepth: 3 + + developer_information + development + .. _`Apache 2.0 license`: https://www.apache.org/licenses/LICENSE-2.0.html
