diff options
Diffstat (limited to 'Docs/source/running_python')
-rw-r--r-- | Docs/source/running_python/api_reference.rst | 2 | ||||
-rw-r--r-- | Docs/source/running_python/running_python.rst | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Docs/source/running_python/api_reference.rst b/Docs/source/running_python/api_reference.rst new file mode 100644 index 000000000..b1276856f --- /dev/null +++ b/Docs/source/running_python/api_reference.rst @@ -0,0 +1,2 @@ +pyWarpX API reference +===================== diff --git a/Docs/source/running_python/running_python.rst b/Docs/source/running_python/running_python.rst index d1c681a55..f590887db 100644 --- a/Docs/source/running_python/running_python.rst +++ b/Docs/source/running_python/running_python.rst @@ -1,6 +1,7 @@ Running WarpX from Python ========================= -.. warning:: +.. toctree:: + :maxdepth: 1 - This section is currently in development.
\ No newline at end of file + api_reference
\ No newline at end of file |