summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-07-31 09:53:57 -0500
committerJason Madden <jamadden@gmail.com>2017-07-31 09:53:57 -0500
commita021805a3afe4c140b0c8f42295da85a67d8752f (patch)
tree61bc027b9fe15b2d03a0128133693e42be91a974 /README.rst
parent99049f39fbb012d2a7045aa1eec005cb1b5009e0 (diff)
downloadzope-location-a021805a3afe4c140b0c8f42295da85a67d8752f.tar.gz
Add Python 3.6 and drop Python 3.3py36
- Badges - Enable coveralls - 100% coverage - DRY with respect to dependencies in setup.py and tox.ini - Remove _compat.py and use of its u() function since Python 3.2 is dropped. - Run doctests on all python versions.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 19 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 1dcb61a..ff64980 100644
--- a/README.rst
+++ b/README.rst
@@ -1,15 +1,29 @@
-``zope.location``
-=================
+===================
+ ``zope.location``
+===================
.. image:: https://img.shields.io/pypi/v/zope.location.svg
- :target: https://pypi.python.org/pypi/zope.location/
- :alt: Latest Version
+ :target: https://pypi.python.org/pypi/zope.location/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.location.svg
+ :target: https://pypi.org/project/zope.location/
+ :alt: Supported Python versions
.. image:: https://travis-ci.org/zopefoundation/zope.location.png?branch=master
:target: https://travis-ci.org/zopefoundation/zope.location
+.. image:: https://coveralls.io/repos/github/zopefoundation/zope.location/badge.svg?branch=master
+ :target: https://coveralls.io/github/zopefoundation/zope.location?branch=master
+
.. image:: https://readthedocs.org/projects/zopelocation/badge/?version=latest
:target: http://zopelocation.readthedocs.org/en/latest/
:alt: Documentation Status
-In Zope3, "locations" are special objects that have a structural location.
+In Zope3, "locations" are special objects that have a structural
+location, indicated with ``__name__`` and ``__parent__`` attributes.
+
+See `zope.container <https://zopecontainer.readthedocs.io/en/latest>`_
+for a useful extension of this concept to "containers."
+
+Documentation is hosted at https://zopelocation.readthedocs.io/en/latest/