diff options
| -rw-r--r-- | docs/narr/cookiecutters.rst | 4 | ||||
| -rw-r--r-- | docs/narr/project.rst | 2 | ||||
| -rw-r--r-- | docs/quick_tutorial/ini.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/cookiecutters.rst b/docs/narr/cookiecutters.rst index 3642f38fa..bb60c2226 100644 --- a/docs/narr/cookiecutters.rst +++ b/docs/narr/cookiecutters.rst @@ -1,12 +1,12 @@ .. index:: single: cookiecutter -.. _pyramid-cookiecutters: +.. _cookiecutters: Pyramid cookiecutters ===================== -A :term:`cookiecutter` is a command-line utility that creates projects from `cookiecutters <https://cookiecutter.readthedocs.io/en/latest/>`_ (project templates). +A :term:`cookiecutter` is a command-line utility that creates projects from `cookiecutters <https://cookiecutter.readthedocs.io/en/latest/>`__ (project templates). The Pylons Project supports one official Pyramid cookiecutter `pyramid-cookiecutter-starter <https://github.com/Pylons/pyramid-cookiecutter-starter>`_. diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 5edef3435..58bef5701 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -73,7 +73,7 @@ In :ref:`installing_chapter`, you created a virtual Python environment via the ``venv`` command. We called the virtual environment directory ``env`` and set an environment variable ``VENV`` to its path. -We assume that you :ref:`previously installed cookiecutter <pyramid-cookiecutters>`, following its installation instructions. +We assume that you :ref:`previously installed cookiecutter <cookiecutters>`, following its installation instructions. When we invoke ``cookiecutter``, it will create a directory that represents our project. diff --git a/docs/quick_tutorial/ini.rst b/docs/quick_tutorial/ini.rst index d2bce0de8..0bb7da1ba 100644 --- a/docs/quick_tutorial/ini.rst +++ b/docs/quick_tutorial/ini.rst @@ -133,7 +133,7 @@ Extra credit .. seealso:: :ref:`project_narr`, - :ref:`pyramid-cookiecutters`, + :ref:`cookiecutters`, :ref:`what_is_this_pserve_thing`, :ref:`environment_chapter`, :ref:`paste_chapter` |
