Skip to content
Snippets Groups Projects
Commit c3394bf8 authored by Bienchen's avatar Bienchen
Browse files

Fixed docstring formating for Sphinx

parent 4c316bf0
No related branches found
No related tags found
No related merge requests found
...@@ -79,8 +79,8 @@ class CADResult: ...@@ -79,8 +79,8 @@ class CADResult:
Dictionary containing local CAD's atom-atom (AA) scores. Dictionary containing local CAD's atom-atom (AA) scores.
:type: dictionary (key: tuple(chain, resnum) (e.g.: :type: dictionary (key: tuple(chain, resnum) (e.g.:
("A", ost.mol.ResNum(24)), value: CAD local AA score ("A", ost.mol.ResNum(24)), value: CAD local AA score
(see CAD Documentation online) (see CAD Documentation online)
""" """
def __init__(self, globalAA, localAA): def __init__(self, globalAA, localAA):
self.globalAA=globalAA self.globalAA=globalAA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment