From b1757bb26ca26aaa9526674e1549295250243ea8 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 22 Feb 2020 13:24:23 -0500 Subject: [PATCH] make names/lables more consistent and avoid reference errors in sphinx --- doc/src/Commands_structure.rst | 4 ++-- doc/src/Howto.rst | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/Commands_structure.rst b/doc/src/Commands_structure.rst index 4ffd95e6fc..9b5a466340 100644 --- a/doc/src/Commands_structure.rst +++ b/doc/src/Commands_structure.rst @@ -10,7 +10,7 @@ A LAMMPS input script typically has 4 parts: 1. :ref:`Initialization ` 2. :ref:`System definition ` -3. :ref:`Settings ` +3. :ref:`Simulation settings ` 4. :ref:`Run a simulation ` The last 2 parts can be repeated as many times as desired. I.e. run a @@ -58,7 +58,7 @@ using the :doc:`replicate ` command. .. _settings: -Settings +Simulation settings ------------------------------ Once atoms and molecular topology are defined, a variety of settings diff --git a/doc/src/Howto.rst b/doc/src/Howto.rst index eb764342a0..05af2ffafc 100644 --- a/doc/src/Howto.rst +++ b/doc/src/Howto.rst @@ -42,7 +42,7 @@ Settings howto .. toctree:: - :name: settings + :name: settings_howto :maxdepth: 1 Howto_2d @@ -58,7 +58,7 @@ Analysis howto .. toctree:: - :name: analysis + :name: analysis_howto :maxdepth: 1 Howto_output @@ -74,7 +74,7 @@ Force fields howto .. toctree:: - :name: force + :name: force_howto :maxdepth: 1 Howto_bioFF @@ -87,7 +87,7 @@ Packages howto .. toctree:: - :name: packages + :name: packages_howto :maxdepth: 1 Howto_spherical