summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-12-27 01:09:33 -0800
committerSteve Piercy <web@stevepiercy.com>2019-12-27 01:09:33 -0800
commit41ce5820b01c6e7d14654bb5fbd837611aad5853 (patch)
tree1ca5f20bf8307ccea2a8ec53ef09d6dcf1f1befd /docs/narr
parent582272a881b1896cfe33c0b6bb813115d63b21fc (diff)
downloadpyramid-41ce5820b01c6e7d14654bb5fbd837611aad5853.tar.gz
pyramid-41ce5820b01c6e7d14654bb5fbd837611aad5853.tar.bz2
pyramid-41ce5820b01c6e7d14654bb5fbd837611aad5853.zip
Avoid "WARNING: Duplicate explicit target name" errors by using a double underscore to make an anonymous hyperlink.
See: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#anonymous-hyperlinks - Restore previous reference names in other doc files.
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/cookiecutters.rst4
-rw-r--r--docs/narr/project.rst2
2 files changed, 3 insertions, 3 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.