Skip to content

Commit 551522e

Browse files
committed
docs: fix some formatting in contributing.rst
1 parent 00d2ecf commit 551522e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/contributing.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ The coverage.py code is hosted on a GitHub repository at
3737
https://github.com/nedbat/coveragepy. To get a working environment, follow
3838
these steps:
3939

40-
#. `Fork the repo`__ into your own GitHub account. The coverage.py code
41-
will then be copied into a GitHub repository at
42-
https://github.com/GITHUB_USER/coveragepy where GITHUB_USER is your GitHub
43-
username.
44-
45-
__ https://docs.github.com/en/get-started/quickstart/fork-a-repo
40+
#. `Fork the repo`_ into your own GitHub account. The coverage.py code will
41+
then be copied into a GitHub repository at
42+
``https://github.com/GITHUB_USER/coveragepy`` where GITHUB_USER is your
43+
GitHub username.
4644

4745
#. (Optional) Create a virtualenv to work in, and activate it. There
48-
are a number of ways to do this. Use the method you are comfortable with.
46+
are a number of ways to do this. Use the method you are comfortable with.
4947

5048
#. Clone the repository::
5149

@@ -253,6 +251,7 @@ All contributions are expected to include tests for new functionality and
253251
fixes. If you need help writing tests, please ask.
254252

255253

254+
.. _fork the repo: https://docs.github.com/en/get-started/quickstart/fork-a-repo
256255
.. _editorconfig.org: http://editorconfig.org
257256
.. _tox: https://tox.readthedocs.io/
258257
.. _black: https://pypi.org/project/black/

0 commit comments

Comments
 (0)