Skip to content

Commit 8a44b6f

Browse files
committed
Transfer ownership from lukelbd --> proplot-org
1 parent 9e74167 commit 8a44b6f

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
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/lukelbd/proplot.git``
22+
``pip install git+https://github.com/proplot-org/proplot.git``
2323
or clone the repository and run ``pip install -e .`` inside
2424
the ``proplot`` folder.
2525

README.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: https://github.com/lukelbd/proplot/blob/master/docs/_static/logo_long.png?raw=true
1+
.. image:: https://github.com/proplot-org/proplot/blob/master/docs/_static/logo_long.png?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/lukelbd/proplot.git``
35+
``pip install git+https://github.com/proplot-org/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/lukelbd/proplot.svg?branch=master
40+
.. |build-status| image:: https://travis-ci.com/proplot-org/proplot.svg?branch=master
4141
:alt: build status
42-
:target: https://travis-ci.com/lukelbd/proplot
42+
:target: https://travis-ci.com/proplot-org/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/lukelbd/proplot.svg
60+
.. |license| image:: https://img.shields.io/github/license/proplot-org/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/lukelbd/proplot.org/branch/master/graph/badge.svg
79+
|coverage| image:: https://codecov.io/gh/proplot-org/proplot.org/branch/master/graph/badge.svg
8080
:alt: coverage
81-
:target: https://codecov.io/gh/lukelbd/proplot.org
81+
:target: https://codecov.io/gh/proplot-org/proplot.org
8282
8383
..
8484
|quality| image:: https://api.codacy.com/project/badge/Grade/931d7467c69c40fbb1e97a11d092f9cd
8585
:alt: quality
86-
:target: https://www.codacy.com/app/lukelbd/proplot?utm_source=github.com&utm_medium=referral&utm_content=lukelbd/proplot&utm_campaign=Badge_Grade
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
8787
8888
..
89-
|hits| image:: http://hits.dwyl.io/lukelbd/lukelbd/proplot.svg
89+
|hits| image:: http://hits.dwyl.io/proplot-org/proplot-org/proplot.svg
9090
:alt: hits
91-
:target: http://hits.dwyl.io/lukelbd/lukelbd/proplot
91+
:target: http://hits.dwyl.io/proplot-org/proplot-org/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/lukelbd/issues
96+
:target: https://github.com/proplot-org/issues
9797
9898
..
99-
|issues| image:: https://img.shields.io/github/issues/lukelbd/proplot.svg
100-
:alt: issues
101-
:target: https://github.com/lukelbd/issues
99+
|issues| image:: https://img.shields.io/github/issues/proplot-org/proplot.svg
100+
:alt: issueks
101+
:target: https://github.com/proplot-org/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/lukelbd/sphinx-automodapi@proplot-mods
39+
- git+https://github.com/proplot-org/sphinx-automodapi@proplot-mods

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/lukelbd/sphinx-automodapi@proplot-mods
39+
- git+https://github.com/proplot-org/sphinx-automodapi@proplot-mods

docs/index.rst

Lines changed: 2 additions & 2 deletions
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/lukelbd/proplot>`__ and can
13+
is `published on GitHub <https://github.com/proplot-org/proplot>`__ and can
1414
be cited using its `Zenodo DOI <https://doi.org/10.5281/zenodo.3873878>`__.
1515

1616
.. toctree::
@@ -55,4 +55,4 @@ Indices and tables
5555

5656
* :ref:`genindex`
5757
* :ref:`modindex`
58-
* :ref:`glossary`
58+
* :ref:`glossary`

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/lukelbd/proplot/issues
26-
Source Code = https://github.com/lukelbd/proplot
25+
Issue Tracker = https://github.com/proplot-org/proplot/issues
26+
Source Code = https://github.com/proplot-org/proplot
2727

2828
[options]
2929
packages = proplot

0 commit comments

Comments
 (0)