Skip to content

Commit 90f45c2

Browse files
authored
Get rid of inheritance, add autosummary in some places (#1137)
1 parent 18c9335 commit 90f45c2

29 files changed

+64
-29
lines changed

docs/api/extensions.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,28 @@ pystac.extensions
77
:glob:
88

99
extensions/*
10+
11+
12+
.. currentmodule:: pystac.extensions
13+
14+
.. autosummary::
15+
16+
datacube.DatacubeExtension
17+
classification.ClassificationExtension
18+
eo.EOExtension
19+
file.FileExtension
20+
grid.GridExtension
21+
item_assets.ItemAssetsExtension
22+
label.LabelExtension
23+
mgrs.MgrsExtension
24+
pointcloud.PointcloudExtension
25+
projection.ProjectionExtension
26+
raster.RasterExtension
27+
sar.SarExtension
28+
sat.SatExtension
29+
scientific.ScientificExtension
30+
storage.StorageExtension
31+
table.TableExtension
32+
timestamps.TimestampsExtension
33+
version.VersionExtension
34+
view.ViewExtension

docs/api/extensions/base.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ pytac.extensions.base
44
.. automodule:: pystac.extensions.base
55
:members:
66
:undoc-members:
7-
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytac.extensions.classification
2+
===============================
3+
4+
.. automodule:: pystac.extensions.classification
5+
:members:
6+
:undoc-members:

docs/api/extensions/datacube.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ pystac.extensions.datacube
44
.. automodule:: pystac.extensions.datacube
55
:members:
66
:undoc-members:
7-
:show-inheritance:
7+
8+
.. autoautosummary::
9+
:methods:

docs/api/extensions/eo.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ pystac.extensions.eo
44
.. automodule:: pystac.extensions.eo
55
:members:
66
:undoc-members:
7-
:show-inheritance:

docs/api/extensions/file.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ pystac.extensions.file
44
.. automodule:: pystac.extensions.file
55
:members:
66
:undoc-members:
7-
:show-inheritance:

docs/api/extensions/grid.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytac.extensions.grid
2+
=====================
3+
4+
.. automodule:: pystac.extensions.grid
5+
:members:
6+
:undoc-members:

docs/api/extensions/hooks.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ pystac.extensions.hooks
44
.. automodule:: pystac.extensions.hooks
55
:members:
66
:undoc-members:
7-
:show-inheritance:

docs/api/extensions/item_assets.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ pystac.extensions.item\_assets
44
.. automodule:: pystac.extensions.item_assets
55
:members:
66
:undoc-members:
7-
:show-inheritance:

docs/api/extensions/label.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ pystac.extensions.label
44
.. automodule:: pystac.extensions.label
55
:members:
66
:undoc-members:
7-
:show-inheritance:

0 commit comments

Comments
 (0)