Skip to content

Commit

Permalink
FIX: update target substitutions
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 11, 2024
1 parent 151a6e2 commit 4094036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@
"ampform_dpd.decay.StateIDTemplate": ("obj", "ampform_dpd.decay.StateID"),
"ampform_dpd.io.serialization.dynamics.T": "typing.TypeVar",
"DecayNode": ("obj", "ampform_dpd.decay.DecayNode"),
"EdgeType": "typing.TypeVar",
"FinalState": ("obj", "ampform_dpd.decay.FinalState"),
"FinalStateID": ("obj", "ampform_dpd.decay.FinalStateID"),
"FrozenTransition": "qrules.topology.FrozenTransition",
"InitialStateID": ("obj", "ampform_dpd.decay.InitialStateID"),
"Literal[-1, 1]": "typing.Literal",
"Literal[(-1, 1)]": "typing.Literal",
"Node": ("obj", "ampform_dpd.io.serialization.format.Node"),
"NodeType": "typing.TypeVar",
"ParameterValue": ("obj", "tensorwaves.interface.ParameterValue"),
"ParametrizedBackendFunction": "tensorwaves.function.ParametrizedBackendFunction",
"PoolSum": "ampform.sympy.PoolSum",
Expand Down

0 comments on commit 4094036

Please sign in to comment.