From: Salim Fadhley Date: Mon, 9 Jan 2012 17:42:05 +0000 (+0000) Subject: More doc related tweaks X-Git-Tag: v0.2.23~324 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c3d639d8064090675e5126e63bfc101b65cfccb;p=tools%2Fpython-jenkinsapi.git More doc related tweaks --- diff --git a/doc/source/index.rst b/doc/source/index.rst index 848f627..f4e1051 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -14,8 +14,7 @@ Contents: .. automodule:: jenkinsapi :members: -.. automodule:: jenkinsapi.api - :members: + diff --git a/jenkinsapi/__init__.py b/jenkinsapi/__init__.py index cc92d15..c006aed 100644 --- a/jenkinsapi/__init__.py +++ b/jenkinsapi/__init__.py @@ -40,4 +40,7 @@ Project Authors Current code lives on github: https://github.com/salimfadhley/jenkinsapi """ +__all__= [ "command_line", "utils", + "api", "artifact", "build", "config", "constants", "exceptions", "fingerprint", + "jenkins", "jenkinsbase", "job", "node", "result_set", "result", "view"] __docformat__ = "epytext" \ No newline at end of file