Skip to content

Commit 60ec62b

Browse files
committed
Add Label, File Info extension docs, remove Single File
1 parent 35d6757 commit 60ec62b

File tree

1 file changed

+41
-30
lines changed

1 file changed

+41
-30
lines changed

docs/api.rst

Lines changed: 41 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -283,20 +283,43 @@ SummariesEOExtension
283283
:undoc-members:
284284
:show-inheritance:
285285

286-
Label Extension
287-
---------------
286+
File Info Extension
287+
-------------------
288288

289-
These classes are representations of the :stac-ext:`Label Extension Spec <label>`.
289+
These classes are representations of the :stac-ext:`File Info Extension Spec <file>`.
290290

291-
LabelItemExt
292-
~~~~~~~~~~~~
291+
ByteOrder
292+
~~~~~~~~~
293293

294-
**TEMPORARILY REMOVED**
294+
.. autoclass:: pystac.extensions.file.ByteOrder
295+
:members:
296+
:show-inheritance:
297+
:undoc-members:
295298

296-
.. .. autoclass:: pystac.extensions.label.LabelItemExt
297-
.. :members:
298-
.. :undoc-members:
299-
.. :show-inheritance:
299+
MappingObject
300+
~~~~~~~~~~~~~
301+
302+
.. autoclass:: pystac.extensions.file.MappingObject
303+
:members:
304+
305+
FileExtension
306+
~~~~~~~~~~~~~
307+
308+
.. autoclass:: pystac.extensions.file.FileExtension
309+
:members:
310+
:show-inheritance:
311+
:undoc-members:
312+
313+
.. autoclass:: pystac.extensions.file.AssetFileExtension
314+
:members:
315+
:show-inheritance:
316+
:undoc-members:
317+
318+
319+
Label Extension
320+
---------------
321+
322+
These classes are representations of the :stac-ext:`Label Extension Spec <label>`.
300323

301324
LabelRelType
302325
~~~~~~~~~~~~
@@ -340,6 +363,14 @@ LabelStatistics
340363
:members:
341364
:undoc-members:
342365

366+
LabelExtension
367+
~~~~~~~~~~~~~~
368+
369+
.. autoclass:: pystac.extensions.label.LabelExtension
370+
:members:
371+
:undoc-members:
372+
:show-inheritance:
373+
343374
Pointcloud Extension
344375
--------------------
345376

@@ -461,26 +492,6 @@ SatItemExt
461492
.. :undoc-members:
462493
.. :show-inheritance:
463494
464-
Single File STAC Extension
465-
--------------------------
466-
467-
These classes are representations of the :stac-ext:`Single File STAC Extension
468-
<single-file-stac>`.
469-
470-
**TEMPORARILY REMOVED**
471-
472-
.. .. automodule:: pystac.extensions.single_file_stac
473-
.. :members: create_single_file_stac
474-
475-
SingleFileSTACCatalogExt
476-
~~~~~~~~~~~~~~~~~~~~~~~~
477-
478-
**TEMPORARILY REMOVED**
479-
480-
.. .. autoclass:: pystac.extensions.single_file_stac.SingleFileSTACCatalogExt
481-
.. :members:
482-
.. :undoc-members:
483-
484495
Version Extension
485496
-----------------
486497

0 commit comments

Comments
 (0)