-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from tumaer/batches
Badges + Colab links + automated docs notebooks + Contribution guideline
- Loading branch information
Showing
21 changed files
with
114 additions
and
1,003 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,9 +1,18 @@ | ||
Tutorial | ||
=================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
- Basics of LagrangeBench: `Training GNS on the 2D Taylor Green vortex <https://github.com/tumaer/lagrangebench/blob/main/notebooks/tutorial.ipynb>`_ |tutorial| | ||
- Stats and specifics of our data: `Datasets overview <https://github.com/tumaer/lagrangebench/blob/main/notebooks/datasets.ipynb>`_ |datasets| | ||
- How to include datasets from other works: `Working with other datasets <https://github.com/tumaer/lagrangebench/blob/main/notebooks/gns_data.ipynb>`_ |gns| | ||
|
||
tutorials/intro | ||
tutorials/datasets | ||
tutorials/gns_data | ||
.. |tutorial| raw:: html | ||
|
||
<a href="https://colab.research.google.com/github/tumaer/lagrangebench/blob/main/notebooks/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" /></a> | ||
|
||
.. |datasets| raw:: html | ||
|
||
<a href="https://colab.research.google.com/github/tumaer/lagrangebench/blob/main/notebooks/datasets.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" /></a> | ||
|
||
.. |gns| raw:: html | ||
|
||
<a href="https://colab.research.google.com/github/tumaer/lagrangebench/blob/main/notebooks/gns_data.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" /></a> |
Oops, something went wrong.