Unverified Commit cdec46ba authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Some more code-blocks instead of parsed-literal

parent e4d6214d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ The :doc:`Build basics <Build_basics>` doc page explains how to build
LAMMPS as either a shared or static library.  This results in one of
these 2 files:

.. parsed-literal::
.. code-block:: bash

   liblammps.so      # shared library
   liblammps.a       # static library
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ in the LAMMPS distribution. Typing "make machine" uses
use Makefile.serial and Makefile.mpi, respectively.  Other makefiles
are in these directories:

.. parsed-literal::
.. code-block:: bash

   OPTIONS      # Makefiles which enable specific options
   MACHINES     # Makefiles for specific machines
+3 −3
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ Lowercase directories

Here is how you can run and visualize one of the sample problems:

.. parsed-literal::
.. code-block:: bash

   cd indent
   cp ../../src/lmp_linux .           # copy LAMMPS executable to this dir
@@ -177,9 +177,9 @@ like ImageMagick or QuickTime or various Windows-based tools. See the
Imagemagick command would create a GIF file suitable for viewing in a
browser.

.. parsed-literal::
.. code-block:: bash

   % convert -loop 1 \*.jpg foo.gif
   % convert -loop 1 *.jpg foo.gif

----------

+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ You can use the *polarizer* tool (Python script distributed with the
USER-DRUDE package) to convert a non-polarizable data file (here
*data.102494.lmp*\ ) to a polarizable data file (\ *data-p.lmp*\ )

.. parsed-literal::
.. code-block:: bash

   polarizer -q -f phenol.dff data.102494.lmp data-p.lmp

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Depending on how you obtained LAMMPS, the doc directory has up
to 6 sub-directories, 2 Nroff files, and optionally 2 PDF files
plus 2 e-book format files:

.. parsed-literal::
.. code-block:: bash

   src             # content files for LAMMPS documentation
   html            # HTML version of the LAMMPS manual (see html/Manual.html)
Loading