Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
40544daf
Commit
40544daf
authored
Feb 06, 2016
by
peastman
Browse files
Merge pull request #1388 from jchodera/forcefield
Fix errors in sphinx formatting for docs
parents
fed2d322
4f629c8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs-source/usersguide/application.rst
docs-source/usersguide/application.rst
+3
-3
No files found.
docs-source/usersguide/application.rst
View file @
40544daf
...
@@ -2070,7 +2070,7 @@ Missing residue templates
...
@@ -2070,7 +2070,7 @@ Missing residue templates
.. CAUTION::
.. CAUTION::
These features are experimental, and its API is subject to change.
These features are experimental, and its API is subject to change.
You can use the :meth
od
:`getUnmatchedResidues()` method to get a list of residues
You can use the :meth:`getUnmatchedResidues()` method to get a list of residues
in the provided :code:`topology` object that do not currently have a matching
in the provided :code:`topology` object that do not currently have a matching
residue template defined in the :class:`ForceField`.
residue template defined in the :class:`ForceField`.
::
::
...
@@ -2084,7 +2084,7 @@ with residue template definitions, or identifying which additional residues need
...
@@ -2084,7 +2084,7 @@ with residue template definitions, or identifying which additional residues need
to be parameterized.
to be parameterized.
As a convenience for parameterizing new residues, you can also get a list of
As a convenience for parameterizing new residues, you can also get a list of
residues and empty residue templates using :meth
od
:`generateTemplatesForUnmatchedResidues`
residues and empty residue templates using :meth:`generateTemplatesForUnmatchedResidues`
::
::
pdb = PDBFile('
input
.
pdb
')
pdb = PDBFile('
input
.
pdb
')
...
@@ -2098,7 +2098,7 @@ residues and empty residue templates using :method:`generateTemplatesForUnmatche
...
@@ -2098,7 +2098,7 @@ residues and empty residue templates using :method:`generateTemplatesForUnmatche
forcefield.registerResidueTemplate(template)
forcefield.registerResidueTemplate(template)
If you find that templates seem to be incorrectly matched, another useful
If you find that templates seem to be incorrectly matched, another useful
function :meth
od
:`getMatchingTemplates()` can help you identify which templates
function :meth:`getMatchingTemplates()` can help you identify which templates
are being matched:
are being matched:
::
::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment