summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api/traversal.rst4
-rw-r--r--docs/api/url.rst11
-rw-r--r--docs/index.rst1
3 files changed, 14 insertions, 2 deletions
diff --git a/docs/api/traversal.rst b/docs/api/traversal.rst
index c9fab7d98..8195ddec4 100644
--- a/docs/api/traversal.rst
+++ b/docs/api/traversal.rst
@@ -11,8 +11,8 @@
.. autofunction:: find_root
- .. autofunction:: model_url
-
.. autofunction:: model_path
+.. note:: A function named ``model_url`` used to be present in this
+ module. It was moved to :ref:`url_module` in version 0.6.1.
diff --git a/docs/api/url.rst b/docs/api/url.rst
new file mode 100644
index 000000000..d984dcc07
--- /dev/null
+++ b/docs/api/url.rst
@@ -0,0 +1,11 @@
+.. _url_module:
+
+:mod:`repoze.bfg.url`
+---------------------
+
+.. automodule:: repoze.bfg.url
+
+ .. autofunction:: model_url
+
+ .. autofunction:: urlencode
+
diff --git a/docs/index.rst b/docs/index.rst
index 0c8fd295e..bd17236aa 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -76,6 +76,7 @@ Per-module :mod:`repoze.bfg` API documentation.
api/testing
api/traversal
api/location
+ api/url
api/urldispatch
api/view
api/wsgi