File tree 1 file changed +6
-7
lines changed 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,13 @@ The coverage.py code is hosted on a GitHub repository at
37
37
https://github.com/nedbat/coveragepy. To get a working environment, follow
38
38
these steps:
39
39
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.
46
44
47
45
#. (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.
49
47
50
48
#. Clone the repository::
51
49
@@ -253,6 +251,7 @@ All contributions are expected to include tests for new functionality and
253
251
fixes. If you need help writing tests, please ask.
254
252
255
253
254
+ .. _fork the repo : https://docs.github.com/en/get-started/quickstart/fork-a-repo
256
255
.. _editorconfig.org : http://editorconfig.org
257
256
.. _tox : https://tox.readthedocs.io/
258
257
.. _black : https://pypi.org/project/black/
You can’t perform that action at this time.
0 commit comments