Skip to content

Commit 9ae7977

Browse files
authored
Merge pull request #50 from phobson/phobson-refs
few more refs to the phobson fork
2 parents 5ebf75c + 9e10f1f commit 9ae7977

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CONTRIBUTING.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Types of Contributions
1515
Report Bugs
1616
~~~~~~~~~~~
1717

18-
Report bugs at https://github.com/phobson/probscale/issues.
18+
Report bugs at https://github.com/matplotlib/mpl-probscale/issues.
1919

2020
If you are reporting a bug, please include:
2121

@@ -45,7 +45,7 @@ articles, and such.
4545
Submit Feedback
4646
~~~~~~~~~~~~~~~
4747

48-
The best way to send feedback is to file an issue at https://github.com/phobson/probscale/issues.
48+
The best way to send feedback is to file an issue at https://github.com/matplotlib/mpl-probscale/issues.
4949

5050
If you are proposing a feature:
5151

@@ -104,7 +104,7 @@ Before you submit a pull request, check that it meets these guidelines:
104104
your new functionality into a function with a docstring, and add the
105105
feature to the list in README.rst.
106106
3. The pull request should work for Python 3.4 and higher. Check
107-
https://travis-ci.org/phobson/probscale/pull_requests
107+
https://travis-ci.org/matplotlib/mpl-probscale/pull_requests
108108
and make sure that the tests pass for all supported Python versions.
109109

110110
Tips

conda.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ test:
3636
- scipy
3737

3838
about:
39-
home: http://phobson.github.io/mpl-probscale/
39+
home: http://matplotlib.org/mpl-probscale/
4040
license: BSD License
4141
summary: 'Probability scales for matplotlib.'

docs/index.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ or
3232
Development builds
3333
~~~~~~~~~~~~~~~~~~
3434

35-
Development builds are available through my conda channel:
35+
This is a pure-python package, so building from source is easy on all platforms:
3636

37-
``conda install mpl-probscale --channel=conda-forge``
37+
::
38+
39+
git clone [email protected]:matplotlib/mpl-probscale.git
40+
cd mpl-probscale
41+
pip install -e .
3842

3943

4044
Quickstart

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
VERSION = "0.2.3"
1414
AUTHOR = "Paul Hobson (Geosyntec Consultants)"
1515
AUTHOR_EMAIL = "[email protected]"
16-
URL = "https://github.com/phobson/mpl-probscale"
17-
DOWNLOAD_URL = "https://github.com/phobson/mpl-probscale/archive/master.zip"
16+
URL = "https://github.com/matplotlib/mpl-probscale"
17+
DOWNLOAD_URL = "https://github.com/matplotlib/mpl-probscale/archive/master.zip"
1818
LICENSE = "BSD 3-clause"
1919
PACKAGES = find_packages()
2020
PLATFORMS = "Python 2.7, 3.4 and later."

0 commit comments

Comments
 (0)