summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-09-11 13:28:29 -0500
committerJason Madden <jamadden@gmail.com>2017-09-11 16:15:47 -0500
commit59edaa22bf0332410dc8d44bec9c6a26b75015f6 (patch)
tree2a3b49b228226324f75dd7a8d6701fb539e72549 /README.rst
parent68661921272216395c07796a8d34914750e7eb68 (diff)
downloadzope-security-59edaa22bf0332410dc8d44bec9c6a26b75015f6.tar.gz
Badges and fixes for README and CHANGES.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst23
1 files changed, 15 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 8c04f93..19d5608 100644
--- a/README.rst
+++ b/README.rst
@@ -1,20 +1,27 @@
-``zope.security``
-=================
+===============
+ zope.security
+===============
.. image:: https://img.shields.io/pypi/v/zope.security.svg
- :target: https://pypi.python.org/pypi/zope.security/
- :alt: Latest Version
+ :target: https://pypi.python.org/pypi/zope.security/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.security.svg
+ :target: https://pypi.org/project/zope.security/
+ :alt: Supported Python versions
.. image:: https://travis-ci.org/zopefoundation/zope.security.png?branch=master
:target: https://travis-ci.org/zopefoundation/zope.security
-.. image:: https://readthedocs.org/projects/zopesecurity/badge/?version=latest
- :target: http://zopesecurity.readthedocs.org/en/latest/
- :alt: Documentation Status
-
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.security/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.security?branch=master
+.. image:: https://readthedocs.org/projects/zopesecurity/badge/?version=latest
+ :target: https://zopesecurity.readthedocs.io/en/latest/
+ :alt: Documentation Status
+
The Security framework provides a generic mechanism to implement security
policies on Python objects.
+
+Documentation is available at https://zopesecurity.readthedocs.io/