From 7c7e7eca7c58fa8319e57db582b33f0452df47f7 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 25 Dec 2019 02:41:52 -0800 Subject: Expand cookiecutters doc to include more references, using the old scaffolds.rst as an example. - Update reST target and label for Pyramid cookiecutters. --- docs/narr/project.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/project.rst') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 58bef5701..5edef3435 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 `, following its installation instructions. +We assume that you :ref:`previously installed cookiecutter `, following its installation instructions. When we invoke ``cookiecutter``, it will create a directory that represents our project. -- cgit v1.2.3