Steve Piercy
2017-03-14 2c8555edb17db28cea6310fdf7cfb15c68ef029e
Merge pull request #2981 from stevepiercy/master

add Mako to options for pyramid-cookiecutter-starter
4 files modified
16 ■■■■■ changed files
docs/narr/project.rst 7 ●●●●● patch | view | raw | blame | history
docs/quick_tour.rst 3 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/cookiecutters.rst 3 ●●●● patch | view | raw | blame | history
docs/tutorials/modwsgi/index.rst 3 ●●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -43,7 +43,7 @@
- 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 @@
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 @@
    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.
docs/quick_tour.rst
@@ -523,7 +523,8 @@
    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.
docs/quick_tutorial/cookiecutters.rst
@@ -41,7 +41,8 @@
        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.
docs/tutorials/modwsgi/index.rst
@@ -52,7 +52,8 @@
        Select template_language:
        1 - jinja2
        2 - chameleon
        Choose from 1, 2 [1]: 1
        3 - mako
        Choose from 1, 2, 3 [1]: 1
#.  Create a :term:`virtual environment` which we'll use to install our
    application. It is important to use the same base Python interpreter