summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2016-02-12 15:25:36 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2016-02-12 15:55:29 -0300
commit92c05c9c26f7551c5dde360cef28a39783acc757 (patch)
tree6e3276ae4027c993f591977defc4dc88c724162c /README.rst
parentdf347e8b3ecb44520c361219982732ba97a5b6db (diff)
downloadpint-92c05c9c26f7551c5dde360cef28a39783acc757.tar.gz
Added docs to Badge
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 11 insertions, 2 deletions
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.