summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/index.rst
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-02-21 15:51:55 -0700
committerBert JW Regeer <bertjw@regeer.org>2016-02-21 15:54:31 -0700
commit93fa23ae1463e78230cc3af8ecb89a6813b5556b (patch)
treec1cb901e9059e6fa73ace77c2a58c8e8dbbe10e5 /docs/tutorials/wiki2/index.rst
parent754e86807d3a26aae0862bbc7991f28c917f9cf3 (diff)
downloadpyramid-93fa23ae1463e78230cc3af8ecb89a6813b5556b.tar.gz
pyramid-93fa23ae1463e78230cc3af8ecb89a6813b5556b.tar.bz2
pyramid-93fa23ae1463e78230cc3af8ecb89a6813b5556b.zip
Remove references to pip
Diffstat (limited to 'docs/tutorials/wiki2/index.rst')
-rw-r--r--docs/tutorials/wiki2/index.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/tutorials/wiki2/index.rst b/docs/tutorials/wiki2/index.rst
index 18e9f552e..74fb5bfd5 100644
--- a/docs/tutorials/wiki2/index.rst
+++ b/docs/tutorials/wiki2/index.rst
@@ -1,15 +1,15 @@
.. _bfg_sql_wiki_tutorial:
-SQLAlchemy + URL dispatch wiki tutorial
+SQLAlchemy + URL Dispatch Wiki Tutorial
=======================================
-This tutorial introduces an :term:`SQLAlchemy` and :term:`URL dispatch`-based
+This tutorial introduces a :term:`SQLAlchemy` and :term:`url dispatch`-based
:app:`Pyramid` application to a developer familiar with Python. When the
-tutorial is finished, the developer will have created a basic wiki
-application with authentication and authorization.
+tutorial is 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/wiki2/src
+For cut and paste purposes, the source code for all stages of this
+tutorial can be browsed on GitHub at `docs/tutorials/wiki2/src
<https://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki2/src>`_,
which corresponds to the same location if you have Pyramid sources.