Skip to content

Commit 32a003c

Browse files
committed
fix link syntax
1 parent c028716 commit 32a003c

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ Requirements
1919
============
2020

2121
* Python 2.6+
22-
* [python-dateutil](https://pypi.python.org/pypi/python-dateutil/2.4.0) (always)
23-
* [requests-oauthlib](https://pypi.python.org/pypi/requests-oauthlib) (always)
24-
* [Sphinx](https://pypi.python.org/pypi/Sphinx) (to create the documention)
25-
* [tox](https://pypi.python.org/pypi/tox) (for running the tests)
26-
* [coverage](https://pypi.python.org/pypi/coverage/) (to create test coverage reports)
22+
* `python-dateutil`_ (always)
23+
* `requests-oauthlib`_ (always)
24+
* `Sphinx`_ (to create the documention)
25+
* `tox`_ (for running the tests)
26+
* `coverage`_ (to create test coverage reports)
27+
28+
.. _python-dateutil: https://pypi.python.org/pypi/python-dateutil/2.4.0
29+
.. _requests-oauthlib: https://pypi.python.org/pypi/requests-oauthlib)
30+
.. _Sphinx: https://pypi.python.org/pypi/Sphinx
31+
.. _tox: https://pypi.python.org/pypi/tox
32+
.. _coverage: https://pypi.python.org/pypi/coverage/
2733

2834
To use the library, you need to install the run time requirements:
2935

0 commit comments

Comments
 (0)