Skip to content

Commit

Permalink
Merge pull request #3580 from stevepiercy/1.9-branch
Browse files Browse the repository at this point in the history
Backport #3577
  • Loading branch information
digitalresistor committed May 7, 2020
2 parents a52ced3 + fb62ecf commit 0393edc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Expand Up @@ -63,7 +63,6 @@ def nothing(*arg):
intersphinx_mapping = {
'colander': ('https://docs.pylonsproject.org/projects/colander/en/latest', None),
'cookbook': ('https://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/', None),
'cookiecutter': ('https://cookiecutter.readthedocs.io/en/latest/', None),
'deform': ('https://docs.pylonsproject.org/projects/deform/en/latest', None),
'jinja2': ('https://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/', None),
'plaster': ('https://docs.pylonsproject.org/projects/plaster/en/latest/', None),
Expand Down
2 changes: 1 addition & 1 deletion docs/glossary.rst
Expand Up @@ -1153,7 +1153,7 @@ Glossary
packaging.

cookiecutter
A command-line utility that creates projects from :ref:`cookiecutters <cookiecutter:readme>` (project templates), e.g., creating a Python package project from a Python package project template.
A command-line utility that creates projects from `cookiecutters <https://cookiecutter.readthedocs.io/en/latest/>`_ (project templates), e.g., creating a Python package project from a Python package project template.

Pyramid cookiecutters include:

Expand Down
2 changes: 1 addition & 1 deletion docs/narr/cookiecutters.rst
Expand Up @@ -5,7 +5,7 @@ Pyramid cookiecutters

.. versionadded:: 1.8

A :term:`cookiecutter` is a command-line utility that creates projects from :ref:`cookiecutters <cookiecutter:readme>` (project templates), e.g., creating a Python package project from a Python package project template.
A :term:`cookiecutter` is a command-line utility that creates projects from `cookiecutters <https://cookiecutter.readthedocs.io/en/latest/>`__ (project templates), e.g., creating a Python package project from a Python package project template.

Pyramid cookiecutters have replaced the now deprecated Pyramid scaffolds, and should be used going forward. Pyramid cookiecutters released under the Pylons Project include:

Expand Down
2 changes: 1 addition & 1 deletion docs/narr/project.rst
Expand Up @@ -75,7 +75,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 <cookiecutters>`, following its installation instructions.
We assume that you `previously installed cookiecutter <https://cookiecutter.readthedocs.io/en/latest/>`_, following its installation instructions.

We'll choose ``pyramid-cookiecutter-starter`` to start the project. When we invoke ``cookiecutter``, it will create a directory that represents our project.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@


docs_extras = [
'Sphinx >= 1.8.1',
'Sphinx < 3.0.0',
'docutils',
'repoze.sphinx.autointerface',
'pylons_sphinx_latesturl',
Expand Down

0 comments on commit 0393edc

Please sign in to comment.