populate dump style index by moving commands off of commands_list.rst
This commit is contained in:
@ -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.
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
Dump Styles
|
Dump Styles
|
||||||
###############
|
###########
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
:glob:
|
:glob:
|
||||||
|
|
||||||
dump*
|
dump
|
||||||
|
dump_*
|
||||||
|
|||||||
Reference in New Issue
Block a user