Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Download Python Examples #106

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Docs/source/Python_Tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ AMReX applications can also be interfaced to Python with the same logic.
In order to build the Python tutorials, add ``-DTUTORIAL_PYTHON=ON`` to the CMake configuration options.
Then install with ``cmake --build build --target pyamrex_pip_install``.

Examples:
Guided Tutorial Examples:

- ``GuidedTutorials/MultiFab/main.py``
- :download:`MultiFab <../../GuidedTutorials/MultiFab/main.py>`
- :download:`Heat Equation <../../GuidedTutorials/HeatEquation/Source/main.py>`

Please see `pyAMReX <https://github.com/AMReX-Codes/pyamrex/>`__ for more details.
Loading