From 4a946f5388df991d169868ec3944a19f87549b9c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 15 Oct 2020 12:00:36 -0400 Subject: [PATCH] rename sections to User Guide and Programmer Guide --- doc/src/Howto_library.rst | 4 ++-- doc/src/Manual.rst | 12 ++++++------ doc/utils/sphinx-config/_static/css/lammps.css | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/src/Howto_library.rst b/doc/src/Howto_library.rst index 36d6626c59..f63ea64a1b 100644 --- a/doc/src/Howto_library.rst +++ b/doc/src/Howto_library.rst @@ -32,6 +32,6 @@ concurrently), grab data from LAMMPS, change it, and send it back into LAMMPS. A detailed documentation of the available APIs and examples of how to -use them can be found in the :doc:`Programmer Documentation -` section of this manual. +use them can be found in the :ref:`Programmer Guide ` +section of this manual. diff --git a/doc/src/Manual.rst b/doc/src/Manual.rst index d2065652fa..88e2497c98 100644 --- a/doc/src/Manual.rst +++ b/doc/src/Manual.rst @@ -25,8 +25,8 @@ The content for this manual is part of the LAMMPS distribution. You can build a local copy of the Manual as HTML pages or a PDF file, by following the steps on the :doc:`Build_manual` page. The manual is organized in two parts: -1) the :ref:`User's Guide ` for how to install -and use LAMMPS and 2) the :ref:`Programmer's Guide ` +1) the :ref:`User Guide ` for how to install +and use LAMMPS and 2) the :ref:`Programmer Guide ` for how to write programs using the LAMMPS library from different programming languages and how to modify and extend LAMMPS. @@ -42,14 +42,14 @@ programming languages and how to modify and extend LAMMPS. ************ -User's Guide +User Guide ************ .. _user_documentation: .. toctree:: :maxdepth: 2 :numbered: 3 - :caption: User's Guide + :caption: User Guide :name: userdoc :includehidden: @@ -67,14 +67,14 @@ User's Guide ****************** -Programmer's Guide +Programmer Guide ****************** .. _programmer_documentation: .. toctree:: :maxdepth: 2 :numbered: 3 - :caption: Programmer's Guide + :caption: Programmer Guide :name: progdoc :includehidden: diff --git a/doc/utils/sphinx-config/_static/css/lammps.css b/doc/utils/sphinx-config/_static/css/lammps.css index 350dc86b4b..b69405365a 100644 --- a/doc/utils/sphinx-config/_static/css/lammps.css +++ b/doc/utils/sphinx-config/_static/css/lammps.css @@ -27,11 +27,11 @@ hr { margin-bottom: 12px !important; } -#user-s-guide.section h2 { +#user-guide.section h2 { display: none; } -#programmer-s-guide.section h2 { +#programmer-guide.section h2 { display: none; }