From 016a1fcd164a7389c072b9ef5c247039355bc6ec Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 28 Dec 2009 23:17:55 +0000 Subject: Fix margin overruns. --- docs/conventions.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/conventions.rst') diff --git a/docs/conventions.rst b/docs/conventions.rst index d0376a195..0bfe5e21e 100644 --- a/docs/conventions.rst +++ b/docs/conventions.rst @@ -67,3 +67,19 @@ printed line should actually be part of the command: c:\bigfntut\tutorial> ..\Scripts\nosetests --cover-package=tutorial \ --cover-erase --with-coverage + +In printed versions of this book, Python modules classes, methods, +functions, and attributes that are part of the :mod:`repoze.bfg` +module are referenced in paragraph text. These are contracted to omit +the ``repoze.bfg`` prefix to reduce redundancy and increase +readability. Therefore, where you might expect: + + .. code-block:: text + + repoze.bfg.configuration.Configurator.add_view (pp. XXX) + +Instead a contracted version will be rendered: + + .. code-block:: text + + configuration.Configurator.add_view (pp. XXX) -- cgit v1.2.3