summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 023985d..724c1a7 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
-=====================
- ``zope.traversing``
-=====================
+=================
+ zope.traversing
+=================
.. image:: https://img.shields.io/pypi/v/zope.traversing.svg
:target: https://pypi.python.org/pypi/zope.traversing/
@@ -16,8 +16,13 @@
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.traversing/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.traversing?branch=master
+.. image:: https://readthedocs.org/projects/zopetraversing/badge/?version=latest
+ :target: https://zopetraversing.readthedocs.io/en/latest/
+ :alt: Documentation Status
This package provides adapters for resolving object paths by traversing
an object hierarchy. This package also includes support for traversal
namespaces (e.g. ``++view++``, ``++skin++``, etc.) as well as computing
URLs via the ``@@absolute_url`` view.
+
+Documentation is hosted at https://zopetraversing.readthedocs.io/