couple of badges for the docs

This commit is contained in:
Mahmoud Hashemi 2016-06-24 02:14:58 -07:00
parent 074ddea676
commit e2cc7e551d
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,8 @@ boltons
*boltons should be builtins.*
|release| |calver|
**Boltons** is a set of pure-Python utilities in the same spirit as —
and yet conspicuously missing from — the `the standard library`_,
including:
@ -34,6 +36,13 @@ And that's just a small selection. As of |today|, ``boltons`` is
.. _the standard library: https://docs.python.org/2.7/library/index.html
.. _checking the CHANGELOG: https://github.com/mahmoud/boltons/blob/master/CHANGELOG.md
.. |release| image:: https://img.shields.io/pypi/v/boltons.svg
:target: https://pypi.python.org/pypi/boltons
.. |calver| image:: https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg
:target: http://calver.org
Installation and Integration
----------------------------