Skip to content

Commit 9e10f1f

Browse files
committed
few more refs to the phobson fork
1 parent 5ebf75c commit 9e10f1f

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 2 deletions
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 git@github.com:matplotlib/mpl-probscale.git
40+
cd mpl-probscale
41+
pip install -e .
3842

3943

4044
Quickstart

setup.py

Lines changed: 2 additions & 2 deletions
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 = "phobson@geosyntec.com"
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)