Skip to content

Commit

Permalink
private docs
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Nov 12, 2024
1 parent aa3ee18 commit cedd786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyaro/timeseries/Filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ def __init__(
self._UNITS_METER = None

@property
def UNITS_METER(self): #: :meta hide-value:
def UNITS_METER(self): #: :meta private:
"""internal representation of units, don't use
:return: m-unit in internal representation
Expand All @@ -1020,7 +1020,7 @@ def UNITS_METER(self): #: :meta hide-value:
return self._UNITS_METER

@property
def topography(self): #: :meta hide-value:
def topography(self): #: :meta private:
"""Internal property, don't use.
:raises ModuleNotFoundError: _description_
Expand Down

0 comments on commit cedd786

Please sign in to comment.