Steve Piercy
2017-02-28 2cd38132e9d6b3506018ae892278d4b7da0d8119
update pyramid-cookiecutter-starter prompts and reformat presentation of all cookiecutter prompts
6 files modified
84 ■■■■ changed files
docs/narr/project.rst 14 ●●●● patch | view | raw | blame | history
docs/quick_tour.rst 24 ●●●●● patch | view | raw | blame | history
docs/quick_tutorial/cookiecutters.rst 13 ●●●● patch | view | raw | blame | history
docs/tutorials/modwsgi/index.rst 15 ●●●● patch | view | raw | blame | history
docs/tutorials/wiki/installation.rst 9 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/installation.rst 9 ●●●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -89,10 +89,16 @@
If prompted for the first item, accept the default ``yes`` by hitting return.
#. ``You've cloned ~/.cookiecutters/pyramid-cookiecutter-starter before. Is it
   okay to delete and re-clone it? [yes]:``
#. ``project_name [Pyramid Scaffold]: myproject``
#. ``repo_name [scaffold]: myproject``
.. code-block:: text
    You've cloned ~/.cookiecutters/pyramid-cookiecutter-starter before.
    Is it okay to delete and re-clone it? [yes]: yes
    project_name [Pyramid Scaffold]: myproject
    repo_name [scaffold]: myproject
    Select template_language:
    1 - jinja2
    2 - chameleon
    Choose from 1, 2 [1]: 1
We then run through the following commands.
docs/quick_tour.rst
@@ -514,10 +514,16 @@
If prompted for the first item, accept the default ``yes`` by hitting return.
#. ``You've cloned ~/.cookiecutters/pyramid-cookiecutter-starter before. Is it
   okay to delete and re-clone it? [yes]:``
#. ``project_name [Pyramid Scaffold]: hello_world``
#. ``repo_name [scaffold]: hello_world``
.. code-block:: text
    You've cloned ~/.cookiecutters/pyramid-cookiecutter-starter before.
    Is it okay to delete and re-clone it? [yes]: yes
    project_name [Pyramid Scaffold]: hello_world
    repo_name [scaffold]: hello_world
    Select template_language:
    1 - jinja2
    2 - chameleon
    Choose from 1, 2 [1]: 1
We then run through the following commands.
@@ -863,10 +869,12 @@
If prompted for the first item, accept the default ``yes`` by hitting return.
#. ``You've cloned ~/.cookiecutters/pyramid-cookiecutter-alchemy before. Is it
   okay to delete and re-clone it? [yes]:``
#. ``project_name [Pyramid Scaffold]: sqla_demo``
#. ``repo_name [scaffold]: sqla_demo``
.. code-block:: text
    You've cloned ~/.cookiecutters/pyramid-cookiecutter-alchemy before.
    Is it okay to delete and re-clone it? [yes]: yes
    project_name [Pyramid Scaffold]: sqla_demo
    repo_name [scaffold]: sqla_demo
We then run through the following commands as before.
docs/quick_tutorial/cookiecutters.rst
@@ -32,9 +32,16 @@
    If prompted for the first item, accept the default ``yes`` by hitting return.
    #. ``You've cloned ~/.cookiecutters/pyramid-cookiecutter-starter before. Is it okay to delete and re-clone it? [yes]:``
    #. ``project_name [Pyramid Scaffold]: cc_starter``
    #. ``repo_name [scaffold]: cc_starter``
    .. code-block:: text
        You've cloned ~/.cookiecutters/pyramid-cookiecutter-starter before.
        Is it okay to delete and re-clone it? [yes]: yes
        project_name [Pyramid Scaffold]: cc_starter
        repo_name [scaffold]: cc_starter
        Select template_language:
        1 - jinja2
        2 - chameleon
        Choose from 1, 2 [1]: 1
#.  We then run through the following commands.
docs/tutorials/modwsgi/index.rst
@@ -40,8 +40,19 @@
       $ cd ~
       $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter
       project_name [Pyramid Scaffold]: myproject
       repo_name [scaffold]: myproject
    If prompted for the first item, accept the default ``yes`` by hitting return.
    .. code-block:: text
        You've cloned ~/.cookiecutters/pyramid-cookiecutter-starter before.
        Is it okay to delete and re-clone it? [yes]: yes
        project_name [Pyramid Scaffold]: myproject
        repo_name [scaffold]: myproject
        Select template_language:
        1 - jinja2
        2 - chameleon
        Choose from 1, 2 [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
docs/tutorials/wiki/installation.rst
@@ -45,11 +45,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^
If prompted for the first item, accept the default ``yes`` by hitting return.
#. ``You've cloned ~/.cookiecutters/pyramid-cookiecutter-zodb before. Is it
   okay to delete and re-clone it? [yes]:``
#. ``project_name [Pyramid Scaffold]: myproj``
#. ``repo_name [scaffold]: tutorial``
.. code-block:: text
    You've cloned ~/.cookiecutters/pyramid-cookiecutter-zodb before.
    Is it okay to delete and re-clone it? [yes]: yes
    project_name [Pyramid Scaffold]: myproj
    repo_name [scaffold]: tutorial
Change directory into your newly created project
------------------------------------------------
docs/tutorials/wiki2/installation.rst
@@ -57,11 +57,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^
If prompted for the first item, accept the default ``yes`` by hitting return.
#. ``You've cloned ~/.cookiecutters/pyramid-cookiecutter-alchemy before. Is it
   okay to delete and re-clone it? [yes]:``
#. ``project_name [Pyramid Scaffold]: myproj``
#. ``repo_name [scaffold]: tutorial``
.. code-block:: text
    You've cloned ~/.cookiecutters/pyramid-cookiecutter-alchemy before.
    Is it okay to delete and re-clone it? [yes]: yes
    project_name [Pyramid Scaffold]: myproj
    repo_name [scaffold]: tutorial
Change directory into your newly created project
------------------------------------------------