summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BADGES.rst5
-rw-r--r--README4
-rw-r--r--README.rst13
3 files changed, 18 insertions, 4 deletions
diff --git a/BADGES.rst b/BADGES.rst
index 4df29ea..a4c9369 100644
--- a/BADGES.rst
+++ b/BADGES.rst
@@ -16,9 +16,14 @@
.. image:: https://travis-ci.org/hgrecco/pint.svg?branch=master
:target: https://travis-ci.org/hgrecco/pint
+ :alt: CI
.. image:: https://coveralls.io/repos/github/hgrecco/pint/badge.svg?branch=master
:target: https://coveralls.io/github/hgrecco/pint?branch=master
:alt: Coverage
+.. image:: https://readthedocs.org/projects/pint/badge/
+ :target: http://pint.readthedocs.org/
+ :alt: Docs
+
diff --git a/README b/README
index f4c2b9e..d57a362 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ It is distributed with a comprehensive list of physical units, prefixes
and constants. Due to its modular design, you to extend (or even rewrite!)
the complete list without changing the source code.
-It has a complete test coverage. It runs in Python 2.7 and 3.X
+It has a complete test coverage. It runs in Python 2.6 and 3.X
with no other dependency. It is licensed under BSD.
@@ -38,7 +38,7 @@ Pint to scratch my own itches.
- Dependency free: it depends only on Python and its standard library.
-- Python 2 and 3: A single codebase that runs unchanged in Python 2.7+ and Python 3.0+.
+- Python 2 and 3: A single codebase that runs unchanged in Python 2.6+ and Python 3.0+.
- Advanced NumPy support: While NumPy is not a requirement for Pint,
when available ndarray methods and ufuncs can be used in Quantity objects.
diff --git a/README.rst b/README.rst
index 6c5b5cb..6d96801 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,10 @@
:target: https://pypi.python.org/pypi/pint
:alt: Latest Version
+.. image:: https://readthedocs.org/projects/pip/badge/
+ :target: http://pint.readthedocs.org/
+ :alt: Documentation
+
.. image:: https://img.shields.io/pypi/l/pint.svg
:target: https://pypi.python.org/pypi/pint
:alt: License
@@ -12,11 +16,16 @@
.. image:: https://travis-ci.org/hgrecco/pint.svg?branch=master
:target: https://travis-ci.org/hgrecco/pint
+ :alt: CI
.. image:: https://coveralls.io/repos/github/hgrecco/pint/badge.svg?branch=master
:target: https://coveralls.io/github/hgrecco/pint?branch=master
:alt: Coverage
+.. image:: https://readthedocs.org/projects/pint/badge/
+ :target: http://pint.readthedocs.org/
+ :alt: Docs
+
Pint: a Python units library
============================
@@ -30,7 +39,7 @@ It is distributed with a comprehensive list of physical units, prefixes
and constants. Due to its modular design, you to extend (or even rewrite!)
the complete list without changing the source code.
-It has a complete test coverage. It runs in Python 2.7 and 3.X
+It has a complete test coverage. It runs in Python 2.6 and 3.X
with no other dependency. It is licensed under BSD.
@@ -58,7 +67,7 @@ Pint to scratch my own itches.
- Dependency free: it depends only on Python and its standard library.
-- Python 2 and 3: A single codebase that runs unchanged in Python 2.7+ and Python 3.0+.
+- Python 2 and 3: A single codebase that runs unchanged in Python 2.6+ and Python 3.0+.
- Advanced NumPy support: While NumPy is not a requirement for Pint,
when available ndarray methods and ufuncs can be used in Quantity objects.