populate dump style index by moving commands off of commands_list.rst

This commit is contained in:
Axel Kohlmeyer
2024-08-14 11:06:35 -04:00
parent 6a91f2ec67
commit 9144f7abcf
3 changed files with 24 additions and 30 deletions

View File

@ -144,26 +144,28 @@ Indices and tables
* :ref:`genindex` * :ref:`genindex`
* :ref:`search` * :ref:`search`
.. _webbrowser: .. only:: html
.. admonition:: Web Browser Compatibility
:class: note
The HTML version of the manual makes use of advanced features present .. _webbrowser:
in "modern" web browsers. This leads to incompatibilities with older .. admonition:: Web Browser Compatibility
web browsers and specific vendor browsers (e.g. Internet Explorer on Windows) :class: note
where parts of the pages are not rendered as expected (e.g. the layout is
broken or mathematical expressions not typeset). In that case we
recommend to install/use a different/newer web browser or use
the `PDF version of the manual <https://docs.lammps.org/Manual.pdf>`_.
The following web browser versions have been verified to work as The HTML version of the manual makes use of advanced features present
expected on Linux, macOS, and Windows where available: in "modern" web browsers. This leads to incompatibilities with older
web browsers and specific vendor browsers (e.g. Internet Explorer on Windows)
where parts of the pages are not rendered as expected (e.g. the layout is
broken or mathematical expressions not typeset). In that case we
recommend to install/use a different/newer web browser or use
the `PDF version of the manual <https://docs.lammps.org/Manual.pdf>`_.
- Safari version 11.1 and later The following web browser versions have been verified to work as
- Firefox version 54 and later expected on Linux, macOS, and Windows where available:
- Chrome version 54 and later
- Opera version 41 and later
- Edge version 80 and later
Also Android version 7.1 and later and iOS version 11 and later have - Safari version 11.1 and later
been verified to render this website as expected. - Firefox version 54 and later
- Chrome version 54 and later
- Opera version 41 and later
- Edge version 80 and later
Also Android version 7.1 and later and iOS version 11 and later have
been verified to render this website as expected.

View File

@ -31,15 +31,6 @@ Commands
dihedral_write dihedral_write
dimension dimension
displace_atoms displace_atoms
dump
dump_adios
dump_cfg_uef
dump_h5md
dump_image
dump_modify
dump_molfile
dump_netcdf
dump_vtk
dynamical_matrix dynamical_matrix
echo echo
fix fix

View File

@ -1,8 +1,9 @@
Dump Styles Dump Styles
############### ###########
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
:glob: :glob:
dump* dump
dump_*