summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-03-14 02:56:00 -0700
committerSteve Piercy <web@stevepiercy.com>2017-03-14 02:56:00 -0700
commit6204d8de5484bf7fa26dd41fd32ee3fd9a1047db (patch)
tree01fac96f8ac4b419aa8b1bbf6a7aaffad9487752 /docs/narr
parent39e07f4c1087837b4ccb0317ce49d73b03a68a10 (diff)
downloadpyramid-6204d8de5484bf7fa26dd41fd32ee3fd9a1047db.tar.gz
pyramid-6204d8de5484bf7fa26dd41fd32ee3fd9a1047db.tar.bz2
pyramid-6204d8de5484bf7fa26dd41fd32ee3fd9a1047db.zip
add Mako to options for pyramid-cookiecutter-starter
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/project.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 0f7cb4edf..ce7e90793 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -43,7 +43,7 @@ Pyramid cookiecutters released under the Pylons Project differ from each other o
- the mechanism they use to map URLs to code (:term:`URL dispatch` or :term:`traversal`)
-- templating libraries (:term:`Jinja2` or :term:`Chameleon`)
+- templating libraries (:term:`Jinja2`, :term:`Chameleon`, or :term:`Mako`)
* `pyramid-cookiecutter-starter <https://github.com/Pylons/pyramid-cookiecutter-starter>`_
* `pyramid-cookiecutter-alchemy <https://github.com/Pylons/pyramid-cookiecutter-alchemy>`_
@@ -52,7 +52,7 @@ Pyramid cookiecutters released under the Pylons Project differ from each other o
These cookiecutters include:
``pyramid-cookiecutter-starter``
- :term:`URL dispatch` for routing and either :term:`Jinja2` or :term:`Chameleon` for templating
+ :term:`URL dispatch` for routing and either :term:`Jinja2`, :term:`Chameleon`, or :term:`Mako` for templating
``pyramid-cookiecutter-alchemy``
SQLite for persistent storage, :term:`SQLAlchemy` for an ORM, :term:`URL dispatch` for routing, and :term:`Jinja2` for templating.
@@ -98,7 +98,8 @@ If prompted for the first item, accept the default ``yes`` by hitting return.
Select template_language:
1 - jinja2
2 - chameleon
- Choose from 1, 2 [1]: 1
+ 3 - mako
+ Choose from 1, 2, 3 [1]: 1
We then run through the following commands.