From a2bf40df0a81b3d1429e1ffa1a9fb8a2520fd56a Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 6 Mar 2022 11:45:26 -0500 Subject: [PATCH] correct mini-ToC links and add missing entry --- doc/src/Build_settings.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/src/Build_settings.rst b/doc/src/Build_settings.rst index b68313aaed..6053bdbf8a 100644 --- a/doc/src/Build_settings.rst +++ b/doc/src/Build_settings.rst @@ -4,15 +4,15 @@ Optional build settings LAMMPS can be built with several optional settings. Each sub-section explain how to do this for building both with CMake and make. -* :ref:`C++11 standard compliance ` when building all of LAMMPS -* :ref:`FFT library ` for use with the :doc:`kspace_style pppm ` command -* :ref:`Size of LAMMPS integer types ` -* :ref:`Read or write compressed files ` -* :ref:`Output of JPG and PNG files ` via the :doc:`dump image ` command -* :ref:`Output of movie files ` via the :doc:`dump_movie ` command -* :ref:`Memory allocation alignment ` -* :ref:`Workaround for long long integers ` -* :ref:`Error handling exceptions ` when using LAMMPS as a library +* `C++11 standard compliance`_ when building all of LAMMPS +* `FFT library`_ for use with the :doc:`kspace_style pppm ` command +* `Size of LAMMPS integer types and size limits`_ +* `Read or write compressed files`_ +* `Output of JPG, PNG, and move files` via the :doc:`dump image ` or :doc:`dump movie ` commands +* `Memory allocation alignment`_ +* `Workaround for long long integers`_ +* `Exception handling when using LAMMPS as a library`_ to capture errors +* `Trigger selected floating-point exceptions`_ ----------