diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-29 21:33:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-29 21:33:05 +0900 |
| commit | 050bc4a2e75466caa33239ffeda0e4e74c69d1fd (patch) | |
| tree | 2a657df0559dc5a16be8eb0d42b252d69299491b /docs/modules/config.rst | |
| parent | 6b672b39a05ec605bda28115ce922a6f449442a7 (diff) | |
| parent | 55cea2c020827e28004f10a63f6b0fb6930b5ca1 (diff) | |
| download | pastedeploy-git-setup-py-update.tar.gz | |
Merge branch 'master' into setup-py-updatesetup-py-update
Diffstat (limited to 'docs/modules/config.rst')
| -rw-r--r-- | docs/modules/config.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/modules/config.rst b/docs/modules/config.rst new file mode 100644 index 0000000..9d8f894 --- /dev/null +++ b/docs/modules/config.rst @@ -0,0 +1,13 @@ +:mod:`paste.deploy.config` -- Configuration and Environment middleware +====================================================================== + +.. automodule:: paste.deploy.config + +Module Contents +--------------- + +.. autoclass:: DispatchingConfig +.. autoclass:: ConfigMiddleware +.. autoclass:: PrefixMiddleware + +.. comment: FIXME: do something about CONFIG (manual docs?) |
