diff options
| author | Karl O. Pinc <kop@meme.com> | 2014-08-08 23:22:24 -0500 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2014-08-08 23:22:24 -0500 |
| commit | 1a768e3d45594d2458c379bcd55d6f1478ef3281 (patch) | |
| tree | ff12c2ad09b8e0cf13b1268670ddf9e1aad76384 /docs/narr | |
| parent | 3587a53dc28b8f6411816ccd7fd8fdee0d88acb4 (diff) | |
| download | pyramid-1a768e3d45594d2458c379bcd55d6f1478ef3281.tar.gz pyramid-1a768e3d45594d2458c379bcd55d6f1478ef3281.tar.bz2 pyramid-1a768e3d45594d2458c379bcd55d6f1478ef3281.zip | |
Link to .ini file description in configuration chapter.
The Startup chapter describes a Pyramid application's .ini file.
This is now a seealso in the Configuration chapter.
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/configuration.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst index 52615533d..f7fa94daf 100644 --- a/docs/narr/configuration.rst +++ b/docs/narr/configuration.rst @@ -17,6 +17,10 @@ plugging application code that you've written into :app:`Pyramid` is also referred to within this documentation as "configuration"; you are configuring :app:`Pyramid` to call the code that makes up your application. +.. seealso:: + For information on ``.ini`` files for Pyramid applications see the + :ref:`startup_chapter` chapter. + There are two ways to configure a :app:`Pyramid` application: :term:`imperative configuration` and :term:`declarative configuration`. Both are described below. |
