From 4ee24b85b0e786b6bf98f998fd4d45e8994da20b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 30 Mar 2021 11:45:47 -0400 Subject: [PATCH] fix a few minor issues with the docs --- doc/src/Build_basics.rst | 2 +- doc/src/angle_cosine_periodic.rst | 6 ------ doc/src/dihedral_table.rst | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/doc/src/Build_basics.rst b/doc/src/Build_basics.rst index af6120630d..30e668a283 100644 --- a/doc/src/Build_basics.rst +++ b/doc/src/Build_basics.rst @@ -1,7 +1,7 @@ Basic build options =================== -The following topics are covered on this page, for building both with +The following topics are covered on this page, for building with both CMake and make: * :ref:`Serial vs parallel build ` diff --git a/doc/src/angle_cosine_periodic.rst b/doc/src/angle_cosine_periodic.rst index 8c60ac1ebb..4983745618 100644 --- a/doc/src/angle_cosine_periodic.rst +++ b/doc/src/angle_cosine_periodic.rst @@ -71,9 +71,3 @@ Default none ----------- - -.. _cosine-Mayo: - -**(Mayo)** Mayo, Olfason, Goddard III, J Phys Chem, 94, 8897-8909 -(1990). diff --git a/doc/src/dihedral_table.rst b/doc/src/dihedral_table.rst index f1b14065fd..a456fecebd 100644 --- a/doc/src/dihedral_table.rst +++ b/doc/src/dihedral_table.rst @@ -15,10 +15,10 @@ Syntax .. code-block:: LAMMPS - dihedral_style style interp Ntable + dihedral_style style interpolation Ntable * style = *table* or *table/cut* -* interp = *linear* or *spline* = method of interpolation +* interpolation = *linear* or *spline* = method of interpolation * Ntable = size of the internal lookup table Examples