Skip to content

Commit

Permalink
move repo to python-periodictable
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kienzle committed Dec 5, 2024
1 parent a317c26 commit 66e761f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ Documentation is `available online <https://periodictable.readthedocs.io>`_.

Source links:

* https://github.com/pkienzle/periodictable
* https://github.com/scattering/activation
* https://github.com/python-periodictable/periodictable
* https://github.com/python-periodictable/activation

|CI| |RTD| |DOI|

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

.. |DOI| image:: https://zenodo.org/badge/1146700.svg
:alt: DOI tag
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/guide/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Contributing Changes
The best way to contribute to the periodic table package is to work
from a copy of the source tree in the revision control system.

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

Expand All @@ -21,7 +21,7 @@ install each time.

Track updates to the original package using::

git remote add upstream https://github.com/pkienzle/periodictable.git
git remote add upstream https://github.com/python-periodictable/periodictable.git
git remote -v # check that it is set
git fetch upstream
git merge upstream/master
Expand Down
6 changes: 3 additions & 3 deletions periodictable/nsf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@
Tables from Sears\ [#Sears1992]_\ [#Sears2006]_, Rauch\ [#Rauch2003]_ and
Dawidowski\ [#Dawidowski2013]_ make different choices for the recommended
values. These are noted in periodictable issue #59
`<https://github.com/pkienzle/periodictable/issues/59>`_
`<https://github.com/python-periodictable/periodictable/issues/59>`_
with changes from Sears to Rauch
`(a) <https://github.com/pkienzle/periodictable/issues/59#issuecomment-1693686953>`__
`(a) <https://github.com/python-periodictable/periodictable/issues/59#issuecomment-1693686953>`__
and from Rauch to Dawidowski
`(b) <https://github.com/pkienzle/periodictable/issues/59#issuecomment-1690212205>`__.
`(b) <https://github.com/python-periodictable/periodictable/issues/59#issuecomment-1690212205>`__.
The following newer measurements from the literature are included:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

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

[build-system]
requires = ["setuptools", "wheel"]
Expand Down

0 comments on commit 66e761f

Please sign in to comment.