Commit 427f8517 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Fix syntax errors in user guide docs.

parent 52327708
...@@ -2747,10 +2747,12 @@ modified residues, covalently-bound ligands, or unnatural amino acids or bases. ...@@ -2747,10 +2747,12 @@ modified residues, covalently-bound ligands, or unnatural amino acids or bases.
To register a new residue template generator named :code:`generator`, simply call the To register a new residue template generator named :code:`generator`, simply call the
:meth:`registerTemplateGenerator` method on an existing :class:`ForceField` object: :meth:`registerTemplateGenerator` method on an existing :class:`ForceField` object:
:: ::
forcefield.registerTemplateGenerator(generator) forcefield.registerTemplateGenerator(generator)
This :code:`generator` function must conform to the following API: This :code:`generator` function must conform to the following API:
:: ::
def generator(forcefield, residue): def generator(forcefield, residue):
""" """
Parameters Parameters
......
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