From a3ea5a8330cb89f37412ac8aea040759ced97a4e Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:17:51 +0100 Subject: [PATCH] FIX: update links to TRs --- docs/amplitude-analysis.ipynb | 2 +- src/tensorwaves/function/sympy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/amplitude-analysis.ipynb b/docs/amplitude-analysis.ipynb index 7985eca3..52c68d7c 100644 --- a/docs/amplitude-analysis.ipynb +++ b/docs/amplitude-analysis.ipynb @@ -345,7 +345,7 @@ "source": [ "::::{margin}\n", ":::{tip}\n", - "{doc}`TR-018` explains some of the mechanisms behind the phase space generator as well as how to do {ref}`importance sampling`.\n", + "{doc}`TR-018` explains some of the mechanisms behind the phase space generator as well as how to do {ref}`importance sampling`.\n", ":::\n", "::::\n", "\n", diff --git a/src/tensorwaves/function/sympy/__init__.py b/src/tensorwaves/function/sympy/__init__.py index 64097dad..05edb8b5 100644 --- a/src/tensorwaves/function/sympy/__init__.py +++ b/src/tensorwaves/function/sympy/__init__.py @@ -44,7 +44,7 @@ def create_function( function faster and speeds up lambdification. max_complexity: See :ref:`usage/faster-lambdify:Specifying complexity` and - :doc:`compwa-report:002`. + :doc:`compwa-report:002/index`. Example: >>> import numpy as np