Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed duplicate doc files #270

Merged
merged 7 commits into from
Oct 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
90 changes: 0 additions & 90 deletions docs/forcefields.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ views of the National Science Foundation.
.. toctree::
:hidden:

forcefields
parameter_definitions

.. toctree::
:hidden:
Expand Down
7 changes: 4 additions & 3 deletions docs/parameter_definitions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ Definitions for each molecular force follow the OpenMM standard.
Classes vs. Types
-----------------

OpenMM allows users to specify either a ```class`` or a
``type`` <http://docs.openmm.org/7.0.0/userguide/application.html#atom-types-and-atom-classes>`__,
OpenMM allows users to specify either a ``class`` or a
``type`` (See `Atom Types and Atom Classes
<http://docs.openmm.org/7.0.0/userguide/application.html#atom-types-and-atom-classes>`_),
to define each particle within the force definition. Here, ``type``
refers to a specific atom type (as defined in the ``<AtomTypes>``
section), while ``class`` refers to a more general description that can
Expand All @@ -60,7 +61,7 @@ considered to be more specific.

**Example:**

::
.. code:: xml

<RBTorsionForce>
<Proper class1="CT" class2="CT" class3="CT" class4="CT" c0="2.9288" c1="-1.4644" c2="0.2092" c3="-1.6736" c4="0.0" c5="0.0"/>
Expand Down