rename sections to User Guide and Programmer Guide

This commit is contained in:
Axel Kohlmeyer
2020-10-15 12:00:36 -04:00
parent f15dc4a0a8
commit 4a946f5388
3 changed files with 10 additions and 10 deletions

View File

@ -32,6 +32,6 @@ concurrently), grab data from LAMMPS, change it, and send it back into
LAMMPS. LAMMPS.
A detailed documentation of the available APIs and examples of how to A detailed documentation of the available APIs and examples of how to
use them can be found in the :doc:`Programmer Documentation use them can be found in the :ref:`Programmer Guide <programmer_documentation>`
<Library>` section of this manual. section of this manual.

View File

@ -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 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 following the steps on the :doc:`Build_manual` page. The manual is
organized in two parts: organized in two parts:
1) the :ref:`User's Guide <user_documentation>` for how to install 1) the :ref:`User Guide <user_documentation>` for how to install
and use LAMMPS and 2) the :ref:`Programmer's Guide <programmer_documentation>` and use LAMMPS and 2) the :ref:`Programmer Guide <programmer_documentation>`
for how to write programs using the LAMMPS library from different for how to write programs using the LAMMPS library from different
programming languages and how to modify and extend LAMMPS. 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: .. _user_documentation:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:numbered: 3 :numbered: 3
:caption: User's Guide :caption: User Guide
:name: userdoc :name: userdoc
:includehidden: :includehidden:
@ -67,14 +67,14 @@ User's Guide
****************** ******************
Programmer's Guide Programmer Guide
****************** ******************
.. _programmer_documentation: .. _programmer_documentation:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:numbered: 3 :numbered: 3
:caption: Programmer's Guide :caption: Programmer Guide
:name: progdoc :name: progdoc
:includehidden: :includehidden:

View File

@ -27,11 +27,11 @@ hr {
margin-bottom: 12px !important; margin-bottom: 12px !important;
} }
#user-s-guide.section h2 { #user-guide.section h2 {
display: none; display: none;
} }
#programmer-s-guide.section h2 { #programmer-guide.section h2 {
display: none; display: none;
} }