convert all remaining compute styles to use code-block instead of parsed literal

This commit is contained in:
Axel Kohlmeyer
2020-03-12 01:56:13 -04:00
parent c6f846b925
commit 23a402ddd3
98 changed files with 165 additions and 165 deletions

View File

@ -26,13 +26,13 @@ Syntax
Examples
""""""""
.. parsed-literal::
.. code-block:: LAMMPS
compute 1 all rdf 100
compute 1 all rdf 100 1 1
compute 1 all rdf 100 \* 3 cutoff 5.0
compute 1 all rdf 100 * 3 cutoff 5.0
compute 1 fluid rdf 500 1 1 1 2 2 1 2 2
compute 1 fluid rdf 500 1\*3 2 5 \*10 cutoff 3.5
compute 1 fluid rdf 500 1*3 2 5 *10 cutoff 3.5
Description
"""""""""""
@ -147,10 +147,10 @@ The simplest way to output the results of the compute rdf calculation
to a file is to use the :doc:`fix ave/time <fix_ave_time>` command, for
example:
.. parsed-literal::
.. code-block:: LAMMPS
compute myRDF all rdf 50
fix 1 all ave/time 100 1 100 c_myRDF[\*] file tmp.rdf mode vector
fix 1 all ave/time 100 1 100 c_myRDF[*] file tmp.rdf mode vector
**Output info:**