-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Product not dataset type smh * Add lineage tree to model docs. * Cleanup masking module autodoc. * Documenting the index API a bit better, fixing various autodoc/autosummary issues. * Fix various Sphinx errors. * more fixes and tweaks * Update whats_new.rst * Sphinx gets me every time. * Found some more old stuff to update. * Spelling. * Rename metadtaType.rst to metadata-type.rst for consistency. * Update docs/installation/extending-odc.rst Co-authored-by: Ariana-B <[email protected]> * Update docs/installation/extending-odc.rst Co-authored-by: Ariana-B <[email protected]> --------- Co-authored-by: Ariana-B <[email protected]>
- Loading branch information
1 parent
63b65ff
commit 76b7999
Showing
16 changed files
with
115 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,3 @@ About | |
glossary | ||
license | ||
release_process | ||
MIGRATION-1.8-to-1.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,4 @@ | |
ODC License | ||
*********** | ||
|
||
.. literalinclude:: | ||
|
||
../../LICENSE | ||
.. literalinclude:: ../../LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
=========== | ||
LineageTree | ||
=========== | ||
|
||
The ``LineageTree`` class is used by the Lineage API for describing lineage trees of datasets. | ||
|
||
..note: | ||
Only the ``postgis`` index driver supports the Lineage API. | ||
|
||
|
||
.. currentmodule:: datacube.model | ||
|
||
.. autoclass:: LineageDirection | ||
:members: | ||
|
||
.. autoclass:: LineageTree | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
============= | ||
Metadata Type | ||
============= | ||
|
||
|
||
.. currentmodule:: datacube.model | ||
|
||
.. autoclass:: MetadataType | ||
:members: |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
============ | ||
Dataset Type | ||
============ | ||
======= | ||
Product | ||
======= | ||
|
||
.. currentmodule:: datacube | ||
|
||
.. autoclass:: datacube.model.Product | ||
.. currentmodule:: datacube.model | ||
|
||
.. autoclass:: Product | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
========= | ||
Index API | ||
========= | ||
|
||
ODC index drivers implement the interfaces defined in: | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:recursive: | ||
|
||
datacube.index.abstract |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.