diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-04-24 00:13:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-24 00:13:46 -0700 |
| commit | d39af2202e51dd51e11dee58a9bd2c448e0ba2ec (patch) | |
| tree | 313d3382b9d353378e078749daccfba8f65be7c2 /docs/tutorials | |
| parent | 68511c6ff078985f1f9f4fd79ae6160a68818d4c (diff) | |
| parent | 6ff6fa265cb48a48daa61247bb1a068852ad13c0 (diff) | |
| download | pyramid-d39af2202e51dd51e11dee58a9bd2c448e0ba2ec.tar.gz pyramid-d39af2202e51dd51e11dee58a9bd2c448e0ba2ec.tar.bz2 pyramid-d39af2202e51dd51e11dee58a9bd2c448e0ba2ec.zip | |
Merge pull request #3012 from stevepiercy/master
update user prompt for cookiecutter repo_name
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/modwsgi/index.rst | 2 | ||||
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 2 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst index 690266586..170f2ebc8 100644 --- a/docs/tutorials/modwsgi/index.rst +++ b/docs/tutorials/modwsgi/index.rst @@ -48,7 +48,7 @@ specific path information for commands and files. 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 + repo_name [myproject]: myproject Select template_language: 1 - jinja2 2 - chameleon diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index 6be826395..de057b1cc 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -50,7 +50,7 @@ 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]: yes project_name [Pyramid Scaffold]: myproj - repo_name [scaffold]: tutorial + repo_name [myproj]: tutorial Change directory into your newly created project ------------------------------------------------ diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 9eeb1711d..c61d4360d 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -62,7 +62,7 @@ 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]: yes project_name [Pyramid Scaffold]: myproj - repo_name [scaffold]: tutorial + repo_name [myproj]: tutorial Change directory into your newly created project ------------------------------------------------ |
