forked from lijiext/lammps
rename sections to User Guide and Programmer Guide
This commit is contained in:
parent
f15dc4a0a8
commit
4a946f5388
|
@ -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
|
||||
<Library>` section of this manual.
|
||||
use them can be found in the :ref:`Programmer Guide <programmer_documentation>`
|
||||
section of this manual.
|
||||
|
||||
|
|
|
@ -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 <user_documentation>` for how to install
|
||||
and use LAMMPS and 2) the :ref:`Programmer's Guide <programmer_documentation>`
|
||||
1) the :ref:`User Guide <user_documentation>` for how to install
|
||||
and use LAMMPS and 2) the :ref:`Programmer Guide <programmer_documentation>`
|
||||
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:
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue