"vscode:/vscode.git/clone" did not exist on "51e51c3bf3f43317ca5186d3bd4ef8d042d101d6"
Commit 40544daf authored by peastman's avatar peastman
Browse files

Merge pull request #1388 from jchodera/forcefield

Fix errors in sphinx formatting for docs
parents fed2d322 4f629c8f
...@@ -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 :method:`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 :method:`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 :method:`getMatchingTemplates()` can help you identify which templates function :meth:`getMatchingTemplates()` can help you identify which templates
are being matched: are being matched:
:: ::
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment