summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-08 04:26:15 -0500
committerChris McDonough <chrism@plope.com>2011-12-08 04:26:15 -0500
commit56df902d0a5bcd29a2b4c3dfafab9a09d6f0c29d (patch)
tree3459444e6c27303505695f24d014a32b33036587 /docs/api
parent101e0964d2c51404cdd71a28fad45921858e7191 (diff)
downloadpyramid-56df902d0a5bcd29a2b4c3dfafab9a09d6f0c29d.tar.gz
pyramid-56df902d0a5bcd29a2b4c3dfafab9a09d6f0c29d.tar.bz2
pyramid-56df902d0a5bcd29a2b4c3dfafab9a09d6f0c29d.zip
- New APIs: ``pyramid.path.AssetResolver`` and
``pyramid.path.DottedNameResolver``. The former can be used to resolve asset specifications, the latter can be used to resolve dotted names to modules or packages.
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/path.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/api/path.rst b/docs/api/path.rst
new file mode 100644
index 000000000..045d77da2
--- /dev/null
+++ b/docs/api/path.rst
@@ -0,0 +1,13 @@
+.. _path_module:
+
+:mod:`pyramid.path`
+---------------------------
+
+.. automodule:: pyramid.path
+
+ .. autoclass:: DottedNameResolver
+ :members:
+
+ .. autoclass:: AssetResolver
+ :members:
+