Hi,
In the page http://docs.turbogears.org/1.0/Configuration there is a
paragraph which reads
server.environment
Can be either "development" or "production. The development option
enables a variety of error reporting tools as well as auto-reloading
while production turns them all off in the interest of performance.
See the [CherryPy server.environment] docs for details.
where [CherryPy server.environment] links to [seeitem1.3.2.1.inhttp://
www.cherrypy.org/chrome/common/2.2/docs/book/chunk/ch03.html]
The raw text is:
________________________________________________________________________
``server.environment``
Can be either ``"development"`` or ``"production``. The
``development`` option enables a variety of error reporting tools as
well as auto-reloading while ``production`` turns them all off in the
interest of performance. See the `CherryPy server.environment`_ docs
for details.
.. _CherryPy server.environment : See Item 1.3.2.1. in
http://www.cherrypy.org/chrome/common/2.2/docs/book/chunk/ch03.html
________________________________________________________________________
Suggested (fairly obvious) change:
________________________________________________________________________
``server.environment``
Can be either ``"development"`` or ``"production``. The
``development`` option enables a variety of error reporting tools as
well as auto-reloading while ``production`` turns them all off in the
interest of performance. See Item 1.3.2.1 in the `CherryPy
server.environment`_ docs for details.
.. _CherryPy server.environment :
http://www.cherrypy.org/chrome/common/2.2/docs/book/chunk/ch03.html
________________________________________________________________________
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---