summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api/traversal.rst1
-rw-r--r--docs/notes.txt6
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/api/traversal.rst b/docs/api/traversal.rst
index a1b9ea95f..c9fab7d98 100644
--- a/docs/api/traversal.rst
+++ b/docs/api/traversal.rst
@@ -13,5 +13,6 @@
.. autofunction:: model_url
+ .. autofunction:: model_path
diff --git a/docs/notes.txt b/docs/notes.txt
index e8d679237..6f5b896e5 100644
--- a/docs/notes.txt
+++ b/docs/notes.txt
@@ -8,9 +8,9 @@
- "push" style templating
-- .001 case where there is a template without a view.
-
- Warn if permissions are defined but no security policy is in place.
-- Change port num due to conflict with Postgres.
+- Describe better that render_template_to_response is a shortcut.
+
+- Show usage of, e.g. HTTPFound(location=url).