diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-05-17 14:09:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-17 14:09:02 -0700 |
| commit | 85900228894814105aa882e1e71f1e4e69090a9e (patch) | |
| tree | 583f3d1bc4855ee8a206c02a75aa2bcd2170058b /docs/tutorials | |
| parent | e080c91869d23eeb2567bb83db03c3f92e0a711c (diff) | |
| parent | e6581faba90297aec9e41293be8c181f89e6816d (diff) | |
| download | pyramid-85900228894814105aa882e1e71f1e4e69090a9e.tar.gz pyramid-85900228894814105aa882e1e71f1e4e69090a9e.tar.bz2 pyramid-85900228894814105aa882e1e71f1e4e69090a9e.zip | |
Merge pull request #3283 from LuisCastilloH/Issue-3154
Add cut and paste text to quick tutorial index
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki2/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/index.rst b/docs/tutorials/wiki2/index.rst index 740a7f014..40a194155 100644 --- a/docs/tutorials/wiki2/index.rst +++ b/docs/tutorials/wiki2/index.rst @@ -7,8 +7,8 @@ This tutorial introduces an :term:`SQLAlchemy` and :term:`URL dispatch`-based :app:`Pyramid` application to a developer familiar with Python. When finished, the developer will have created a basic wiki application with authentication and authorization. -For cut and paste purposes, the source code for all stages of this tutorial can -be browsed on `GitHub <https://github.com/Pylons/pyramid/>`_, +For cut and paste purposes, the source code for all stages of this +tutorial can be browsed on GitHub at `GitHub <https://github.com/Pylons/pyramid/>`_ for a specific branch or version under ``docs/tutorials/wiki2/src``, which corresponds to the same location if you have Pyramid sources. .. toctree:: |
