summaryrefslogtreecommitdiff
path: root/docs/conventions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conventions.rst')
-rw-r--r--docs/conventions.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/conventions.rst b/docs/conventions.rst
index 020ed6dac..aaa4e8d09 100644
--- a/docs/conventions.rst
+++ b/docs/conventions.rst
@@ -75,19 +75,3 @@ discussed on a page, is rendered like so:
Sidebar information.
-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)
-