stac-utils / pystac

Python library for working with any SpatioTemporal Asset Catalog (STAC)

Home Page:https://pystac.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix broken documentation links

gadomski opened this issue · comments

There's a lot. Once they're fixed, add -n to the CI docs check.

make -C docs clean html SPHINXOPTS="-W --keep-going -n"
Removing everything under '_build'...
Running Sphinx v6.2.1
making output directory... done
[autosummary] generating autosummary for: api.rst, api/asset.rst, api/cache.rst, api/catalog.rst, api/collection.rst, api/common_metadata.rst, api/errors.rst, api/extensions.rst, api/extensions/base.rst, api/extensions/classification.rst, ..., index.rst, installation.rst, quickstart.ipynb, tutorials.rst, tutorials/adding-new-and-custom-extensions.ipynb, tutorials/creating-a-landsat-stac.ipynb, tutorials/how-to-create-stac-catalogs.ipynb, tutorials/how-to-read-data-from-stac.ipynb, tutorials/pystac-introduction.ipynb, tutorials/pystac-spacenet-tutorial.ipynb
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://dateutil.readthedocs.io/en/stable/objects.inv...
loading intersphinx inventory from https://urllib3.readthedocs.io/en/stable/objects.inv...
building [mo]: targets for 0 po files that are out of date
writing output... 
building [html]: targets for 62 source files that are out of date
updating environment: [new config] 62 added, 0 changed, 0 removed
reading sources... [100%] tutorials/pystac-spacenet-tutorial                                                                                                                                                                                                                                                        
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] tutorials/pystac-spacenet-tutorial                                                                                                                                                                                                                                                         
/Users/gadomski/Code/stac-utils/pystac/docs/api.rst:171: WARNING: py:class reference target not found: pystac.TemplateError
/Users/gadomski/Code/stac-utils/pystac/docs/api.rst:180: WARNING: py:mod reference target not found: pystac.serialization.identify
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Asset.delete:1: WARNING: py:func reference target not found: pystac.Item.delete_asset
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Asset.ext:1: WARNING: py:class reference target not found: AssetExt
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Asset.from_dict:1: WARNING: py:class reference target not found: pystac.asset.A
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Asset.owner:1: WARNING: py:class reference target not found: pystac.asset.Assets
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Asset.set_owner:1: WARNING: py:class reference target not found: pystac.asset.Assets
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Assets.make_asset_hrefs_absolute:1: WARNING: py:class reference target not found: pystac.asset.Assets
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Assets.make_asset_hrefs_absolute:1: WARNING: py:class reference target not found: Assets
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Assets.make_asset_hrefs_relative:1: WARNING: py:class reference target not found: pystac.asset.Assets
/Users/gadomski/Code/stac-utils/pystac/docs/docstring of pystac.catalog.Catalog.catalog_type:1: WARNING: py:attr reference target not found: CatalogType.ABSOLUTE_PUBLISHED
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.ext:1: WARNING: py:class reference target not found: CatalogExt
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.from_dict:1: WARNING: py:class reference target not found: pystac.catalog.C
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.from_file:1: WARNING: py:class reference target not found: pystac.catalog.C
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.generate_subcatalogs:1: WARNING: py:class reference target not found: catalog
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.get_all_items:4: WARNING: py:meth reference target not found: pystac.Catalog.get_items(recursive=True)
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.get_child:1: WARNING: py:class reference target not found: Optional Catalog
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.get_item:4: WARNING: py:meth reference target not found: next(pystac.Catalog.get_items(id), None)
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.matches_object_type:1: WARNING: py:class reference target not found: STACObject
/Users/gadomski/Code/stac-utils/pystac/pystac/collection.py:docstring of pystac.collection.Collection.ext:1: WARNING: py:class reference target not found: CollectionExt
/Users/gadomski/Code/stac-utils/pystac/pystac/collection.py:docstring of pystac.collection.Collection.from_dict:1: WARNING: py:class reference target not found: pystac.collection.C
/Users/gadomski/Code/stac-utils/pystac/pystac/collection.py:docstring of pystac.collection.Collection.matches_object_type:1: WARNING: py:class reference target not found: STACObject
/Users/gadomski/Code/stac-utils/pystac/pystac/common_metadata.py:docstring of pystac.common_metadata.CommonMetadata.created:7: WARNING: py:attr reference target not found: Asset.href <pystac.Asset.href
/Users/gadomski/Code/stac-utils/pystac/pystac/common_metadata.py:docstring of pystac.common_metadata.CommonMetadata.updated:7: WARNING: py:attr reference target not found: Asset.href <pystac.Asset.href
/Users/gadomski/Code/stac-utils/pystac/docs/api/extensions.rst:36:<autosummary>:1: WARNING: py:class reference target not found: pystac.extension.raster.RasterBand
/Users/gadomski/Code/stac-utils/pystac/docs/api/extensions.rst:36:<autosummary>:1: WARNING: py:class reference target not found: pystac.extension.item_assets.AssetDefinition
/Users/gadomski/Code/stac-utils/pystac/docs/api/extensions.rst:36:<autosummary>:1: WARNING: py:class reference target not found: GridExtension
/Users/gadomski/Code/stac-utils/pystac/docs/api/extensions.rst:36:<autosummary>:1: WARNING: py:class reference target not found: MgrsExtension
/Users/gadomski/Code/stac-utils/pystac/docs/api/extensions.rst:36:<autosummary>:1: WARNING: py:class reference target not found: pystac.extension.item_assets.AssetDefinition
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/base.py:docstring of pystac.extensions.base.ExtensionManagementMixin.add_to:1: WARNING: py:class reference target not found: pystac.extensions.base.S
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/base.py:docstring of pystac.extensions.base.ExtensionManagementMixin.ensure_has_extension:1: WARNING: py:class reference target not found: pystac.extensions.base.S
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/base.py:docstring of pystac.extensions.base.ExtensionManagementMixin.has_extension:1: WARNING: py:class reference target not found: pystac.extensions.base.S
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/base.py:docstring of pystac.extensions.base.ExtensionManagementMixin.remove_from:1: WARNING: py:class reference target not found: pystac.extensions.base.S
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/base.py:docstring of pystac.extensions.base.ExtensionManagementMixin.validate_has_extension:1: WARNING: py:class reference target not found: pystac.extensions.base.S
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/base.py:docstring of pystac.extensions.base.PropertiesExtension:4: WARNING: py:class reference target not found: pystac.extensions.eo.PropertiesEOExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/classification.py:docstring of pystac.extensions.classification.ClassificationExtension:1: WARNING: py:class reference target not found: pystac.extension.raster.RasterBand
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/classification.py:docstring of pystac.extensions.classification.ClassificationExtension:1: WARNING: py:class reference target not found: pystac.extension.item_assets.AssetDefinition
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/classification.py:docstring of pystac.extensions.classification.ClassificationExtension.apply:5: WARNING: py:class reference target not found: pystac.extension.classification.Classification
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/classification.py:docstring of pystac.extensions.classification.ClassificationExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.classification.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/classification.py:docstring of pystac.extensions.classification.ClassificationExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.classification.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/classification.py:docstring of pystac.extensions.classification.ClassificationExtension.ext:4: WARNING: py:class reference target not found: pystac.extension.raster.RasterBand
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/classification.py:docstring of pystac.extensions.classification.ClassificationExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/classification.py:docstring of pystac.extensions.classification.ClassificationExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/datacube.py:docstring of pystac.extensions.datacube.AssetDatacubeExtension:5: WARNING: py:meth reference target not found: EOExtension.ext
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/datacube.py:docstring of pystac.extensions.datacube.DatacubeExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.datacube.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/datacube.py:docstring of pystac.extensions.datacube.DatacubeExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.datacube.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/datacube.py:docstring of pystac.extensions.datacube.Dimension.dim_type:11: WARNING: py:class reference target not found: stac-ext
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/eo.py:docstring of pystac.extensions.eo.EOExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.eo.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/eo.py:docstring of pystac.extensions.eo.EOExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.eo.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/eo.py:docstring of pystac.extensions.eo.EOExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/eo.py:docstring of pystac.extensions.eo.EOExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/eo.py:docstring of pystac.extensions.eo.SummariesEOExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/eo.py:docstring of pystac.extensions.eo.SummariesEOExtension.cloud_cover:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/eo.py:docstring of pystac.extensions.eo.SummariesEOExtension.snow_cover:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/file.py:docstring of pystac.extensions.file.FileExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.file.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/file.py:docstring of pystac.extensions.file.FileExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/file.py:docstring of pystac.extensions.file.FileExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/hooks.py:docstring of pystac.extensions.hooks.ExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/hooks.py:docstring of pystac.extensions.hooks.ExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/hooks.py:docstring of pystac.extensions.hooks.RegisteredExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/hooks.py:docstring of pystac.extensions.hooks.RegisteredExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/item_assets.py:docstring of pystac.extensions.item_assets.AssetDefinition.ext:1: WARNING: py:class reference target not found: ItemAssetExt
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/item_assets.py:docstring of pystac.extensions.item_assets.ItemAssetsExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/item_assets.py:docstring of pystac.extensions.item_assets.ItemAssetsExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/label.py:docstring of pystac.extensions.label.LabelExtension:4: WARNING: py:class reference target not found: LabeExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/label.py:docstring of pystac.extensions.label.LabelExtension.apply:5: WARNING: py:class reference target not found: pystac.LabelType
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/label.py:docstring of pystac.extensions.label.LabelExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/label.py:docstring of pystac.extensions.label.LabelExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/label.py:docstring of pystac.extensions.label.LabelOverview.apply:9: WARNING: py:class reference target not found: LabelCounts
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/label.py:docstring of pystac.extensions.label.LabelOverview.counts:1: WARNING: py:class reference target not found: LabelCounts
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/label.py:docstring of pystac.extensions.label.LabelOverview.create:8: WARNING: py:class reference target not found: LabelCounts
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/label.py:docstring of pystac.extensions.label.SummariesLabelExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/pointcloud.py:docstring of pystac.extensions.pointcloud.PointcloudExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.pointcloud.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/pointcloud.py:docstring of pystac.extensions.pointcloud.PointcloudExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.pointcloud.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/pointcloud.py:docstring of pystac.extensions.pointcloud.SummariesPointcloudExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/pointcloud.py:docstring of pystac.extensions.pointcloud.SummariesPointcloudExtension.count:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/pointcloud.py:docstring of pystac.extensions.pointcloud.SummariesPointcloudExtension.density:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/projection.py:docstring of pystac.extensions.projection.ProjectionExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.projection.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/projection.py:docstring of pystac.extensions.projection.ProjectionExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.projection.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/projection.py:docstring of pystac.extensions.projection.SummariesProjectionExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/raster.py:docstring of pystac.extensions.raster.RasterExtension:1: WARNING: py:class reference target not found: pystac.extension.item_assets.AssetDefinition
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/raster.py:docstring of pystac.extensions.raster.RasterExtension:8: WARNING: py:class reference target not found: ItemRasterExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/raster.py:docstring of pystac.extensions.raster.RasterExtension.apply:4: WARNING: py:class reference target not found: pystac.RasterBand
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/raster.py:docstring of pystac.extensions.raster.RasterExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.raster.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/raster.py:docstring of pystac.extensions.raster.RasterExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.raster.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/raster.py:docstring of pystac.extensions.raster.SummariesRasterExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/raster.py:docstring of pystac.extensions.raster.SummariesRasterExtension.bands:1: WARNING: py:class reference target not found: pystac.Band
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.AssetSarExtension:1: WARNING: py:class reference target not found: SARExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.AssetSarExtension:5: WARNING: py:meth reference target not found: SARExtension.ext
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.ItemSarExtension:1: WARNING: py:class reference target not found: SARExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.ItemSarExtension:5: WARNING: py:meth reference target not found: SARExtension.ext
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SarExtension:7: WARNING: py:class reference target not found: SARExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SarExtension:7: WARNING: py:meth reference target not found: SARExtension.ext
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SarExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.sar.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SarExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.sar.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SarExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SarExtensionHooks.migrate:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SummariesSarExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SummariesSarExtension.center_frequency:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SummariesSarExtension.looks_azimuth:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SummariesSarExtension.looks_equivalent_number:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SummariesSarExtension.looks_range:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SummariesSarExtension.pixel_spacing_azimuth:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SummariesSarExtension.pixel_spacing_range:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SummariesSarExtension.resolution_azimuth:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sar.py:docstring of pystac.extensions.sar.SummariesSarExtension.resolution_range:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sat.py:docstring of pystac.extensions.sat.SatExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.sat.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sat.py:docstring of pystac.extensions.sat.SatExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.sat.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sat.py:docstring of pystac.extensions.sat.SummariesSatExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sat.py:docstring of pystac.extensions.sat.SummariesSatExtension.absolute_orbit:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sat.py:docstring of pystac.extensions.sat.SummariesSatExtension.anx_datetime:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/sat.py:docstring of pystac.extensions.sat.SummariesSatExtension.relative_orbit:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/scientific.py:docstring of pystac.extensions.scientific.ScientificExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.scientific.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/scientific.py:docstring of pystac.extensions.scientific.ScientificExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.scientific.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/scientific.py:docstring of pystac.extensions.scientific.SummariesScientificExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/storage.py:docstring of pystac.extensions.storage.StorageExtension.apply:1: WARNING: py:class reference target not found: CloudProvider
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/storage.py:docstring of pystac.extensions.storage.StorageExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.storage.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/storage.py:docstring of pystac.extensions.storage.StorageExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.storage.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/storage.py:docstring of pystac.extensions.storage.SummariesStorageExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/table.py:docstring of pystac.extensions.table.TableExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.table.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/table.py:docstring of pystac.extensions.table.TableExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.table.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/timestamps.py:docstring of pystac.extensions.timestamps.SummariesTimestampsExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/timestamps.py:docstring of pystac.extensions.timestamps.SummariesTimestampsExtension.expires:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/timestamps.py:docstring of pystac.extensions.timestamps.SummariesTimestampsExtension.published:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/timestamps.py:docstring of pystac.extensions.timestamps.SummariesTimestampsExtension.unpublished:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/timestamps.py:docstring of pystac.extensions.timestamps.TimestampsExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.timestamps.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/timestamps.py:docstring of pystac.extensions.timestamps.TimestampsExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.timestamps.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.BaseVersionExtension.deprecated:11: WARNING: py:class reference target not found: pystac.DeprecatedWarning
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.BaseVersionExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.version.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.BaseVersionExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.version.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.VersionExtension.apply:1: WARNING: py:class reference target not found: pystac.extensions.version.U
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.VersionExtension.apply:1: WARNING: py:class reference target not found: pystac.extensions.version.U
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.VersionExtension.apply:1: WARNING: py:class reference target not found: pystac.extensions.version.U
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.VersionExtension.apply:1: WARNING: py:class reference target not found: in the version
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.VersionExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.version.U
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.VersionExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.version.U
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.VersionExtension.latest:1: WARNING: py:class reference target not found: pystac.extensions.version.U
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.VersionExtension.predecessor:1: WARNING: py:class reference target not found: pystac.extensions.version.U
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.VersionExtension.successor:1: WARNING: py:class reference target not found: pystac.extensions.version.U
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/version.py:docstring of pystac.extensions.version.ignore_deprecated:1: WARNING: py:class reference target not found: pystac.DeprecatedWarning
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/view.py:docstring of pystac.extensions.view.SummariesViewExtension:1: WARNING: py:class reference target not found: SummariesExtension
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/view.py:docstring of pystac.extensions.view.SummariesViewExtension.azimuth:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/view.py:docstring of pystac.extensions.view.SummariesViewExtension.incidence_angle:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/view.py:docstring of pystac.extensions.view.SummariesViewExtension.off_nadir:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/view.py:docstring of pystac.extensions.view.SummariesViewExtension.sun_azimuth:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/view.py:docstring of pystac.extensions.view.SummariesViewExtension.sun_elevation:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/view.py:docstring of pystac.extensions.view.ViewExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.view.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/view.py:docstring of pystac.extensions.view.ViewExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.view.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/xarray_assets.py:docstring of pystac.extensions.xarray_assets.XarrayAssetsExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.xarray_assets.T
/Users/gadomski/Code/stac-utils/pystac/pystac/extensions/xarray_assets.py:docstring of pystac.extensions.xarray_assets.XarrayAssetsExtension.ext:1: WARNING: py:class reference target not found: pystac.extensions.xarray_assets.T
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item.datetime:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item.ext:1: WARNING: py:class reference target not found: ItemExt
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item.from_dict:1: WARNING: py:class reference target not found: pystac.item.T
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item.get_datetime:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item.matches_object_type:1: WARNING: py:class reference target not found: STACObject
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item.set_datetime:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item_collection.py:docstring of pystac.item_collection.ItemCollection:9: WARNING: py:attr reference target not found: ItemCollection.extra_fields
/Users/gadomski/Code/stac-utils/pystac/pystac/item_collection.py:docstring of pystac.item_collection.ItemCollection:9: WARNING: py:meth reference target not found: ItemCollection.from_dict
/Users/gadomski/Code/stac-utils/pystac/pystac/item_collection.py:docstring of pystac.item_collection.ItemCollection:9: WARNING: py:meth reference target not found: ItemCollection.from_file
/Users/gadomski/Code/stac-utils/pystac/pystac/item_collection.py:docstring of pystac.item_collection.ItemCollection:9: WARNING: py:meth reference target not found: ItemCollection.save_object
/Users/gadomski/Code/stac-utils/pystac/pystac/item_collection.py:docstring of pystac.item_collection.ItemCollection:32: WARNING: py:class reference target not found: pytac.Item
/Users/gadomski/Code/stac-utils/pystac/pystac/item_collection.py:docstring of pystac.item_collection.ItemCollection.from_dict:1: WARNING: py:class reference target not found: pystac.item_collection.C
/Users/gadomski/Code/stac-utils/pystac/pystac/item_collection.py:docstring of pystac.item_collection.ItemCollection.from_file:1: WARNING: py:class reference target not found: pystac.item_collection.C
/Users/gadomski/Code/stac-utils/pystac/pystac/layout.py:docstring of pystac.layout.LayoutTemplate.get_template_values:1: WARNING: py:exc reference target not found: pystac.TemplateError
/Users/gadomski/Code/stac-utils/pystac/pystac/layout.py:docstring of pystac.layout.LayoutTemplate.substitute:1: WARNING: py:exc reference target not found: pystac.TemplateError
/Users/gadomski/Code/stac-utils/pystac/pystac/layout.py:docstring of pystac.layout.TemplateError:4: WARNING: py:class reference target not found: pystac.errors.TemplateError
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.canonical:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.child:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.collection:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.derived_from:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.ext:1: WARNING: py:class reference target not found: LinkExt
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.from_dict:1: WARNING: py:class reference target not found: pystac.link.L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.is_hierarchical:3: WARNING: py:const reference target not found: HIERARCHICAL_LINKS
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.item:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/docs/docstring of pystac.link.Link.owner:1: WARNING: py:class reference target not found: pystac.resolved_object_cache.ResolvedObjectCache
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.parent:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.root:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.self_href:1: WARNING: py:class reference target not found: pystac.link.L
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_object.py:docstring of pystac.stac_object.STACObject.from_dict:1: WARNING: py:class reference target not found: S
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_object.py:docstring of pystac.stac_object.STACObject.from_file:1: WARNING: py:class reference target not found: pystac.stac_object.S
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_object.py:docstring of pystac.stac_object.STACObject.get_stac_objects:1: WARNING: py:class reference target not found: STACObjects
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_object.py:docstring of pystac.stac_object.STACObject.remove_hierarchical_links:3: WARNING: py:const reference target not found: pystac.link.HIERARCHICAL_LINKS
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_object.py:docstring of pystac.stac_object.STACObject.save_object:1: WARNING: py:exc reference target not found: raised.
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.Catalog.ext:1: WARNING: py:class reference target not found: CatalogExt
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.from_dict:1: WARNING: py:class reference target not found: pystac.catalog.C
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.from_file:1: WARNING: py:class reference target not found: pystac.catalog.C
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.generate_subcatalogs:1: WARNING: py:class reference target not found: catalog
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.get_all_items:4: WARNING: py:meth reference target not found: pystac.Catalog.get_items(recursive=True)
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.get_child:1: WARNING: py:class reference target not found: Optional Catalog
/Users/gadomski/Code/stac-utils/pystac/pystac/catalog.py:docstring of pystac.catalog.Catalog.get_item:4: WARNING: py:meth reference target not found: next(pystac.Catalog.get_items(id), None)
/Users/gadomski/Code/stac-utils/pystac/pystac/collection.py:docstring of pystac.Collection.ext:1: WARNING: py:class reference target not found: CollectionExt
/Users/gadomski/Code/stac-utils/pystac/pystac/collection.py:docstring of pystac.collection.Collection.from_dict:1: WARNING: py:class reference target not found: pystac.collection.C
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.Summaries.add:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.Summaries.get_range:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.Summaries.ranges:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.Item.datetime:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.Item.ext:1: WARNING: py:class reference target not found: ItemExt
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item.from_dict:1: WARNING: py:class reference target not found: pystac.item.T
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item.get_datetime:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/item.py:docstring of pystac.item.Item.set_datetime:1: WARNING: py:class reference target not found: Datetime
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Asset.delete:1: WARNING: py:func reference target not found: pystac.Item.delete_asset
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.Asset.ext:1: WARNING: py:class reference target not found: AssetExt
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Asset.from_dict:1: WARNING: py:class reference target not found: pystac.asset.A
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.Asset.owner:1: WARNING: py:class reference target not found: pystac.asset.Assets
/Users/gadomski/Code/stac-utils/pystac/pystac/asset.py:docstring of pystac.asset.Asset.set_owner:1: WARNING: py:class reference target not found: pystac.asset.Assets
/Users/gadomski/Code/stac-utils/pystac/pystac/common_metadata.py:docstring of pystac.CommonMetadata.created:7: WARNING: py:attr reference target not found: Asset.href <pystac.Asset.href
/Users/gadomski/Code/stac-utils/pystac/pystac/common_metadata.py:docstring of pystac.CommonMetadata.updated:7: WARNING: py:attr reference target not found: Asset.href <pystac.Asset.href
/Users/gadomski/Code/stac-utils/pystac/pystac/item_collection.py:docstring of pystac.item_collection.ItemCollection:32: WARNING: py:class reference target not found: pytac.Item
/Users/gadomski/Code/stac-utils/pystac/pystac/item_collection.py:docstring of pystac.item_collection.ItemCollection.from_dict:1: WARNING: py:class reference target not found: pystac.item_collection.C
/Users/gadomski/Code/stac-utils/pystac/pystac/item_collection.py:docstring of pystac.item_collection.ItemCollection.from_file:1: WARNING: py:class reference target not found: pystac.item_collection.C
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.canonical:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.child:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.collection:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.derived_from:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.Link.ext:1: WARNING: py:class reference target not found: LinkExt
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.from_dict:1: WARNING: py:class reference target not found: pystac.link.L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.is_hierarchical:3: WARNING: py:const reference target not found: HIERARCHICAL_LINKS
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.item:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/docs/docstring of pystac.Link.owner:1: WARNING: py:class reference target not found: pystac.resolved_object_cache.ResolvedObjectCache
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.parent:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.root:1: WARNING: py:class reference target not found: L
/Users/gadomski/Code/stac-utils/pystac/pystac/link.py:docstring of pystac.link.Link.self_href:1: WARNING: py:class reference target not found: pystac.link.L
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_io.py:docstring of pystac.stac_io.StacIO.read_stac_object:1: WARNING: py:class reference target not found: HREF
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_io.py:docstring of pystac.stac_io.StacIO.stac_object_from_dict:1: WARNING: py:class reference target not found: HREF
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/__init__.py:docstring of pystac.serialization.identify.identify_stac_object:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/__init__.py:docstring of pystac.serialization.identify.identify_stac_object:1: WARNING: py:class reference target not found: STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/__init__.py:docstring of pystac.serialization.migrate.migrate_to_latest:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/__init__.py:docstring of pystac.serialization.migrate.migrate_to_latest:4: WARNING: py:func reference target not found: pystac.serialization.identify.identify_stac_object
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange.contains:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange.is_earlier_than:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange.is_later_than:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange.latest_valid_version:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange.max_version:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange.min_version:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange.set_max:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange.set_min:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.STACVersionRange.set_to_single:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.identify_stac_object:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/identify.py:docstring of pystac.serialization.identify.identify_stac_object:1: WARNING: py:class reference target not found: STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/migrate.py:docstring of pystac.serialization.migrate.migrate_to_latest:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACJSONDescription
/Users/gadomski/Code/stac-utils/pystac/pystac/serialization/migrate.py:docstring of pystac.serialization.migrate.migrate_to_latest:4: WARNING: py:func reference target not found: pystac.serialization.identify.identify_stac_object
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_io.py:docstring of pystac.stac_io.DefaultStacIO.write_text:1: WARNING: py:meth reference target not found: DefaultStacIO.write_text_from_href
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_io.py:docstring of pystac.stac_io.StacIO.read_stac_object:1: WARNING: py:class reference target not found: HREF
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_io.py:docstring of pystac.stac_io.StacIO.stac_object_from_dict:1: WARNING: py:class reference target not found: HREF
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_object.py:docstring of pystac.stac_object.STACObject.from_dict:1: WARNING: py:class reference target not found: S
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_object.py:docstring of pystac.stac_object.STACObject.from_file:1: WARNING: py:class reference target not found: pystac.stac_object.S
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_object.py:docstring of pystac.stac_object.STACObject.get_stac_objects:1: WARNING: py:class reference target not found: STACObjects
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_object.py:docstring of pystac.stac_object.STACObject.remove_hierarchical_links:3: WARNING: py:const reference target not found: pystac.link.HIERARCHICAL_LINKS
/Users/gadomski/Code/stac-utils/pystac/pystac/stac_object.py:docstring of pystac.stac_object.STACObject.save_object:1: WARNING: py:exc reference target not found: raised.
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.RangeSummary:1: WARNING: py:class reference target not found: pystac.summaries.T
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.RangeSummary:1: WARNING: py:class reference target not found: pystac.summaries.T
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.RangeSummary.from_dict:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.RangeSummary.from_dict:1: WARNING: py:class reference target not found: pystac.summaries.T
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.RangeSummary.maximum:1: WARNING: py:class reference target not found: pystac.summaries.T
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.RangeSummary.minimum:1: WARNING: py:class reference target not found: pystac.summaries.T
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.RangeSummary.update_with_value:1: WARNING: py:class reference target not found: pystac.summaries.T
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.Summaries.add:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.Summaries.get_range:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.Summaries.ranges:1: WARNING: py:class reference target not found: pystac.summaries.RangeSummary
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.Summarizer:1: WARNING: py:class reference target not found: pystac.summaries.SummaryStrategy
/Users/gadomski/Code/stac-utils/pystac/pystac/summaries.py:docstring of pystac.summaries.Summarizer.summaryfields:1: WARNING: py:class reference target not found: pystac.summaries.SummaryStrategy
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.get_opt:1: WARNING: py:class reference target not found: pystac.utils.T
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.get_opt:1: WARNING: py:class reference target not found: pystac.utils.T
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.get_opt:1: WARNING: py:class reference target not found: T
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.get_required:1: WARNING: py:class reference target not found: pystac.utils.T
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.get_required:1: WARNING: py:class reference target not found: pystac.utils.T
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.get_required:1: WARNING: py:class reference target not found: T
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.get_required:1: WARNING: py:class reference target not found: T
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.join_path_or_url:9: WARNING: py:func reference target not found: posixpath.join
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.map_opt:1: WARNING: py:class reference target not found: pystac.utils.T
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.map_opt:1: WARNING: py:class reference target not found: pystac.utils.U
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.map_opt:1: WARNING: py:class reference target not found: pystac.utils.T
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.map_opt:1: WARNING: py:class reference target not found: pystac.utils.U
/Users/gadomski/Code/stac-utils/pystac/pystac/utils.py:docstring of pystac.utils.map_opt:1: WARNING: py:class reference target not found: T
/Users/gadomski/Code/stac-utils/pystac/pystac/validation/schema_uri_map.py:docstring of pystac.validation.schema_uri_map.OldExtensionSchemaUriMap.get_base_uris:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/validation/schema_uri_map.py:docstring of pystac.validation.schema_uri_map.OldExtensionSchemaUriMap.get_extension_schema_uri:1: WARNING: py:class reference target not found: pystac.serialization.identify.STACVersionID
/Users/gadomski/Code/stac-utils/pystac/pystac/validation/stac_validator.py:docstring of pystac.validation.stac_validator.JsonSchemaSTACValidator:3: WARNING: py:class reference target not found: pystac.validation.SchemaUriMap
/Users/gadomski/Code/stac-utils/pystac/pystac/validation/stac_validator.py:docstring of pystac.validation.stac_validator.JsonSchemaSTACValidator.validate_core:1: WARNING: py:exc reference target not found: STACValidationError if stac_dict is not valid. The exception is raised from
/Users/gadomski/Code/stac-utils/pystac/pystac/validation/stac_validator.py:docstring of pystac.validation.stac_validator.JsonSchemaSTACValidator.validate_extension:1: WARNING: py:exc reference target not found: STACValidationError if stac_dict is not valid. The exception is raised from
/Users/gadomski/Code/stac-utils/pystac/pystac/validation/stac_validator.py:docstring of pystac.validation.stac_validator.STACValidator:1: WARNING: py:func reference target not found: pystac.validation.set_validator
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:212: WARNING: py:func reference target not found: Catalog.catalog_type
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:287: WARNING: py:class reference target not found: pystac.DefaultStacIO
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:402: WARNING: py:class reference target not found: pystac.validation.STACValidationError
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:415: WARNING: py:meth reference target not found: pystac.validation.validate_dict
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:427: WARNING: py:meth reference target not found: pystac.validation.validate_all
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:442: WARNING: py:class reference target not found: pystac.validation.JsonSchemaSTACValidator
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:442: WARNING: py:class reference target not found: pystac.validation.STACValidator
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:442: WARNING: py:meth reference target not found: pystac.validation.set_validator
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:447: WARNING: py:class reference target not found: pystac.validation.JsonSchemaSTACValidator
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:447: WARNING: py:class reference target not found: pystac.validation.SchemaUriMap
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:447: WARNING: py:class reference target not found: pystac.validation.SchemaUriMap
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:447: WARNING: py:class reference target not found: pystac.validation.JsonSchemaSTACValidator
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:447: WARNING: py:meth reference target not found: pystac.validation.set_validator
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:502: WARNING: py:meth reference target not found: pystac.Item.ext.has
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:554: WARNING: py:meth reference target not found: pystac.Item.ext.add
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:554: WARNING: py:meth reference target not found: pystac.Item.ext.add
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:683: WARNING: py:class reference target not found: pystac.LabelItem
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:729: WARNING: py:class reference target not found: pystac.LabelItem
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:729: WARNING: py:attr reference target not found: pystac.LabelItem.source
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:729: WARNING: py:class reference target not found: pystac.LabelItem
/Users/gadomski/Code/stac-utils/pystac/docs/concepts.rst:777: WARNING: py:class reference target not found: pystac.resolved_object_cache.ResolvedObjectCache
generating indices... genindex py-modindex done
copying linked files... [100%] example-catalog/landsat-8-l1/collection.json                                                                                                                                                                                                                                         
copying notebooks ... [100%] tutorials/pystac-spacenet-tutorial.ipynb                                                                                                                                                                                                                                               
highlighting module code... [100%] pystac.version                                                                                                                                                                                                                                                                   
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build finished with problems, 311 warnings.
make: *** [html] Error 1