summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-28 00:41:07 -0500
committerChris McDonough <chrism@plope.com>2010-11-28 00:41:07 -0500
commit13dc44d1746afb98fc9d1d4c807df87e2ffed942 (patch)
tree212d742b289a59c592a568ad23d01a02d9ab0b95
parentb5f8a5ee066c39fb6be2f677551fd4211670b2de (diff)
downloadpyramid-13dc44d1746afb98fc9d1d4c807df87e2ffed942.tar.gz
pyramid-13dc44d1746afb98fc9d1d4c807df87e2ffed942.tar.bz2
pyramid-13dc44d1746afb98fc9d1d4c807df87e2ffed942.zip
provide proper rendering example for methods and attributes
-rw-r--r--docs/conventions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conventions.rst b/docs/conventions.rst
index a764a372a..d72660921 100644
--- a/docs/conventions.rst
+++ b/docs/conventions.rst
@@ -22,12 +22,12 @@ concept are presented in the following style:
We present Python method names using the following style:
- :meth:`Python.method_name`
+ :meth:`pyramid.configuration.Configurator.add_view`
We present Python class names, module names, attributes and global
variables using the following style:
- :class:`Python.class_module_or_attribute.name`
+ :class:`pyramid.configuration.Configurator.registry`
References to glossary terms are presented using the following style: