From f2061b5c77efe23e7c1bb0572c060721e4ba91a1 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Wed, 4 Mar 2015 09:16:04 +0100 Subject: [PATCH] Fixing minor Sphinx issues --- modules/io/pymod/__init__.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/io/pymod/__init__.py b/modules/io/pymod/__init__.py index 267ed2ac7..b64e0d23d 100644 --- a/modules/io/pymod/__init__.py +++ b/modules/io/pymod/__init__.py @@ -269,20 +269,21 @@ def LoadMMCIF(filename, restrict_chains="", fault_tolerant=None, calpha_only=Non :param fault_tolerant: Enable/disable fault-tolerant import. If set, overrides the value of :attr:`IOProfile.fault_tolerant`. - + :param remote: If set to True, the method tries to load the pdb from the remote pdb repository www.pdb.org. The filename is then interpreted as the pdb id. - + :rtype: :class:`~ost.mol.EntityHandle`. - + :param seqres: Whether to read SEQRES records. If set to True, the loaded entity and seqres entry will be returned as second item. :param info: Whether to return an info container with the other output. Returns a :class:`MMCifInfo` object as last item. - :raises: :exc:`~ost.io.IOException` if the import fails due to an erroneous or non-existent file. + :raises: :exc:`~ost.io.IOException` if the import fails due to an erroneous + or non-existent file. """ def _override(val1, val2): if val2!=None: -- GitLab