Skip to content

Commit

Permalink
Merge pull request #613 from lsst/tickets/DM-32820
Browse files Browse the repository at this point in the history
DM-32820: Skip ButlerURI in table of contents
  • Loading branch information
timj committed Dec 7, 2021
2 parents 7439250 + e3fa06e commit ebe0530
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/changes/DM-31723.api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The ``ButlerURI`` class has now been removed from this package.
It now exists as `lsst.resources.ResourcePath`.
All code should be modified to use the new class name.
6 changes: 6 additions & 0 deletions doc/lsst.daf.butler/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ Python API reference

.. automodapi:: lsst.daf.butler
:no-main-docstr:
:skip: ButlerURI

.. py:class:: lsst.daf.butler.ButlerURI(uri)
``ButlerURI`` implementation. Exists for backwards compatibility.
New code should use `lsst.resources.ResourcePath`.

.. automodapi:: lsst.daf.butler.registry
:no-main-docstr:
Expand Down

0 comments on commit ebe0530

Please sign in to comment.