From 6f1668334f3b66ead41961a47e9eba5304657c32 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 23 May 2010 22:56:57 -0400 Subject: [PATCH] Use rST header levels consistently in the README. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ba86c3f..44cb5d4 100644 --- a/README.rst +++ b/README.rst @@ -14,12 +14,12 @@ available in version 2 of the `Github API`_. .. _`Github API`: http://develop.github.com/ Introduction ------------- +============ You should read the developer documentation for the `Github API`_ first. Installation -============= +------------ You can install ``python-github2`` either via the Python Package Index (PyPI) or from source. @@ -39,7 +39,7 @@ by doing the following,:: # python setup.py install # as root Creating a request -================== +------------------ >>> from github2.client import Github >>> github = Github(username="ask", api_token=".......")