Skip to content

Commit

Permalink
MAINT: update links to TypeVar
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 11, 2024
1 parent 2d14100 commit 6387855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def print(self) -> None:
add_module_names = False
api_github_repo = f"{ORGANIZATION}/{REPO_NAME}"
api_target_substitutions = {
"_T": "typing.TypeVar",
"AmplitudeModel": "ampform_dpd.AmplitudeModel",
"Artist": "matplotlib.artist.Artist",
"Axes": "matplotlib.axes.Axes",
Expand All @@ -255,7 +256,6 @@ def print(self) -> None:
"Particle": "ampform_dpd.decay.Particle",
"Path": "pathlib.Path",
"Pattern": "typing.Pattern",
"polarimetry.lhcb._T": "typing.TypeVar",
"PoolSum": "ampform.sympy.PoolSum",
"PositionalArgumentFunction": "tensorwaves.function.PositionalArgumentFunction",
"QuadContourSet": "matplotlib.contour.QuadContourSet",
Expand Down

0 comments on commit 6387855

Please sign in to comment.