Skip to content

Commit

Permalink
docs: add TR-006 about interactive 3D plots (#31)
Browse files Browse the repository at this point in the history
* docs: add placeholder TR-005
* docs: illustrate matplotlib widgets in TR-003
* docs: describe ipywidget sliders in 3D plots
  • Loading branch information
redeboer committed Jul 15, 2021
1 parent 324f87b commit 3e069d8
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"sympy",
"tensorflow",
"tensorwaves",
"toolkits",
"vectorize",
"weisskopf",
"wigners"
Expand Down Expand Up @@ -188,6 +189,7 @@
"ylim",
"yticks",
"zlabel",
"zlim"
"zlim",
"zticks"
]
}
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ repos:
exclude: >
(?x)^(
docs/report/004.*|
docs/report/006.*|
demo/.*
)$
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
"ComPWA": ("https://compwa.readthedocs.io/en/latest", None),
"expertsystem": ("https://expertsystem.readthedocs.io/en/stable", None),
"jax": ("https://jax.readthedocs.io/en/latest", None),
"ipywidgets": ("https://ipywidgets.readthedocs.io/en/stable", None),
"matplotlib": ("https://matplotlib.org/stable", None),
"numpy": ("https://numpy.org/doc/stable", None),
"pwa": ("https://pwa.readthedocs.io", None),
"pycompwa": ("https://compwa.github.io", None),
Expand Down
3 changes: 3 additions & 0 deletions docs/report/005.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# [TR-005] K-matrix (WIP)

> See [ComPWA/compwa-org#30](https://github.com/ComPWA/compwa-org/pull/30)

0 comments on commit 3e069d8

Please sign in to comment.