From af4cee8df41f1a4bf626c3d946a08ff604446827 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Mon, 21 Dec 2009 17:10:50 +0000 Subject: [PATCH] Correctly README formatting for markdown --- README.md | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 587ff60..1a299cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ - - # Sphinx to GitHub A Python script for preparing the html output of the Sphinx documentation @@ -23,16 +21,16 @@ Sphinx extension. ### Extension Place the script on the ``PYTHONPATH`` and add ``sphinxtogithub`` to the -extensions list in the ``conf.py`` file in your Sphinx project:: +extensions list in the ``conf.py`` file in your Sphinx project: - extensions = [ "sphinxtogithub" ] + extensions = [ "sphinxtogithub" ] Additionally there are two config variables you can use to control the extension. The first enables/disables the extension and the second enables -verbose output. They are ``True`` by default:: +verbose output. They are ``True`` by default: - sphinx_to_github = True - sphinx_to_github_verbose = True + sphinx_to_github = True + sphinx_to_github_verbose = True ### Command Line @@ -43,11 +41,11 @@ argument. There is a ``--verbose`` flag for basic output. ### Install from GitHub -It should be possible to install this tool directly from github using pip:: +It should be possible to install this tool directly from github using pip: - pip install -e git+git://github.com/michaeljones/sphinx-to-github.git#egg=sphinx-to-github + pip install -e git+git://github.com/michaeljones/sphinx-to-github.git#egg=sphinx-to-github -Thanks to `winhamwr's `_ work. +Thanks to [winhamwr's](http://github.com/winhamwr) work. ### Requirements @@ -55,28 +53,28 @@ The script uses ``/usr/bin/env`` and ``python``. ### Running Tests -Unit tests can be run using the setuptools ``test`` target. eg:: +Unit tests can be run using the setuptools ``test`` target. eg: - $ python setup.py test + $ python setup.py test ### Alternatives -`dinoboff's `_ project `github-tools -`_ provides similar functionality -combined with a much more comprehensive set of tools for helping you to manage -Python based projects on github. +[dinoboff's](http://github.com/dinoboff) project +[github-tools](http://github.com/dinoboff/github-tools) provides similar +functionality combined with a much more comprehensive set of tools for helping +you to manage Python based projects on github. ## Credits Thank you to: -* `mikejs `_ -* `certik `_ -* `davvid `_ -* `winhamwr `_ +* [mikejs](http://github.com/mikejs) +* [certik](http://github.com/certik) +* [davvid](http://github.com/davvid) +* [winhamwr](http://github.com/winhamwr) For their contributions, which are beginning to outweigh mine, to Georg Brandl -for `Sphinx `_ and the github crew for the pages +for [Sphinx](http://sphinx.pocoo.org/) and the github crew for the pages functionality.