From d78981999964ed141a8cf2da50c92cf58092d9d6 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Tue, 26 Mar 2013 00:23:46 +0100 Subject: [PATCH 1/3] strip trailing whitespace --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0e50b50b9..c0c1542c7 100644 --- a/README.rst +++ b/README.rst @@ -20,11 +20,11 @@ INSTALL If you have downloaded the source code: python setup.py install - -or if you want to obtain a copy more easily: + +or if you want to obtain a copy more easily: easy_install gitpython - + A distribution package can be obtained for manual installation at: http://pypi.python.org/pypi/GitPython From 287db5a0e17b36dbed21783d5bcc94ae3334b14e Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Tue, 26 Mar 2013 00:24:50 +0100 Subject: [PATCH 2/3] proper synatx highlighting for shell commands --- README.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c0c1542c7..de821942f 100644 --- a/README.rst +++ b/README.rst @@ -19,11 +19,15 @@ INSTALL ======= If you have downloaded the source code: - python setup.py install +.. code-block:: console + + $ python setup.py install or if you want to obtain a copy more easily: - easy_install gitpython +.. code-block:: console + + $ easy_install gitpython A distribution package can be obtained for manual installation at: @@ -38,7 +42,9 @@ https://github.com/gitpython-developers/GitPython and cloned using: -git clone git://github.com/gitpython-developers/GitPython.git git-python +.. code-block:: console + + $ git clone git://github.com/gitpython-developers/GitPython.git git-python DOCUMENTATION From c897c81aef8b1e27dba13f5b34e1e9ba732fd042 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Tue, 26 Mar 2013 00:26:12 +0100 Subject: [PATCH 3/3] remove indentation for link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index de821942f..11fa8cca8 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ or if you want to obtain a copy more easily: A distribution package can be obtained for manual installation at: - http://pypi.python.org/pypi/GitPython +http://pypi.python.org/pypi/GitPython SOURCE ======