Skip to content

Commit 66e761f

Browse files
author
Paul Kienzle
committed
move repo to python-periodictable
1 parent a317c26 commit 66e761f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Documentation is `available online <https://periodictable.readthedocs.io>`_.
3535

3636
Source links:
3737

38-
* https://github.com/pkienzle/periodictable
39-
* https://github.com/scattering/activation
38+
* https://github.com/python-periodictable/periodictable
39+
* https://github.com/python-periodictable/activation
4040

4141
|CI| |RTD| |DOI|
4242

43-
.. |CI| image:: https://github.com/pkienzle/periodictable/workflows/Test/badge.svg
43+
.. |CI| image:: https://github.com/python-periodictable/periodictable/workflows/Test/badge.svg
4444
:alt: Build status
45-
:target: https://github.com/pkienzle/periodictable/actions
45+
:target: https://github.com/python-periodictable/periodictable/actions
4646

4747
.. |DOI| image:: https://zenodo.org/badge/1146700.svg
4848
:alt: DOI tag

doc/sphinx/guide/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Contributing Changes
77
The best way to contribute to the periodic table package is to work
88
from a copy of the source tree in the revision control system.
99

10-
The source is available via git at `<https://github.com/pkienzle/periodictable>`_.
10+
The source is available via git at `<https://github.com/python-periodictable/periodictable>`_.
1111
To make changes, create a fork of the project on github, then do following,
1212
with your github user name substituted for *GITNAME*::
1313

@@ -21,7 +21,7 @@ install each time.
2121

2222
Track updates to the original package using::
2323

24-
git remote add upstream https://github.com/pkienzle/periodictable.git
24+
git remote add upstream https://github.com/python-periodictable/periodictable.git
2525
git remote -v # check that it is set
2626
git fetch upstream
2727
git merge upstream/master

periodictable/nsf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
Tables from Sears\ [#Sears1992]_\ [#Sears2006]_, Rauch\ [#Rauch2003]_ and
9494
Dawidowski\ [#Dawidowski2013]_ make different choices for the recommended
9595
values. These are noted in periodictable issue #59
96-
`<https://github.com/pkienzle/periodictable/issues/59>`_
96+
`<https://github.com/python-periodictable/periodictable/issues/59>`_
9797
with changes from Sears to Rauch
98-
`(a) <https://github.com/pkienzle/periodictable/issues/59#issuecomment-1693686953>`__
98+
`(a) <https://github.com/python-periodictable/periodictable/issues/59#issuecomment-1693686953>`__
9999
and from Rauch to Dawidowski
100-
`(b) <https://github.com/pkienzle/periodictable/issues/59#issuecomment-1690212205>`__.
100+
`(b) <https://github.com/python-periodictable/periodictable/issues/59#issuecomment-1690212205>`__.
101101
102102
The following newer measurements from the literature are included:
103103

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
[project.urls]
3737
documentation = "https://periodictable.readthedocs.io"
38-
repository = "https://github.com/pkienzle/periodictable"
38+
repository = "https://github.com/python-periodictable/periodictable"
3939

4040
[build-system]
4141
requires = ["setuptools", "wheel"]

0 commit comments

Comments
 (0)