Skip to content

Commit

Permalink
Skip PhotoCalib when building docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdswinbank committed Apr 8, 2019
1 parent c5185c2 commit 1c8d528
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/lsst.meas.base/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,17 @@ Python API reference

.. There are two reasons for the :skip: parameters below.
- Objects which are imported with lsst.meas.base but aren't actually part
of it --- e.g. lsst.meas.base.Calib is actually lsst.afw.image.calib.Calib
--- cause the Sphinx build to fail when executed standalone.
of it --- e.g. lsst.meas.base.PhotoCalib is actually
lsst.afw.image.photoCalib.PhotoCalib --- cause the Sphinx build to fail
when executed standalone.
- SingleFrameFromGenericPlugin and ForcedFromGenericPlugin cause the
construction of an inheritance diagram to fail, per DM-15461.
Unfortunately, including them here causes a warning, but that seems to be
unavoidable.
.. automodapi:: lsst.meas.base
:no-main-docstr:
:skip: Calib
:skip: PhotoCalib
:skip: FatalAlgorithmError
:skip: MeasurementError
:skip: PixelValueError
Expand Down

0 comments on commit 1c8d528

Please sign in to comment.