diff --git a/.gitignore b/.gitignore index f130e0cc0..c0a2aca3e 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,6 @@ tests/coverage/htmlcov # macos .DS_Store + +# Version +_version.py diff --git a/README.rst b/README.rst index d554207cb..d5d99789a 100644 --- a/README.rst +++ b/README.rst @@ -29,8 +29,8 @@ Overall Health .. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/ruff.yml/badge.svg :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/ruff.yml -.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_external_links.yml/badge.svg - :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_external_links.yml +.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_sphinx_links.yml/badge.svg + :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_sphinx_links.yml .. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_inspector_tests.yml/badge.svg :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_inspector_tests.yml diff --git a/docs/source/software_process.rst b/docs/source/software_process.rst index 07fd97246..2bc7d5596 100644 --- a/docs/source/software_process.rst +++ b/docs/source/software_process.rst @@ -36,7 +36,7 @@ codecov_, which shows line by line which lines are covered by the tests. Installation Requirements ------------------------- -:pynwb:`setup.py ` contains a list of package dependencies and their version ranges allowed for +:pynwb:`pyproject.toml ` contains a list of package dependencies and their version ranges allowed for running PyNWB. As a library, upper bound version constraints create more harm than good in the long term (see this `blog post`_) so we avoid setting upper bounds on requirements.