From 66e761f4055ca1781ea67d391446f089a1dd625e Mon Sep 17 00:00:00 2001 From: Paul Kienzle Date: Thu, 5 Dec 2024 17:23:17 -0500 Subject: [PATCH] move repo to python-periodictable --- README.rst | 8 ++++---- doc/sphinx/guide/contributing.rst | 4 ++-- periodictable/nsf.py | 6 +++--- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 8e31ac3..f7d0e62 100644 --- a/README.rst +++ b/README.rst @@ -35,14 +35,14 @@ Documentation is `available online `_. 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 diff --git a/doc/sphinx/guide/contributing.rst b/doc/sphinx/guide/contributing.rst index f52782e..cb9d407 100644 --- a/doc/sphinx/guide/contributing.rst +++ b/doc/sphinx/guide/contributing.rst @@ -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 ``_. +The source is available via git at ``_. To make changes, create a fork of the project on github, then do following, with your github user name substituted for *GITNAME*:: @@ -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 diff --git a/periodictable/nsf.py b/periodictable/nsf.py index 269b3f7..4dc6040 100644 --- a/periodictable/nsf.py +++ b/periodictable/nsf.py @@ -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 -``_ +``_ with changes from Sears to Rauch -`(a) `__ +`(a) `__ and from Rauch to Dawidowski -`(b) `__. +`(b) `__. The following newer measurements from the literature are included: diff --git a/pyproject.toml b/pyproject.toml index c42abf5..b647cfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]