diff options
| -rw-r--r-- | docs/authorintro.rst | 10 | ||||
| -rw-r--r-- | docs/narr/environment.rst | 14 | ||||
| -rw-r--r-- | docs/narr/install.rst | 2 | ||||
| -rw-r--r-- | docs/narr/project.rst | 2 | ||||
| -rw-r--r-- | docs/narr/resources.rst | 4 | ||||
| -rw-r--r-- | docs/narr/templates.rst | 5 |
6 files changed, 15 insertions, 22 deletions
diff --git a/docs/authorintro.rst b/docs/authorintro.rst index e1219a8e1..27a0152b9 100644 --- a/docs/authorintro.rst +++ b/docs/authorintro.rst @@ -51,9 +51,7 @@ technologies. Book Content ============ -This book is divided into four major parts: a narrative documentation -part, a tutorial part, an API reference part, and a ZCML directive -reference part. +This book is divided into four major parts: :ref:`narrative_documentation` @@ -139,9 +137,9 @@ and well-documented. Thanks ====== -This book is dedicated to my grandmother, Dorothy Phillips, who gave -me my first typewriter (a Royal), and my mother, Donelle Duffy, who -bought me my first computer (a VIC-20). +This book is dedicated to my grandmother, who gave me my first +typewriter (a Royal), and my mother, who bought me my first computer +(a VIC-20). Thanks to the following people for providing expertise, resources, and software. Without the help of these folks, neither this book nor the diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst index ac13dd9c6..0ad2de4be 100644 --- a/docs/narr/environment.rst +++ b/docs/narr/environment.rst @@ -35,7 +35,7 @@ setting names documented in this chapter are reserved for application-specific configuration settings. Reloading Templates -~~~~~~~~~~~~~~~~~~~ +------------------- When this value is true, reload templates without a restart. @@ -49,7 +49,7 @@ When this value is true, reload templates without a restart. +---------------------------------+-----------------------------+ Reloading Resources -~~~~~~~~~~~~~~~~~~~ +------------------- Don't cache any resource file data when this value is true. See also :ref:`overriding_resources_section`. @@ -64,7 +64,7 @@ also :ref:`overriding_resources_section`. +---------------------------------+-----------------------------+ Debugging Authorization -~~~~~~~~~~~~~~~~~~~~~~~ +----------------------- Print view authorization failure and success information to stderr when this value is true. See also :ref:`debug_authorization_section`. @@ -79,7 +79,7 @@ when this value is true. See also :ref:`debug_authorization_section`. +---------------------------------+-----------------------------+ Debugging Not Found Errors -~~~~~~~~~~~~~~~~~~~~~~~~~~ +-------------------------- Print view-related ``NotFound`` debug messages to stderr when this value is true. See also :ref:`debug_notfound_section`. @@ -94,7 +94,7 @@ when this value is true. See also :ref:`debug_notfound_section`. +---------------------------------+-----------------------------+ Debugging All -~~~~~~~~~~~~~ +------------- Turns on all ``debug*`` settings. @@ -107,8 +107,8 @@ Turns on all ``debug*`` settings. | | | +---------------------------------+-----------------------------+ -Reload All -~~~~~~~~~~ +Reloading All +------------- Turns on all ``reload*`` settings. diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 87df63882..7021a9af2 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -342,7 +342,7 @@ See the chapter entitled :ref:`project_narr` for more information about the ``paster create`` command. What Gets Installed -~~~~~~~~~~~~~~~~~~~ +------------------- When you ``easy_install`` :mod:`repoze.bfg`, various Zope libraries, various Chameleon libraries, WebOb, Paste, PasteScript, and diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 287561862..a294fbc4f 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -25,7 +25,7 @@ templates". .. _additional_paster_templates: Paster Templates Included with :mod:`repoze.bfg` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +------------------------------------------------ The convenience ``paster`` templates included with :mod:`repoze.bfg` differ from each other on two axes: diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index ce3c746cd..197df130e 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -155,7 +155,7 @@ used by a view. .. _override_resource: The ``override_resource`` API ------------------------------ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An individual call to :meth:`repoze.bfg.configuration.Configurator.override_resource` can @@ -243,7 +243,7 @@ overridden file when an override is used. .. _resource_zcml_directive: The ``resource`` ZCML Directive -------------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Instead of using :meth:`repoze.bfg.configuration.Configurator.override_resource` during diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 4f5124a59..115cf9b6e 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -521,8 +521,3 @@ repository at `http://svn.repoze.org/repoze.bfg.jinja2 <http://svn.repoze.org/repoze.bfg.jinja2>`_; it is also available from :term:`PyPI`. -Courtesy of Carlos de la Guardia, bindings for the Zope -:mod:`zope.pagetemplate` package ("old TAL") are available from -`http://svn.repoze.org/repoze.bfg.zopepagetemplate/ -<http://svn.repoze.org/repoze.bfg.zopepagetemplate/>`_. - |
