summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-08 04:26:36 -0500
committerChris McDonough <chrism@plope.com>2011-12-08 04:26:36 -0500
commit099a33c78f95b83feab7b76846df918c019a1bc9 (patch)
tree3459444e6c27303505695f24d014a32b33036587 /docs/api
parent101e0964d2c51404cdd71a28fad45921858e7191 (diff)
parent56df902d0a5bcd29a2b4c3dfafab9a09d6f0c29d (diff)
downloadpyramid-099a33c78f95b83feab7b76846df918c019a1bc9.tar.gz
pyramid-099a33c78f95b83feab7b76846df918c019a1bc9.tar.bz2
pyramid-099a33c78f95b83feab7b76846df918c019a1bc9.zip
Merge branch 'feature.resolvers'
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:
+