summaryrefslogtreecommitdiff
path: root/docs/narr/urldispatch.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2014-02-10 22:36:08 -0600
committerSteve Piercy <web@stevepiercy.com>2014-02-10 22:36:08 -0600
commitc444a314433ae55148eadd6481120bb875a954c1 (patch)
tree886f63ba4c3d37346330473aadab043e74bbc55b /docs/narr/urldispatch.rst
parent15c9fb86a26d05056bf744621596eb3e4e3f12f7 (diff)
parent2033eeb3602f330930585678aac926749b9c22f7 (diff)
downloadpyramid-c444a314433ae55148eadd6481120bb875a954c1.tar.gz
pyramid-c444a314433ae55148eadd6481120bb875a954c1.tar.bz2
pyramid-c444a314433ae55148eadd6481120bb875a954c1.zip
Merge pull request #1241 from stevepiercy/master
Garden Sphinx directives
Diffstat (limited to 'docs/narr/urldispatch.rst')
-rw-r--r--docs/narr/urldispatch.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 96ee5758e..87a962a9a 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -1183,9 +1183,10 @@ still easily do it by wrapping it in classmethod call.
Same will work with staticmethod, just use ``staticmethod`` instead of
``classmethod``.
+.. seealso::
-See also :class:`pyramid.interfaces.IRoute` for more API documentation about
-route objects.
+ See also :class:`pyramid.interfaces.IRoute` for more API documentation
+ about route objects.
.. index::
single: route factory