diff --git a/CHANGES.rst b/CHANGES.rst index 77e46a4..6925b1e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -34,7 +34,7 @@ Changelog [cewing, xiru, winstonf88] .. note:: - this change fixes a bug in the earlier implementation that could cause + This change fixes a bug in the earlier implementation that could cause errors in some situations. This situation will only arise if the userid and username for a user are not the same. If membrane is being used for content- based user objects, or if email-as-login is enabled *and* a user has changed diff --git a/README.rst b/README.rst index 6347baf..17c12ff 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,12 @@ plone.api ========= +* `Documentation @ api.plone.org `_ +* `Source code @ GitHub `_ +* `Issues @ GitHub `_ +* `Continuous Integration @ Travis CI `_ +* `Code Coverage @ Coveralls.io `_ + .. topic:: Overview The ``plone.api`` is an elegant and simple API, built for humans wishing @@ -10,17 +16,6 @@ plone.api for doing common development tasks in Plone. Recipes try to assume the user does not have extensive knowledge about Plone internals. -.. raw:: html - - - - -* `Documentation @ api.plone.org `_ -* `Source code @ GitHub `_ -* `Issues @ GitHub `_ -* `Continuous Integration @ Travis CI `_ -* `Code Coverage @ Coveralls.io `_ - The intention of this package is to provide clear API methods for Plone functionality which may be confusing or difficult to access. As the underlying code improves some API methods may be deprecated and the documentation here