Add some items to the main TOC
authorSalim Fadhley <sal@stodge.org>
Mon, 9 Jan 2012 18:00:07 +0000 (18:00 +0000)
committerSalim Fadhley <sal@stodge.org>
Mon, 9 Jan 2012 18:00:07 +0000 (18:00 +0000)
doc/source/api.rst [new file with mode: 0644]
doc/source/artifact.rst [new file with mode: 0644]
doc/source/build.rst [new file with mode: 0644]
doc/source/index.rst

diff --git a/doc/source/api.rst b/doc/source/api.rst
new file mode 100644 (file)
index 0000000..11c3134
--- /dev/null
@@ -0,0 +1,5 @@
+User API\r
+========\r
+\r
+.. automodule:: jenkinsapi.api\r
+   :members:
\ No newline at end of file
diff --git a/doc/source/artifact.rst b/doc/source/artifact.rst
new file mode 100644 (file)
index 0000000..01c802b
--- /dev/null
@@ -0,0 +1,5 @@
+Artifact\r
+========\r
+\r
+.. automodule:: jenkinsapi.artifact\r
+   :members:
\ No newline at end of file
diff --git a/doc/source/build.rst b/doc/source/build.rst
new file mode 100644 (file)
index 0000000..5eb6ca6
--- /dev/null
@@ -0,0 +1,5 @@
+Build\r
+=====\r
+\r
+.. automodule:: jenkinsapi.build\r
+   :members:
\ No newline at end of file
index f4e1051f12748b1d90b9d7758c51a66d078db200..744959b31ec322bce300326d95e5f148c687d19e 100644 (file)
@@ -8,15 +8,12 @@ Welcome to the JenkinsAPI project documentation
 
 Contents:
 
-.. toctree::
+.. toctree:: 
    :maxdepth: 2
-
-.. automodule:: jenkinsapi
-   :members:
-   
-
    
-
+   api
+   artifact
+   build
 
 Indices and tables
 ==================