Skip to content

Commit

Permalink
Rewrap some docstring text.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Nov 6, 2023
1 parent 09d5df4 commit dd2d847
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions python/lsst/daf/butler/dimensions/_skypix.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,18 +215,17 @@ class SkyPixConstructionVisitor(DimensionConstructionVisitor):
Fully-qualified name of the class whose instances represent a
particular level of this pixelization.
maxLevel : `int`, optional
Maximum level (inclusive) of the hierarchy. If not provided,
an attempt will be made to obtain it from a ``MAX_LEVEL`` attribute
of the pixelization class.
Maximum level (inclusive) of the hierarchy. If not provided, an
attempt will be made to obtain it from a ``MAX_LEVEL`` attribute of the
pixelization class.
Notes
-----
At present, this class adds both a new `SkyPixSystem` instance all possible
`SkyPixDimension` to the builder that invokes it. In the future, it may
add only the `SkyPixSystem`, with dimension instances created on-the-fly
by the `DimensionUniverse`; this depends on `DimensionGraph.encode` going
away or otherwise eliminating assumptions about the set of dimensions in a
universe being static.
add only the `SkyPixSystem`, with dimension instances created on-the-fly by
the `DimensionUniverse`; this depends on eliminating assumptions about the
set of dimensions in a universe being static.
"""

def __init__(self, name: str, pixelizationClassName: str, maxLevel: int | None = None):
Expand Down

0 comments on commit dd2d847

Please sign in to comment.