@@ -5,12 +5,14 @@ Collaborators are welcome!
55
66#. Check for open issues or open a fresh issue to start a discussion around a
77 bug.
8- #. Fork ` the repository < https://github.com/grantjenks/python-sortedcontainers > `_ on
9- GitHub and start making your changes to a new branch.
8+ #. Fork the ` repository `_ on GitHub and start making your changes to a new
9+ branch.
1010#. Write a test which shows that the bug was fixed.
1111#. Send a pull request and bug the maintainer until it gets merged and
1212 published :)
1313
14+ .. _`repository` : https://github.com/grantjenks/python-sortedcontainers
15+
1416Development Lead
1517----------------
1618
@@ -37,7 +39,7 @@ is to clone the repository from GitHub::
3739Development Dependencies
3840------------------------
3941
40- Install development dependencies with `pip < https://pypi.org/project/pip/ > `_::
42+ Install development dependencies with `pip `_::
4143
4244 $ pip install -r requirements.txt
4345
@@ -48,12 +50,13 @@ Some alternative implementations, such as `banyan`, may have issues when
4850installing on Windows. You can still develop :doc: `Sorted Containers<index> `
4951without these packages. They will be omitted from benchmarking.
5052
53+ .. _`pip` : https://pypi.org/project/pip/
54+
5155Testing
5256-------
5357
54- Testing uses `tox <https://pypi.org/project/tox/ >`_. If you don't want to
55- install all the development requirements, then, after downloading, you can
56- simply run::
58+ Testing uses `tox `_. If you don't want to install all the development
59+ requirements, then, after downloading, you can simply run::
5760
5861 $ python setup.py test
5962
@@ -113,7 +116,7 @@ and run the tests.
113116 py36: commands succeeded
114117 lint: commands succeeded
115118
116- Coverage testing uses `pytest-cov < https://pypi.org/project/pytest-cov/ > `_:
119+ Coverage testing uses `pytest-cov `_:
117120
118121::
119122
@@ -220,5 +223,10 @@ of Python:
220223* PyPy
221224* PyPy3
222225
223- Life will feel much saner if you use `virtualenv <http://www.virtualenv.org/ >`_
224- and `tox ` to manage and test each of the runtimes.
226+ Life will feel much saner if you use `venv `_ or `virtualenv `_ and `tox `_ to
227+ manage and test each of the runtimes.
228+
229+ .. _`tox` : https://pypi.org/project/tox/
230+ .. _`pytest-cov` : https://pypi.org/project/pytest-cov/
231+ .. _`venv` : https://docs.python.org/3/library/venv.html
232+ .. _`virtualenv` : https://pypi.org/project/virtualenv/
0 commit comments