-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add Jupyter notebook example (#65)
* chore: reorganise example folder * chore: add .inv files to gitignore * ci: set requirements to minimal * ci: execute Jupyter notebook examples * docs: add jupyter notebooks to documentation pages * docs: fix contribute link * docs: fix cleanup notbooks in usage folder * docs: add pre-commit badge
- Loading branch information
Showing
15 changed files
with
460 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# How to contribute? | ||
|
||
See instructions at | ||
[tensorwaves.readthedocs.io/contribute](https://pwa.readthedocs.io/projects/tensorwaves/contribute)! | ||
[tensorwaves.readthedocs.io/contribute](https://pwa.readthedocs.io/projects/tensorwaves/en/latest/contribute.html)! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Build files | ||
*.doctree | ||
*.inv | ||
*build/ | ||
api/ | ||
|
||
# Copied files | ||
*.yml | ||
*.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
sphinx==2.4.4 | ||
sphinx-autodoc-typehints==1.10.3 | ||
doc8>=0.8.0 | ||
jupyter | ||
matplotlib>=3 | ||
nbsphinx==0.5.1 | ||
pandas>=1 | ||
sphinx-autodoc-typehints>=1.10.3 | ||
sphinx>=2.4.4 | ||
sphinx_rtd_theme | ||
sphobjinv==2.0.1 | ||
sphobjinv>=2.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Usage | ||
===== | ||
|
||
The examples in the following pages illustrate how to use the tools that | ||
`tensorwaves` offers. The examples were written as Jupyter notebooks and can be | ||
downloaded `here | ||
<https://github.com/ComPWA/tensorwaves/tree/master/examples>`_. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
|
||
usage/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copied notebooks | ||
*.ipynb | ||
|
||
# nbconvert output | ||
*.html | ||
|
||
# Output files | ||
*.dat | ||
*.pkl | ||
*.png | ||
*.root | ||
*.xml | ||
*.yaml | ||
*.yml |
Oops, something went wrong.