From 7beef73c1bdea0cdc9584c15c9eef75a873243b1 Mon Sep 17 00:00:00 2001 From: Marco Heinemann Date: Mon, 20 Jan 2025 20:46:22 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9A=20Fix=20markup=20for=20dynamic?= =?UTF-8?q?=20functions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/dynamic_functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dynamic_functions.rst b/docs/dynamic_functions.rst index 443818c90..4d2c280b4 100644 --- a/docs/dynamic_functions.rst +++ b/docs/dynamic_functions.rst @@ -13,7 +13,7 @@ Or if you will request specific data from an external server like JIRA. To refer to a dynamic function, you can use the following syntax: - In a need directive option, wrap the function call in double square brackets: ``function_name(arg)`` -- In a need content, use the :ref:`ndf` role: ``:ndf:\`function_name(arg)\``` +- In a need content, use the :ref:`ndf` role: ``:ndf:`function_name(arg)``` .. need-example:: Dynamic function example From 07f7f5157eeb3683932673fe6ab54c9fbbd6002d Mon Sep 17 00:00:00 2001 From: Marco Heinemann Date: Mon, 20 Jan 2025 22:13:39 +0100 Subject: [PATCH 2/2] Remove anchor --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 23e96e6dc..1a35acb43 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1136,7 +1136,7 @@ custom css definitions you need to update them. 0.1.33 ------ * New feature: Directive :ref:`needimport` implemented -* Improvement: needs-builder stores needs.json for all cases in the build directory (like _build/needs/needs.json) (See `issue comment `_) +* Improvement: needs-builder stores needs.json for all cases in the build directory (like _build/needs/needs.json) (See `issue `_) * Bugfix: Wrong version in needs.json, if an existing needs.json got imported * Bugfix: Wrong need amount in initial needs.json fixed