From c81f7e382cb4ac2ae17db93f3128205bbd7348f7 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 11 Aug 2015 10:28:32 -0700 Subject: [PATCH] fix rst formatting --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 67ec06b..0f9461b 100644 --- a/README.rst +++ b/README.rst @@ -81,9 +81,11 @@ Contributing Before contributing a pull request, make sure tests pass: +.. code-block:: + virtualenv venv . venv/bin/activate pip install -r dev-requirements.txt nosetests -Many thanks to all [contributors](./AUTHORS)! +Many thanks to all `contributors <./AUTHORS>`_!