Skip to content

Commit ae75b5a

Browse files
authored
Doc: Link More Examples (#325)
1 parent d4d409b commit ae75b5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/usage/examples.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ ImpactX
2727

2828
* `Python examples <https://impactx.readthedocs.io/en/latest/usage/examples.html>`__
2929
* `Python implementation <https://github.com/ECP-WarpX/impactx/tree/development/src/python>`__
30+
* Highlight example: `Fully GPU-accelerated PyTorch+ImpactX simulation <https://impactx.readthedocs.io/en/latest/usage/examples/pytorch_surrogate_model/README.html>`__
31+
3032

3133
WarpX
3234
"""""
3335
`WarpX <https://warpx.readthedocs.io>`__ is an advanced, time-based electromagnetic & electrostatic Particle-In-Cell code.
3436

3537
* `Python (PICMI) examples <https://warpx.readthedocs.io/en/latest/usage/examples.html>`__
3638
* `Python implementation <https://github.com/ECP-WarpX/WarpX/tree/development/Source/Python>`__
39+
* Detailed workflow: `Extend a WarpX Simulation with Python <https://warpx.readthedocs.io/en/latest/usage/workflows/python_extend.html>`__
3740

3841

3942
Standalone
@@ -52,3 +55,5 @@ We ensure the correctness of pyAMReX with `unit tests <https://en.wikipedia.org/
5255
Our tests are small, plentiful and can be found in the source code, see:
5356

5457
* `tests/ <https://github.com/AMReX-Codes/pyamrex/tree/development/tests>`__
58+
59+
The following sections on :ref:`compute workflows <usage-compute>` go in detail through selected unit tests, too.

0 commit comments

Comments
 (0)