Skip to content

Commit

Permalink
Add PyPI and RTD badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 28, 2015
1 parent fb35d50 commit 36a65a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
@@ -1,9 +1,17 @@
``zope.schema``
===============

.. image:: https://pypip.in/version/zope.schema/badge.svg?style=flat
:target: https://pypi.python.org/pypi/zope.schema/
:alt: Latest Version

.. image:: https://travis-ci.org/zopefoundation/zope.schema.png?branch=master
:target: https://travis-ci.org/zopefoundation/zope.schema

.. image:: https://readthedocs.org/projects/zopeschema/badge/?version=latest
:target: http://zopeschema.readthedocs.org/en/latest/
:alt: Documentation Status

Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods). Every schema is an interface and
specifies the public fields of an object. A *field* roughly
Expand Down

0 comments on commit 36a65a0

Please sign in to comment.