Added docs to Badge

This commit is contained in:
Hernan Grecco 2016-02-12 15:25:36 -03:00
parent df347e8b3e
commit 92c05c9c26
3 changed files with 18 additions and 4 deletions

View File

@ -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

4
README
View File

@ -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.

View File

@ -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.