diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-02-10 22:36:08 -0600 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-02-10 22:36:08 -0600 |
| commit | c444a314433ae55148eadd6481120bb875a954c1 (patch) | |
| tree | 886f63ba4c3d37346330473aadab043e74bbc55b /docs/narr/project.rst | |
| parent | 15c9fb86a26d05056bf744621596eb3e4e3f12f7 (diff) | |
| parent | 2033eeb3602f330930585678aac926749b9c22f7 (diff) | |
| download | pyramid-c444a314433ae55148eadd6481120bb875a954c1.tar.gz pyramid-c444a314433ae55148eadd6481120bb875a954c1.tar.bz2 pyramid-c444a314433ae55148eadd6481120bb875a954c1.zip | |
Merge pull request #1241 from stevepiercy/master
Garden Sphinx directives
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index eb12f67ef..62b91de0e 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -898,15 +898,22 @@ returns the HTML in a :term:`response`. a server restart to reload them. Production applications should use ``pyramid.reload_templates = False``. -.. seealso:: See also :ref:`views_which_use_a_renderer` for more information +.. seealso:: + + See also :ref:`views_which_use_a_renderer` for more information about how views, renderers, and templates relate and cooperate. -.. seealso:: Pyramid can also dynamically reload changed Python files. For - more on this see :ref:`reloading_code`. +.. seealso:: + + Pyramid can also dynamically reload changed Python files. See also + :ref:`reloading_code`. + +.. seealso:: -.. seealso:: The :ref:`debug_toolbar` provides interactive access to your - application's internals and, should an exception occur, allows interactive - access to traceback execution stack frames from the Python interpreter. + See also the :ref:`debug_toolbar`, which provides interactive access to + your application's internals and, should an exception occur, allows + interactive access to traceback execution stack frames from the Python + interpreter. .. index:: single: static directory |
