From 7c95d414af1a873fcda3a796d1f48ecb32a3e002 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Thu, 17 Oct 2024 21:42:46 +0100 Subject: [PATCH] add missing closed issues to changelong --- changelog/1146.contributor.rst | 4 ++-- changelog/1147.contributor.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/1146.contributor.rst b/changelog/1146.contributor.rst index 40399592..2023ed88 100644 --- a/changelog/1146.contributor.rst +++ b/changelog/1146.contributor.rst @@ -1,5 +1,5 @@ Optimised the documentation building workflow by providing control of whether :ref:`tutorial ` ``jupyter notebook`` code cells are executed. By default, code cells will only be executed when building the documentation -with either the ``make html`` or ``make html-tutorial`` commands. -(:user:`bjlittle`) +with either the ``make html`` or ``make html-tutorial`` commands. Closes +:issue:`1030`. (:user:`bjlittle`) diff --git a/changelog/1147.contributor.rst b/changelog/1147.contributor.rst index 85e70139..866f6351 100644 --- a/changelog/1147.contributor.rst +++ b/changelog/1147.contributor.rst @@ -1,4 +1,4 @@ Adopted caching of :ref:`tutorial ` ``jupyter notebook`` outputs when building the documentation. The cache will only be cleared with either the ``make clean-cache`` or ``make clean-all`` commands. The ``make clean`` -command will **not** clear the cache. (:user:`bjlittle`) +command will **not** clear the cache. Closes :issue:`1018`. (:user:`bjlittle`)