Commit 7dac5132 authored by Steven J. Plimpton's avatar Steven J. Plimpton
Browse files

doc typos and push author details back to website

parent 6c5d339a
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
@@ -36,7 +36,14 @@ tools pre- and post-processing tools

Point your browser at any of these files to get started:

doc/Manual.html	           the LAMMPS manual
doc/Section_intro.html	   hi-level introduction to LAMMPS
doc/Section_start.html	   how to build and use LAMMPS
doc/Developer.pdf          LAMMPS developer guide
http://lammps.sandia.gov/doc/Manual.html         the LAMMPS manual
http://lammps.sandia.gov/doc/Intro.html          hi-level introduction
http://lammps.sandia.gov/doc/Build.html          how to build LAMMPS
http://lammps.sandia.gov/doc/Run_head.html       how to run LAMMPS
http://lammps.sandia.gov/doc/Developer.pdf       LAMMPS developer guide

You can also create these doc pages locally:

% cd doc
% make html                # creates HTML pages in doc/html
% make pdf                 # creates Manual.pdf and Developer.pdf
+3 −5
Original line number Diff line number Diff line
@@ -13,12 +13,10 @@ This page is a short summary of how to use CMake to build LAMMPS.
Details on CMake variables that enable specific LAMMPS build options
are given on the pages linked to from the "Build"_Build.html doc page.

Richard Berger (Temple U) has also written a more comprehensive guide
Richard Berger (Temple U) has also written a "more comprehensive
guide"_https://github.com/lammps/lammps/blob/master/cmake/README.md
for how to use CMake to build LAMMPS.  If you are new to CMake it is a
good place to start:

"Bulding LAMMPS using
CMake"_https://github.com/lammps/lammps/blob/master/cmake/README.md
good place to start.

:line

+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ This is the list of packages that may require additional steps.
"USER-QMMM"_#user-qmmm,
"USER-QUIP"_#user-quip,
"USER-SMD"_#user-smd,
"USER-VTK"_#user-vtk :tb(c=6,ea=c)
"USER-VTK"_#user-vtk :tb(c=6,ea=c,a=l)

:line

+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ packages:
"USER-QMMM"_Build_extras.html#user-qmmm,
"USER-QUIP"_Build_extras.html#user-quip,
"USER-SMD"_Build_extras.html#user-smd,
"USER-VTK"_Build_extras.html#user-vtk :tb(c=6,ea=c)
"USER-VTK"_Build_extras.html#user-vtk :tb(c=6,ea=c,a=l)

The mechanism for including packages is simple but different for CMake
versus make.
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Documentation"_ld - "LAMMPS Commands"_lc :c

:line

Calculate a diffusion coefficient :h3
Calculate diffusion coefficients :h3

The diffusion coefficient D of a material can be measured in at least
2 ways using various options in LAMMPS.  See the examples/DIFFUSE
Loading