switch parsed-literal to code-block in Howto files where applicable

This commit is contained in:
Axel Kohlmeyer
2020-02-27 12:45:14 -05:00
parent 06ede499c1
commit 3c277409c2
13 changed files with 111 additions and 112 deletions

View File

@ -9,7 +9,7 @@ more timesteps, then you simply use the :doc:`run <run>` command
multiple times. For example, this script
.. parsed-literal::
.. code-block:: LAMMPS
units lj
atom_style atomic
@ -28,7 +28,7 @@ the :doc:`clear <clear>` command can be used in between them to
re-initialize LAMMPS. For example, this script
.. parsed-literal::
.. code-block:: LAMMPS
units lj
atom_style atomic
@ -49,7 +49,7 @@ multiple times with different settings. For example, this
script, named in.polymer
.. parsed-literal::
.. code-block:: LAMMPS
variable d index run1 run2 run3 run4 run5 run6 run7 run8
shell cd $d
@ -66,7 +66,7 @@ same system at 8 different temperatures, using a temperature variable
and storing the output in different log and dump files, for example
.. parsed-literal::
.. code-block:: LAMMPS
variable a loop 8
variable t index 0.8 0.85 0.9 0.95 1.0 1.05 1.1 1.15