Skip to content

Commit 7833e28

Browse files
authored
Docs: Fix Link Format (#710)
Fix an ill-formatted .rst link
1 parent b96467d commit 7833e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/source/running_cpp/parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ Diagnostics and output
997997

998998
* ``warpx.openpmd_backend`` (``bp``, ``h5`` or ``json``) optional
999999
`I/O backend <https://openpmd-api.readthedocs.io/en/latest/backends/overview.html>`_ for `openPMD <https://www.openPMD.org>`_ data dumps.
1000-
``bp`` is the `ADIOS I/O library <https://csmd.ornl.gov/adios>`_, ``h5`` is the `HDF5 format <https://www.hdfgroup.org/solutions/hdf5/>`, and ``json`` is a `simple text format <https://en.wikipedia.org/wiki/JSON>`_.
1000+
``bp`` is the `ADIOS I/O library <https://csmd.ornl.gov/adios>`_, ``h5`` is the `HDF5 format <https://www.hdfgroup.org/solutions/hdf5/>`_, and ``json`` is a `simple text format <https://en.wikipedia.org/wiki/JSON>`_.
10011001
``json`` only works with serial/single-rank jobs.
10021002
When WarpX is compiled with openPMD support, the first available backend in the order given above is taken.
10031003

0 commit comments

Comments
 (0)