From 2c0f74aee9df89fee8d63f3054099ad64e903ece Mon Sep 17 00:00:00 2001 From: Tremain Knight <2108488+tkknight@users.noreply.github.com> Date: Wed, 1 Sep 2021 17:27:58 +0100 Subject: [PATCH] Fixed text to show as link. --- docs/src/common_links.inc | 1 + .../contributing_pull_request_checklist.rst | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/src/common_links.inc b/docs/src/common_links.inc index d59f98de47..6a81332773 100644 --- a/docs/src/common_links.inc +++ b/docs/src/common_links.inc @@ -34,6 +34,7 @@ .. _sphinx: https://www.sphinx-doc.org/en/master/ .. _test-iris-imagehash: https://github.com/SciTools/test-iris-imagehash .. _using git: https://docs.github.com/en/github/using-git +.. _requirements/ci/: https://github.com/SciTools/iris/tree/main/requirements/ci .. comment diff --git a/docs/src/developers_guide/contributing_pull_request_checklist.rst b/docs/src/developers_guide/contributing_pull_request_checklist.rst index e4fe3c725c..5afb461d68 100644 --- a/docs/src/developers_guide/contributing_pull_request_checklist.rst +++ b/docs/src/developers_guide/contributing_pull_request_checklist.rst @@ -29,9 +29,9 @@ is merged. Before submitting a pull request please consider this list. #. **Check all modified and new source files conform to the required** :ref:`code_formatting`. -#. **Check all new dependencies added to the ``requirements/ci/*.yml`` files.** If - dependencies have been added then new nox testing lockfiles should be generated too, - see :ref:`cirrus_test_env`. +#. **Check all new dependencies added to the** `requirements/ci/`_ **yaml + files.** If dependencies have been added then new nox testing lockfiles + should be generated too, see :ref:`cirrus_test_env`. #. **Check the source documentation been updated to explain all new or changed features**. See :ref:`docstrings`.