From e616602bd7e9b9a994e6d7de2632e9d1100741c3 Mon Sep 17 00:00:00 2001 From: Salim Fadhley Date: Mon, 9 Jan 2012 18:00:07 +0000 Subject: [PATCH] Add some items to the main TOC --- doc/source/api.rst | 5 +++++ doc/source/artifact.rst | 5 +++++ doc/source/build.rst | 5 +++++ doc/source/index.rst | 11 ++++------- 4 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 doc/source/api.rst create mode 100644 doc/source/artifact.rst create mode 100644 doc/source/build.rst diff --git a/doc/source/api.rst b/doc/source/api.rst new file mode 100644 index 0000000..11c3134 --- /dev/null +++ b/doc/source/api.rst @@ -0,0 +1,5 @@ +User API +======== + +.. automodule:: jenkinsapi.api + :members: \ No newline at end of file diff --git a/doc/source/artifact.rst b/doc/source/artifact.rst new file mode 100644 index 0000000..01c802b --- /dev/null +++ b/doc/source/artifact.rst @@ -0,0 +1,5 @@ +Artifact +======== + +.. automodule:: jenkinsapi.artifact + :members: \ No newline at end of file diff --git a/doc/source/build.rst b/doc/source/build.rst new file mode 100644 index 0000000..5eb6ca6 --- /dev/null +++ b/doc/source/build.rst @@ -0,0 +1,5 @@ +Build +===== + +.. automodule:: jenkinsapi.build + :members: \ No newline at end of file diff --git a/doc/source/index.rst b/doc/source/index.rst index f4e1051..744959b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -8,15 +8,12 @@ Welcome to the JenkinsAPI project documentation Contents: -.. toctree:: +.. toctree:: :maxdepth: 2 - -.. automodule:: jenkinsapi - :members: - - - + api + artifact + build Indices and tables ================== -- 2.7.4