move the stuff out of readme
authorSalim Fadhley <sal@stodge.org>
Wed, 5 Feb 2014 20:43:16 +0000 (20:43 +0000)
committerSalim Fadhley <sal@stodge.org>
Wed, 5 Feb 2014 20:43:16 +0000 (20:43 +0000)
README.rst
doc/source/index.rst

index 91371b9..3ee057f 100644 (file)
@@ -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
 --------
 
index 1e43571..e4c6dec 100644 (file)
@@ -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
 ===============