Skip to content

Commit a1ae430

Browse files
committed
Pull in 4.5.1a changes to update docs for GitHub migration.
2 parents 0df8e82 + 036de87 commit a1ae430

File tree

4 files changed

+13
-21
lines changed

4 files changed

+13
-21
lines changed

doc/contributing.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ One source of history or ideas are the `bug reports`_ against coverage.py.
1919
There you can find ideas for requested features, or the remains of rejected
2020
ideas.
2121

22-
.. _bug reports: https://bitbucket.org/ned/coveragepy/issues?status=new&status=open
22+
.. _bug reports: https://github.com/nedbat/coveragepy/issues
2323

2424

2525
Before you begin
@@ -35,8 +35,8 @@ you frustration.
3535
Getting the code
3636
----------------
3737

38-
The coverage.py code is hosted on a `Mercurial`_ repository at
39-
https://bitbucket.org/ned/coveragepy. To get a working environment, follow
38+
The coverage.py code is hosted on a GitHub repo at
39+
https://github.com/nedbat/coveragepy. To get a working environment, follow
4040
these steps:
4141

4242
#. (Optional, but recommended) Create a virtualenv to work in, and activate
@@ -47,7 +47,7 @@ these steps:
4747
4848
#. Clone the repo::
4949

50-
$ hg clone https://bitbucket.org/ned/coveragepy
50+
$ git clone https://github.com/nedbat/coveragepy
5151
$ cd coveragepy
5252

5353
#. Install the requirements::
@@ -174,10 +174,9 @@ Contributing
174174
------------
175175

176176
When you are ready to contribute a change, any way you can get it to me is
177-
probably fine. A pull request on Bitbucket is great, but a simple diff or
177+
probably fine. A pull request on GitHub is great, but a simple diff or
178178
patch works too.
179179

180180

181181
.. _editorconfig.org: http://editorconfig.org
182-
.. _Mercurial: https://www.mercurial-scm.org/
183182
.. _tox: https://tox.readthedocs.io/

doc/faq.rst

+3-8
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,9 @@ mailing list.
127127

128128
.. _Testing In Python: http://lists.idyll.org/listinfo/testing-in-python
129129

130-
Bug reports are gladly accepted at the `Bitbucket issue tracker`_.
130+
Bug reports are gladly accepted at the `GitHub issue tracker`_.
131131

132-
.. _Bitbucket issue tracker: https://bitbucket.org/ned/coveragepy/issues
133-
134-
Announcements of new coverage.py releases are sent to the
135-
`coveragepy-announce`_ mailing list.
136-
137-
.. _coveragepy-announce: http://groups.google.com/group/coveragepy-announce
132+
.. _GitHub issue tracker: https://github.com/nedbat/coveragepy/issues
138133

139134
`I can be reached`__ in a number of ways, I'm happy to answer questions about
140135
using coverage.py.
@@ -151,4 +146,4 @@ Since 2004, `Ned Batchelder`_ has extended and maintained it with the help of
151146

152147
.. _Gareth Rees: http://garethrees.org/
153148
.. _Ned Batchelder: https://nedbatchelder.com
154-
.. _many others: https://bitbucket.org/ned/coveragepy/src/tip/CONTRIBUTORS.txt
149+
.. _many others: https://github.com/nedbat/coveragepy/blob/master/CONTRIBUTORS.txt

doc/index.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,11 @@ coverage.py or get help using it on the `Testing In Python`_ mailing list.
180180

181181
.. _Testing In Python: http://lists.idyll.org/listinfo/testing-in-python
182182

183-
Bug reports are gladly accepted at the `Bitbucket issue tracker`_.
184-
Bitbucket also hosts the `code repository`_. There is a `mirrored repo`_ on
185-
GitHub.
183+
Bug reports are gladly accepted at the `GitHub issue tracker`_.
184+
GitHub also hosts the `code repository`_.
186185

187-
.. _Bitbucket issue tracker: https://bitbucket.org/ned/coveragepy/issues
188-
.. _code repository: https://bitbucket.org/ned/coveragepy
189-
.. _mirrored repo: https://github.com/nedbat/coveragepy
186+
.. _GitHub issue tracker: https://github.com/nedbat/coveragepy/issues
187+
.. _code repository: https://github.com/nedbat/coveragepy
190188

191189
`I can be reached`_ in a number of ways. I'm happy to answer questions about
192190
using coverage.py.

doc/trouble.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ working properly.
2323
If your problem isn't discussed here, you can of course search the `coverage.py
2424
bug tracker`_ directly to see if there is some mention of it.
2525

26-
.. _coverage.py bug tracker: https://bitbucket.org/ned/coveragepy/issues?status=new&status=open
26+
.. _coverage.py bug tracker: https://github.com/nedbat/coveragepy/issues
2727

2828

2929
Things that don't work

0 commit comments

Comments
 (0)