Skip to content

Commit

Permalink
DOC: add TR-028 with PDG Python API example (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored May 6, 2024
1 parent 26aa3ad commit 510c6f6
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,13 @@
"ipyplot",
"ipython",
"ipywidgets",
"isdigit",
"isinstance",
"isnan",
"isort",
"jaxlib",
"joinpath",
"jpsi",
"juliaup",
"jupyterlab",
"kernelspec",
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def get_nb_exclusion_patterns() -> list[str]:
),
"numba": ("https://numba.pydata.org/numba-doc/latest", None),
"numpy": (f"https://numpy.org/doc/{pin_minor('numpy')}", None),
"pdg": ("https://pdgapi.lbl.gov/doc", None),
"plotly": ("https://plotly.com/python-api-reference/", None),
"pwa": ("https://pwa.readthedocs.io", None),
"python": ("https://docs.python.org/3", None),
Expand Down
Loading

0 comments on commit 510c6f6

Please sign in to comment.