diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-21 22:51:08 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-21 22:51:08 +0000 |
| commit | 17cf32a6cc2e977867429443d6d3a9514f9dbed0 (patch) | |
| tree | 15218f465b91e3d961158e9e01604f6f1773285f /docs | |
| parent | 3d67d49c5aef75b09f1bde2701e5b6097bf8b8be (diff) | |
| download | pyramid-17cf32a6cc2e977867429443d6d3a9514f9dbed0.tar.gz pyramid-17cf32a6cc2e977867429443d6d3a9514f9dbed0.tar.bz2 pyramid-17cf32a6cc2e977867429443d6d3a9514f9dbed0.zip | |
Add meager API docs for Configurator.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/configuration.rst | 38 | ||||
| -rw-r--r-- | docs/index.rst | 1 |
2 files changed, 39 insertions, 0 deletions
diff --git a/docs/api/configuration.rst b/docs/api/configuration.rst new file mode 100644 index 000000000..aec43178a --- /dev/null +++ b/docs/api/configuration.rst @@ -0,0 +1,38 @@ +.. _configuration_module: + +:mod:`repoze.bfg.configuration` +------------------------------- + +.. automodule:: repoze.bfg.configuration + + .. autoclass:: Configurator + + .. automethod:: route + + .. automethod:: view + + .. automethod:: authentication_policy(policy) + + .. automethod:: authorization_policy(policy) + + .. automethod:: forbidden(view=None, attr=None, renderer=None, wrapper=None) + + .. automethod:: notfound(view=None, attr=None, renderer=None, wrapper=None) + + .. automethod:: renderer(factory, name) + + .. automethod:: resource(to_override, override_with) + + .. automethod:: root_factory(factory) + + .. automethod:: scan(package) + + .. automethod:: settings + + .. automethod:: static(name, path, cache_max_age=3600) + + .. automethod:: load_zcml(spec) + + .. automethod:: make_wsgi_app() + + diff --git a/docs/index.rst b/docs/index.rst index c7be48142..9a45d91d1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -66,6 +66,7 @@ Per-module :mod:`repoze.bfg` API documentation. api/chameleon_text api/chameleon_zpt + api/configuration api/events api/exceptions api/location |
