Skip to content

Commit

Permalink
docstring header removed as not rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Simkovic committed Feb 21, 2017
1 parent 744673d commit d32b2df
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions conkit/core/ContactFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
class ContactFile(Entity):
"""A contact file object representing a single prediction file
Description
-----------
The contact file class represents a data structure to hold all predictions
with a single contact map file. It contains functions to store,
manipulate and organise contact maps.
Expand Down
2 changes: 0 additions & 2 deletions conkit/core/ContactMap.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ def __repr__(self):
class ContactMap(Entity):
"""A contact map object representing a single prediction
Description
-----------
The :obj:`ContactMap <conkit.core.ContactMap>` class represents a data structure to hold a single
contact map prediction in one place. It contains functions to store,
manipulate and organise :obj:`Contact <conkit.core.Contact>` instances.
Expand Down
2 changes: 0 additions & 2 deletions conkit/core/Entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
class Entity(object):
"""Base class for all entities used in this interface.
Description
-----------
It handles the storage of data. It also provides a high-efficiency
methods to allow fast lookup and iterations of each entity. It also
provides a hierarchical structure to remember parent and child
Expand Down
2 changes: 0 additions & 2 deletions conkit/core/SequenceFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
class SequenceFile(Entity):
"""A sequence file object representing a single sequence file
Description
-----------
The :obj:`SequenceFile <conkit.core.SequenceFile>` class represents a data structure to hold
:obj:`Sequence <conkit.core.Sequence>` instances in a single sequence file. It contains
functions to store and analyze sequences.
Expand Down

0 comments on commit d32b2df

Please sign in to comment.