summaryrefslogtreecommitdiff
path: root/docs/conventions.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-25 19:20:22 -0400
committerChris McDonough <chrism@plope.com>2010-10-25 19:20:22 -0400
commitedd91578808d808646ca583dbd091220b5b7cb28 (patch)
tree723401de72c8f111198684982a4782098b255b6c /docs/conventions.rst
parentfec0f0614c69dc7382fba367f8269479e2682058 (diff)
downloadpyramid-edd91578808d808646ca583dbd091220b5b7cb28.tar.gz
pyramid-edd91578808d808646ca583dbd091220b5b7cb28.tar.bz2
pyramid-edd91578808d808646ca583dbd091220b5b7cb28.zip
convert remainder of docs to use pyramid instead of repoze.bfg
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)
-