Skip to content

Commit 02348ca

Browse files
committed
Rename org to proplot-dev, finish lukelbd transfer
1 parent 83470d2 commit 02348ca

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Likewise, an existing installation of proplot can be upgraded to the latest vers
1919
2020
2121
To install a development version of proplot, you can use
22-
``pip install git+https://github.com/proplot-org/proplot.git``
22+
``pip install git+https://github.com/proplot-dev/proplot.git``
2323
or clone the repository and run ``pip install -e .`` inside
2424
the ``proplot`` folder.
2525

README.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: https://github.com/proplot-org/proplot/blob/master/docs/_static/logo_long.svg?raw=true
1+
.. image:: https://github.com/proplot-dev/proplot/blob/master/docs/_static/logo_long.svg?raw=true
22
:width: 1000px
33

44
|build-status| |docs| |pypi| |code-style| |pr-welcome| |license| |gitter| |doi|
@@ -32,14 +32,14 @@ to the latest version with:
3232
conda upgrade proplot
3333
3434
To install a development version of proplot, you can use
35-
``pip install git+https://github.com/proplot-org/proplot.git``
35+
``pip install git+https://github.com/proplot-dev/proplot.git``
3636
or clone the repository and run ``pip install -e .``
3737
inside the ``proplot`` folder.
3838

3939

40-
.. |build-status| image:: https://travis-ci.com/proplot-org/proplot.svg?branch=master
40+
.. |build-status| image:: https://travis-ci.com/proplot-dev/proplot.svg?branch=master
4141
:alt: build status
42-
:target: https://app.travis-ci.com/proplot-org/proplot
42+
:target: https://app.travis-ci.com/proplot-dev/proplot
4343

4444
.. |docs| image:: https://readthedocs.org/projects/proplot/badge/?version=latest
4545
:alt: docs
@@ -57,7 +57,7 @@ inside the ``proplot`` folder.
5757
:alt: PR welcome
5858
:target: https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project
5959

60-
.. |license| image:: https://img.shields.io/github/license/proplot-org/proplot.svg
60+
.. |license| image:: https://img.shields.io/github/license/proplot-dev/proplot.svg
6161
:alt: license
6262
:target: LICENSE.txt
6363

@@ -76,26 +76,26 @@ inside the ``proplot`` folder.
7676
:target: https://www.python.org/dev/peps/pep-0008/
7777
7878
..
79-
|coverage| image:: https://codecov.io/gh/proplot-org/proplot.org/branch/master/graph/badge.svg
79+
|coverage| image:: https://codecov.io/gh/proplot-dev/proplot/branch/master/graph/badge.svg
8080
:alt: coverage
81-
:target: https://codecov.io/gh/proplot-org/proplot.org
81+
:target: https://codecov.io/gh/proplot-dev/proplot
8282
8383
..
8484
|quality| image:: https://api.codacy.com/project/badge/Grade/931d7467c69c40fbb1e97a11d092f9cd
8585
:alt: quality
86-
:target: https://www.codacy.com/app/proplot-org/proplot?utm_source=github.com&utm_medium=referral&utm_content=proplot-org/proplot&utm_campaign=Badge_Grade
86+
:target: https://www.codacy.com/app/proplot-dev/proplot?utm_source=github.com&utm_medium=referral&utm_content=proplot-dev/proplot&utm_campaign=Badge_Grade
8787
8888
..
89-
|hits| image:: http://hits.dwyl.io/proplot-org/proplot-org/proplot.svg
89+
|hits| image:: http://hits.dwyl.com/proplot-dev/proplot.svg
9090
:alt: hits
91-
:target: http://hits.dwyl.io/proplot-org/proplot-org/proplot
91+
:target: http://hits.dwyl.com/proplot-dev/proplot
9292
9393
..
9494
|contributions| image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
9595
:alt: contributions
96-
:target: https://github.com/proplot-org/issues
96+
:target: https://github.com/proplot-dev/issues
9797
9898
..
99-
|issues| image:: https://img.shields.io/github/issues/proplot-org/proplot.svg
99+
|issues| image:: https://img.shields.io/github/issues/proplot-dev/proplot.svg
100100
:alt: issueks
101-
:target: https://github.com/proplot-org/issues
101+
:target: https://github.com/proplot-dev/issues

ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ dependencies:
3636
- markupsafe==2.0.1
3737
- nbsphinx==0.8.1
3838
- jupytext
39-
- git+https://github.com/proplot-org/sphinx-automodapi@proplot-mods
39+
- git+https://github.com/proplot-dev/sphinx-automodapi@proplot-mods

docs/authors.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plotting code. As an undergraduate, he developed a set of
3131
When he switched to python in graduate school, he replicated most of these utilities in
3232
python, learned more about the language, began to rapidly develop them, and decided to
3333
share them with the rest of the scientific community. Luke is also working on a project
34-
called `climopy <https://github.com/lukelbd/climopy>`__, a companion to
34+
called `climopy <https://github.com/climopy-dev/climopy>`__, a companion to
3535
`metpy <https://github.com/Unidata/MetPy>`__ for carrying out data analysis tasks
3636
related to climate science, and has authored a number of
3737
`vim plugins <https://github.com/lukelbd?tab=repositories>`__
@@ -40,7 +40,7 @@ as an avid vim user.
4040
`Riley Brady`_ is the next-biggest contributor. He helped Luke set up automatic
4141
testing, deploy this project to PyPi, and improve new user experience. He is
4242
also proplot's earliest user and helped fix `lots of early bugs
43-
<https://github.com/lukelbd/proplot/issues?q=is%3Aissue+is%3Aclosed>`__.
43+
<https://github.com/proplot-dev/proplot/issues?q=is%3Aissue+is%3Aclosed>`__.
4444

4545
.. _Luke Davis: https://github.com/lukelbd
4646

docs/cartesian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
# <ug_tight>` but means that the drawing order is controlled by the difference
514514
# between the zorders of the alternate axes and the content *inside* the original
515515
# axes rather than the zorder of the original axes itself (see `this issue page
516-
# <https://github.com/lukelbd/proplot/issues/303>`__ for details).
516+
# <https://github.com/proplot-dev/proplot/issues/303>`__ for details).
517517

518518
# %%
519519
import proplot as pplt

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@
153153

154154
# Links for What's New github commits, issues, and pull requests
155155
extlinks = {
156-
'issue': ('https://github.com/lukelbd/proplot/issues/%s', 'GH#'),
157-
'commit': ('https://github.com/lukelbd/proplot/commit/%s', '@'),
158-
'pr': ('https://github.com/lukelbd/proplot/pull/%s', 'GH#'),
156+
'issue': ('https://github.com/proplot-dev/proplot/issues/%s', 'GH#'),
157+
'commit': ('https://github.com/proplot-dev/proplot/commit/%s', '@'),
158+
'pr': ('https://github.com/proplot-dev/proplot/pull/%s', 'GH#'),
159159
}
160160

161161
# Set up mapping for other projects' docs

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ dependencies:
3636
- markupsafe==2.0.1
3737
- nbsphinx==0.8.1
3838
- jupytext
39-
- git+https://github.com/proplot-org/sphinx-automodapi@proplot-mods
39+
- git+https://github.com/proplot-dev/sphinx-automodapi@proplot-mods

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ProPlot
1010

1111
A succinct `matplotlib <https://matplotlib.org/>`__ wrapper
1212
for making beautiful, publication-quality graphics. This project
13-
is `published on GitHub <https://github.com/proplot-org/proplot>`__ and can
13+
is `published on GitHub <https://github.com/proplot-dev/proplot>`__ and can
1414
be cited using its `Zenodo DOI <https://doi.org/10.5281/zenodo.3873878>`__.
1515

1616
.. toctree::

proplot/axes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ def _add_colorbar(
11041104

11051105
# Special handling for colorbar keyword arguments
11061106
# WARNING: Critical to not pass empty major locators in matplotlib < 3.5
1107-
# See this issue: https://github.com/lukelbd/proplot/issues/301
1107+
# See this issue: https://github.com/proplot-dev/proplot/issues/301
11081108
# WARNING: Proplot 'supports' passing one extend to a mappable function
11091109
# then overwriting by passing another 'extend' to colobar. But contour
11101110
# colorbars break when you try to change its 'extend'. Matplotlib gets

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers =
2222

2323
project_urls =
2424
Documentation = https://proplot.readthedocs.io
25-
Issue Tracker = https://github.com/proplot-org/proplot/issues
26-
Source Code = https://github.com/proplot-org/proplot
25+
Issue Tracker = https://github.com/proplot-dev/proplot/issues
26+
Source Code = https://github.com/proplot-dev/proplot
2727

2828
[options]
2929
packages = proplot

0 commit comments

Comments
 (0)