diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-08 04:26:15 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-08 04:26:15 -0500 |
| commit | 56df902d0a5bcd29a2b4c3dfafab9a09d6f0c29d (patch) | |
| tree | 3459444e6c27303505695f24d014a32b33036587 /docs/api.rst | |
| parent | 101e0964d2c51404cdd71a28fad45921858e7191 (diff) | |
| download | pyramid-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.rst')
| -rw-r--r-- | docs/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index dc75e45e0..979e8f490 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -21,6 +21,7 @@ documentation is organized alphabetically by module name. api/interfaces api/location api/paster + api/path api/registry api/renderers api/request |
