diff --git a/doc/Manual.html b/doc/Manual.html index afd2d10ff4..287d4aa29c 100644 --- a/doc/Manual.html +++ b/doc/Manual.html @@ -100,15 +100,17 @@ it gives quick access to documentation for all LAMMPS commands.
2.3 Making LAMMPS with optional packages
- 2.4 Building LAMMPS as a library + 2.4 Building LAMMPS via the Make.py script
- 2.5 Running LAMMPS + 2.5 Building LAMMPS as a library
- 2.6 Command-line options + 2.6 Running LAMMPS
- 2.7 Screen output + 2.7 Command-line options
- 2.8 Tips for users of previous versions + 2.8 Screen output +
+ 2.9 Tips for users of previous versions
  • Commands @@ -393,6 +395,8 @@ it gives quick access to documentation for all LAMMPS commands. + + diff --git a/doc/Manual.txt b/doc/Manual.txt index 62e27cc4a7..881853c11b 100644 --- a/doc/Manual.txt +++ b/doc/Manual.txt @@ -86,11 +86,12 @@ it gives quick access to documentation for all LAMMPS commands. 2.1 "What's in the LAMMPS distribution"_start_1 :ulb,b 2.2 "Making LAMMPS"_start_2 :b 2.3 "Making LAMMPS with optional packages"_start_3 :b - 2.4 "Building LAMMPS as a library"_start_4 :b - 2.5 "Running LAMMPS"_start_5 :b - 2.6 "Command-line options"_start_6 :b - 2.7 "Screen output"_start_7 :b - 2.8 "Tips for users of previous versions"_2_8 :ule,b + 2.4 "Building LAMMPS via the Make.py script"_start_4 :b + 2.5 "Building LAMMPS as a library"_start_5 :b + 2.6 "Running LAMMPS"_start_6 :b + 2.7 "Command-line options"_start_7 :b + 2.8 "Screen output"_start_8 :b + 2.9 "Tips for users of previous versions"_start_9 :ule,b "Commands"_Section_commands.html :l 3.1 "LAMMPS input script"_cmd_1 :ulb,b 3.2 "Parsing rules"_cmd_2 :b @@ -177,6 +178,7 @@ it gives quick access to documentation for all LAMMPS commands. :link(start_6,Section_start.html#start_6) :link(start_7,Section_start.html#start_7) :link(start_8,Section_start.html#start_8) +:link(start_9,Section_start.html#start_9) :link(cmd_1,Section_commands.html#cmd_1) :link(cmd_2,Section_commands.html#cmd_2) diff --git a/doc/Section_accelerate.html b/doc/Section_accelerate.html index 3311b552b9..b37c7f452e 100644 --- a/doc/Section_accelerate.html +++ b/doc/Section_accelerate.html @@ -46,7 +46,7 @@ style exist in LAMMPS:

    Assuming you have built LAMMPS with the appropriate package, these styles can be invoked by specifying them explicitly in your input -script. Or you can use the -suffix command-line +script. Or you can use the -suffix command-line switch to invoke the accelerated versions automatically, without changing your input script. The suffix command allows you to set a suffix explicitly and @@ -318,7 +318,7 @@ and in many cases it will be more efficient to run this way.