summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-27 16:25:15 -0500
committerChris McDonough <chrism@plope.com>2010-12-27 16:25:15 -0500
commit90a327b2cd9b9e6b27688dadcdf8125f091f242d (patch)
treee32b2e8f06e1eaa3e473c9a177f675fd5659951e /docs/narr/project.rst
parente8db031e8cd22affb65254539ae210f64d37f36e (diff)
downloadpyramid-90a327b2cd9b9e6b27688dadcdf8125f091f242d.tar.gz
pyramid-90a327b2cd9b9e6b27688dadcdf8125f091f242d.tar.bz2
pyramid-90a327b2cd9b9e6b27688dadcdf8125f091f242d.zip
- Add ``paster proute`` command which displays a summary of the routing
table. See the narrative documentation section within the "URL Dispatch" chapter entitled "Displaying All Application Routes". - Added narrative documentation section within the "URL Dispatch" chapter entitled "Displaying All Application Routes" (for ``paster proutes`` command).
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 36f2d6975..55a2711f3 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -256,6 +256,8 @@ create`` -generated project. Within a project generated by the
single: IPython
single: paster pshell
+.. _interactive_shell:
+
The Interactive Shell
---------------------