From: Salim Fadhley Date: Mon, 9 Jan 2012 18:00:07 +0000 (+0000) Subject: Add some items to the main TOC X-Git-Tag: v0.2.23~323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e616602bd7e9b9a994e6d7de2632e9d1100741c3;p=tools%2Fpython-jenkinsapi.git Add some items to the main TOC --- 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 ==================