Skip to content

Commit

Permalink
Merge 79cfbac into 8dad868
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Mar 1, 2021
2 parents 8dad868 + 79cfbac commit 0467679
Show file tree
Hide file tree
Showing 50 changed files with 1,703 additions and 2,079 deletions.
82 changes: 0 additions & 82 deletions .github/workflows/requirements-pr.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.json
*.npy
*.pdf
*.pickle
*.png
*.svg
*.v2
Expand Down
18 changes: 17 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
],
"language": "en-US",
"words": [
"backends",
"blatt",
"bottomness",
"breit",
Expand All @@ -72,6 +73,7 @@
"itertools",
"jsonschema",
"jupyter",
"lineshape",
"mathbb",
"matplotlib",
"mkdir",
Expand All @@ -97,17 +99,20 @@
"topness",
"traceback",
"unbinned",
"vectorize",
"venv",
"weisskopf",
"xcode",
"zfit"
],
"ignoreWords": [
"amplitf",
"arange",
"atfi",
"axvline",
"cano",
"celltoolbar",
"cmin",
"codacy",
"codecov",
"codemirror",
Expand All @@ -118,18 +123,22 @@
"dtype",
"eval",
"evalf",
"figsize",
"fmin",
"fval",
"genindex",
"gridspec",
"heli",
"histtype",
"iloc",
"imag",
"iminuit",
"indeterministic",
"isort",
"jupyterlab",
"keras",
"kernelspec",
"lambdify",
"linestyle",
"linkcheck",
"linspace",
Expand All @@ -148,6 +157,7 @@
"ncalls",
"ndarray",
"noqa",
"numba",
"pandoc",
"phasespace",
"phsp",
Expand All @@ -162,11 +172,17 @@
"pytestconfig",
"rightarrow",
"rtfd",
"scipy",
"seealso",
"sharex",
"subsys",
"tqdm",
"unflatten",
"unflattened",
"unnormalized",
"vstack",
"xlabel"
"xlabel",
"xlim",
"ylim"
]
}
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
# Intersphinx settings
intersphinx_mapping = {
"expertsystem": (
"https://pwa.readthedocs.io/projects/expertsystem/en/0.6.9",
"https://pwa.readthedocs.io/projects/expertsystem/en/sympy",
None,
),
"iminuit": ("https://iminuit.readthedocs.io/en/stable", None),
Expand All @@ -146,6 +146,7 @@
"pwa": ("https://pwa.readthedocs.io", None),
"pycompwa": ("https://compwa.github.io", None),
"python": ("https://docs.python.org/3", None),
"sympy": ("https://docs.sympy.org/latest", None),
"tensorflow": (
"https://www.tensorflow.org/api_docs/python",
"tensorflow.inv",
Expand Down Expand Up @@ -182,7 +183,7 @@
nb_render_priority["doctest"] = nb_render_priority["html"]

jupyter_execute_notebooks = "off"
if "EXECUTE_NB" in os.environ:
if "EXECUTE_NB" in os.environ or "READTHEDOCS" in os.environ:
print("\033[93;1mWill run Jupyter notebooks!\033[0m")
jupyter_execute_notebooks = "force"

Expand Down
Loading

0 comments on commit 0467679

Please sign in to comment.