fix rst formatting
This commit is contained in:
parent
94670d9c87
commit
c81f7e382c
1 changed files with 3 additions and 1 deletions
|
@ -81,9 +81,11 @@ Contributing
|
||||||
|
|
||||||
Before contributing a pull request, make sure tests pass:
|
Before contributing a pull request, make sure tests pass:
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
virtualenv venv
|
virtualenv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install -r dev-requirements.txt
|
pip install -r dev-requirements.txt
|
||||||
nosetests
|
nosetests
|
||||||
|
|
||||||
Many thanks to all [contributors](./AUTHORS)!
|
Many thanks to all `contributors <./AUTHORS>`_!
|
||||||
|
|
Loading…
Reference in a new issue