Skip to content

Commit

Permalink
numpydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkes committed Oct 7, 2024
1 parent 1d74e84 commit 73b3daf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/pyhaloxml/HaloXML.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ class HaloXML:
"""
HaloXML Class to import the xml files that are outputted by Halo.
This class can contain also be used to combine multiple annotation files.
It would accumulate all layers and regions to a single annotation file.
Attributes
----------
tree : _ElementTree
Expand Down
4 changes: 2 additions & 2 deletions src/pyhaloxml/Layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class Layer:
"""
Halo annotations are grouped in layers.
Parameters
----------
These layers are the first buildingblock of a halo annotation.
They have properties like color and name and contain the regions.
Attributes
----------
Expand Down

0 comments on commit 73b3daf

Please sign in to comment.