restore missing links

This commit is contained in:
Axel Kohlmeyer 2020-01-31 16:39:09 -05:00
parent 97addd2bee
commit f386598c54
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
10 changed files with 15 additions and 27 deletions

View File

@ -228,3 +228,4 @@ instructions. See the :doc:`Packages\_details <Packages_details>` doc
page for more info on specific USER packages.
.. _openkim: https://openkim.org
.. _lws: http://lammps.sandia.gov

View File

@ -5,15 +5,9 @@ You can download a current LAMMPS tarball from the `download page <download_>`_
of the `LAMMPS website <lws_>`_.
.. _download: http://lammps.sandia.gov/download.html
.. _bug: http://lammps.sandia.gov/bug.html
.. _older: http://lammps.sandia.gov/tars
.. _lws: http://lammps.sandia.gov
You have two choices of tarballs, either the most recent stable

View File

@ -11,7 +11,7 @@ University:
* Richard Berger, richard.berger at temple.edu
.. _sjp: http://www.cs.sandia.gov/~sjplimp
.. _lws: http://lammps.sandia.gov
Past developers include Paul Crozier and Mark Stevens, both at Sandia,

View File

@ -5,6 +5,8 @@ The `LAMMPS website <lws_>`_ has a variety of additional info about
LAMMPS, beyond what is in this manual. Some of the other pages in
this Intr are included in this list.
.. _lws: http://lammps.sandia.gov
* `Brief intro and recently added significant features <lws_>`_
* `List of features <http://lammps.sandia.gov/features.html>`_
* `List of non-features <http://lammps.sandia.gov/non_features.html>`_

View File

@ -22,20 +22,16 @@ It includes links to an on-line version of this manual, a `mailing list <http://
questions, and a `GitHub site <https://github.com/lammps/lammps>`_ where
all LAMMPS development is coordinated.
----------
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:`Manual build <Manual_build>` doc page.
There is also a `Developer.pdf <Developer.pdf>`_ document which gives
a brief description of the basic code structure of LAMMPS.
----------
Once you are familiar with LAMMPS, you may want to bookmark :doc:`this page <Commands>` since it gives quick access to a doc page for
every LAMMPS command.

View File

@ -69,6 +69,8 @@ unusual event).
`developers <http://lammps.sandia.gov/authors.html>`_ with info about
your package and we will post it there.
.. _lws: http://lammps.sandia.gov
The previous sections of this doc page describe how to add new "style"
files of various kinds to LAMMPS. Packages are simply collections of
one or more new class files which are invoked as a new style within a

View File

@ -24,6 +24,8 @@ page gives those details.
pair, bond, angle, etc correspond to commands with the same style name
as contained in the file name.
.. _lc: Commands_all.html
+------------------------------+--------------------------------+--------------------------------+------------------------------+--------------------------------+----------------------------------+
| :ref:`ASPHERE <PKG-ASPHERE>` | :ref:`BODY <PKG-BODY>` | :ref:`CLASS2 <PKG-CLASS2>` | :ref:`COLLOID <PKG-COLLOID>` | :ref:`COMPRESS <PKG-COMPRESS>` | :ref:`CORESHELL <PKG-CORESHELL>` |
+------------------------------+--------------------------------+--------------------------------+------------------------------+--------------------------------+----------------------------------+
@ -2418,21 +2420,10 @@ The expressions and their use are discussed in the following papers
which discuss the `QuickFF <quickff_>`_ methodology.
.. _vanduyfhuys2015: http://dx.doi.org/10.1002/jcc.23877
.. _vanduyfhuys2018: http://dx.doi.org/10.1002/jcc.25173
.. _quickff: http://molmod.github.io/QuickFF
.. _yaff: https://github.com/molmod/yaff
**Author:** Steven Vandenbrande.
**Supporting info:**

View File

@ -75,3 +75,5 @@ Phi), you should first measure single node performance. Then you can
estimate parallel performance for multi-node runs using the same logic
as for all-MPI mode, except that now you will typically need many more
atoms/node to achieve good scalability.
.. _lws: http://lammps.sandia.gov

View File

@ -27,7 +27,6 @@ standard or user packages:
| :doc:`OPT Package <Speed_opt>` | generic CPU optimizations |
+-----------------------------------------+-------------------------------------------------------+
.. toctree::
:maxdepth: 1
:hidden:
@ -38,6 +37,8 @@ standard or user packages:
Speed_omp
Speed_opt
.. _lc: Commands_all.html
Inverting this list, LAMMPS currently has acceleration support for
three kinds of hardware, via the listed packages:
@ -188,3 +189,4 @@ The individual accelerator package doc pages explain:
* speed-ups to expect
* guidelines for best performance
* restrictions

View File

@ -14,10 +14,8 @@ The last link for `Pizza.py <pizza_>`_ is a Python-based tool developed at
Sandia which provides tools for doing setup, analysis, plotting, and
visualization for LAMMPS simulations.
.. _lws: http://lammps.sandia.gov
.. _pizza: http://pizza.sandia.gov
.. _python: http://www.python.org