diff options
Diffstat (limited to 'Docs/source/developers/developers.rst')
-rw-r--r-- | Docs/source/developers/developers.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Docs/source/developers/developers.rst b/Docs/source/developers/developers.rst new file mode 100644 index 000000000..4eab0102a --- /dev/null +++ b/Docs/source/developers/developers.rst @@ -0,0 +1,20 @@ +.. _developers: + +Developers documentation +======================== + +For general information on how to contribute to WarpX, including our ``git`` workflow and code practices, have a look at our `CONTRIBUTING.md <https://github.com/ECP-WarpX/WarpX/blob/dev/CONTRIBUTING.md>`__! + +.. toctree:: + :maxdepth: 1 + + amrex_basics + repo_organization + fields + particles + initialization + diagnostics + moving_window + portability + profiling + documentation |