diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-30 15:39:01 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-30 15:39:01 -0800 |
| commit | ffe63527e341f742cd77cbb7c72ff5a973ee8d77 (patch) | |
| tree | 4f56efdb34644dde638a0b2725334854a2d5883d /docs/narr/introduction.rst | |
| parent | bfe8046689b9f9b4273df773a43be19080958193 (diff) | |
| parent | 3f8e72a2412866ca937d5e95679813c00367ed0a (diff) | |
| download | pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.tar.gz pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.tar.bz2 pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.zip | |
Merge pull request #422 from slinkp/master
Traversal docs: add a single-file example
Diffstat (limited to 'docs/narr/introduction.rst')
| -rw-r--r-- | docs/narr/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 7c6ad00f3..92955aafd 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -597,7 +597,7 @@ content management systems and document management systems. Traversal also lend systems that require very granular security ("Bob can edit *this* document" as opposed to "Bob can edit documents"). -Example: :ref:`much_ado_about_traversal_chapter`. +Example: :ref:`hello_traversal_chapter` and :ref:`much_ado_about_traversal_chapter`. Tweens ~~~~~~ |
