summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2020-02-04 22:26:42 -0300
committerHernan <hernan.grecco@gmail.com>2020-02-04 22:26:42 -0300
commitccea5e1d32f1186ed4b5a23fa1c5740cf4cc9de4 (patch)
tree4b7992dd4eae1e06c63be2fea235e7ddcc69b330 /README.rst
parentfc28668d3daa6bedfb5f79a7cfaa2f47c8db7c88 (diff)
downloadpint-ccea5e1d32f1186ed4b5a23fa1c5740cf4cc9de4.tar.gz
Reorganize long_description
Remove AUTHORS and CHANGES and replace them by a link to github to improve readability in PyPI Closes #983
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 6c99466..f90ea45 100644
--- a/README.rst
+++ b/README.rst
@@ -142,6 +142,13 @@ ufuncs are supported including automatic conversion of units. For example
quantity will be radian.
+Pint is maintained by a community of scientists, programmers and entusiasts around the world.
+See AUTHORS_ for a complete list.
+
+To review an ordered list of notable changes for each version of a project,
+see CHANGES_
+
+
.. _Website: http://www.dimensionalanalysis.org/
.. _`comprehensive list of physical units, prefixes and constants`: https://github.com/hgrecco/pint/blob/master/pint/default_en.txt
.. _`uncertainties package`: https://pythonhosted.org/uncertainties/
@@ -150,3 +157,5 @@ quantity will be radian.
.. _`Babel`: http://babel.pocoo.org/
.. _`Pandas Extension Types`: https://pandas.pydata.org/pandas-docs/stable/extending.html#extension-types
.. _`pint-pandas Jupyter notebook`: https://github.com/hgrecco/pint-pandas/blob/master/notebooks/pandas_support.ipynb
+.. _`AUTHORS`: https://github.com/hgrecco/pint/blob/master/AUTHORS
+.. _`CHANGES`: https://github.com/hgrecco/pint/blob/master/CHANGES \ No newline at end of file