Skip to content

Commit

Permalink
Merge pull request #50 from phobson/phobson-refs
Browse files Browse the repository at this point in the history
few more refs to the phobson fork
  • Loading branch information
phobson authored Feb 9, 2017
2 parents 5ebf75c + 9e10f1f commit 9ae7977
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

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

If you are reporting a bug, please include:

Expand Down Expand Up @@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

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

If you are proposing a feature:

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

Tips
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ test:
- scipy

about:
home: http://phobson.github.io/mpl-probscale/
home: http://matplotlib.org/mpl-probscale/
license: BSD License
summary: 'Probability scales for matplotlib.'
8 changes: 6 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ or
Development builds
~~~~~~~~~~~~~~~~~~

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

``conda install mpl-probscale --channel=conda-forge``
::

git clone [email protected]:matplotlib/mpl-probscale.git
cd mpl-probscale
pip install -e .


Quickstart
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
VERSION = "0.2.3"
AUTHOR = "Paul Hobson (Geosyntec Consultants)"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/phobson/mpl-probscale"
DOWNLOAD_URL = "https://github.com/phobson/mpl-probscale/archive/master.zip"
URL = "https://github.com/matplotlib/mpl-probscale"
DOWNLOAD_URL = "https://github.com/matplotlib/mpl-probscale/archive/master.zip"
LICENSE = "BSD 3-clause"
PACKAGES = find_packages()
PLATFORMS = "Python 2.7, 3.4 and later."
Expand Down

0 comments on commit 9ae7977

Please sign in to comment.