diff options
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/traversal.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/api/traversal.rst b/docs/api/traversal.rst index 1fcc9a2c6..dfb4ac77f 100644 --- a/docs/api/traversal.rst +++ b/docs/api/traversal.rst @@ -13,10 +13,19 @@ .. autofunction:: model_path - .. autofunction:: traversal_path(path) + .. autofunction:: model_path_string + + .. autofunction:: quote_path_segment .. autofunction:: virtual_root .. 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. +Secondary APIs +~~~~~~~~~~~~~~ + +.. automodule:: repoze.bfg.traversal + + .. autofunction:: traversal_path(path) + |
