diff options
| author | Michael Merickel <michael@merickel.org> | 2016-12-23 15:08:50 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-23 15:08:50 -0600 |
| commit | a7d55e25efdd14c7cbc36f23b446babce14b238e (patch) | |
| tree | ed4b7ddd23b5a506780463ba2d51377b83afc646 /docs/tutorials/wiki/index.rst | |
| parent | 933d3494b31286f45e5c460e0881b2a3cb616c42 (diff) | |
| parent | 1117bcd9a458e2f8664cabeef84209cf7b168e30 (diff) | |
| download | pyramid-a7d55e25efdd14c7cbc36f23b446babce14b238e.tar.gz pyramid-a7d55e25efdd14c7cbc36f23b446babce14b238e.tar.bz2 pyramid-a7d55e25efdd14c7cbc36f23b446babce14b238e.zip | |
Merge pull request #2881 from stevepiercy/docs-cookiecutter-changes-only
docs cookiecutter changes only
Diffstat (limited to 'docs/tutorials/wiki/index.rst')
| -rw-r--r-- | docs/tutorials/wiki/index.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/tutorials/wiki/index.rst b/docs/tutorials/wiki/index.rst index 7808c7623..7bd58656b 100644 --- a/docs/tutorials/wiki/index.rst +++ b/docs/tutorials/wiki/index.rst @@ -5,13 +5,12 @@ ZODB + Traversal Wiki Tutorial This tutorial introduces a :term:`ZODB` and :term:`traversal`-based :app:`Pyramid` application to a developer familiar with Python. It will be -most familiar to developers with previous :term:`Zope` experience. When the -is finished, the developer will have created a basic Wiki application with +most familiar to developers with previous :term:`Zope` experience. When +finished, the developer will have created a basic Wiki application with authentication. For cut and paste purposes, the source code for all stages of this -tutorial can be browsed on GitHub at `docs/tutorials/wiki/src -<https://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src>`_, +tutorial can be browsed on GitHub at `GitHub <https://github.com/Pylons/pyramid/>`_ for a specific branch or version under ``docs/tutorials/wiki/src``, which corresponds to the same location if you have Pyramid sources. .. toctree:: |
