From: Salim Fadhley Date: Wed, 5 Feb 2014 20:43:16 +0000 (+0000) Subject: move the stuff out of readme X-Git-Tag: v0.2.23~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ae6433f8a5124b996748cebb45f7e4262e03d0e;p=tools%2Fpython-jenkinsapi.git move the stuff out of readme --- diff --git a/README.rst b/README.rst index 91371b9..3ee057f 100644 --- a/README.rst +++ b/README.rst @@ -135,21 +135,6 @@ Project Contributors Please do not contact these contributors directly for support questions! Use the GitHub tracker instead. -Tips & Tricks -------------- - -Getting the installed version of JenkinsAPI -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -.. code-block:: bash - pip install pkginfo - python - - -.. code-block:: pythin - from pkginfo import get_metadata - print get_metadata('jenkinsapi').version - License -------- diff --git a/doc/source/index.rst b/doc/source/index.rst index 1e43571..e4c6dec 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -88,6 +88,21 @@ You can use Jenkins to get information about recently completed builds. For exam When used with the Git source-control system line 20 will print out something like '8b4f4e6f6d0af609bb77f95d8fb82ff1ee2bba0d' - which looks suspiciously like a Git revision number. +Tips & Tricks +------------- + +Getting the installed version of JenkinsAPI +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. code-block:: bash + pip install pkginfo + python + + +.. code-block:: pythin + from pkginfo import get_metadata + print get_metadata('jenkinsapi').version + Project Authors ===============