Skip to content

Commit d2582c2

Browse files
aurghsdcherianmathausekeewisshoyer
authored
WIP: add new backend api documentation (#4810)
* documentation first draft * documentation update * documentation update * update documentation * update backend documentation * incompletre draft: update Backend Documentation * fix * fix syle * Update doc/internals.rst Co-authored-by: Deepak Cherian <[email protected]> * Update doc/internals.rst Co-authored-by: Deepak Cherian <[email protected]> * Update doc/internals.rst Co-authored-by: Deepak Cherian <[email protected]> * Update doc/internals.rst Co-authored-by: Deepak Cherian <[email protected]> * Update doc/internals.rst Co-authored-by: Mathias Hauser <[email protected]> * Update doc/internals.rst Co-authored-by: keewis <[email protected]> * Update doc/internals.rst Co-authored-by: Deepak Cherian <[email protected]> * Update doc/internals.rst Co-authored-by: Deepak Cherian <[email protected]> * Update doc/internals.rst Co-authored-by: Mathias Hauser <[email protected]> * Update doc/internals.rst Co-authored-by: Mathias Hauser <[email protected]> * Update doc/internals.rst Co-authored-by: Mathias Hauser <[email protected]> * Update doc/internals.rst Co-authored-by: Mathias Hauser <[email protected]> * Update doc/internals.rst Co-authored-by: Mathias Hauser <[email protected]> * Update doc/internals.rst Co-authored-by: keewis <[email protected]> * Update doc/internals.rst Co-authored-by: keewis <[email protected]> * Update doc/internals.rst Co-authored-by: Mathias Hauser <[email protected]> * update section lazy laoding * Update doc/internals.rst Co-authored-by: Deepak Cherian <[email protected]> * Update doc/internals.rst Co-authored-by: Deepak Cherian <[email protected]> * Update doc/internals.rst Co-authored-by: keewis <[email protected]> * update internals.rst backend * add lazy loading documentation * update example on indexing type * style * fix * modify backend indexing doc * fix * removed LazilyVectorizedIndexedArray from backend doc * small fix in doc * small fixes in backend doc * removed exmple vectorized indexing * update documentation * update documentation * isort * rename store_spec in filename_or_obj in guess_can_open * small update in backend documentation * small update in backend documentation * Update doc/internals.rst Co-authored-by: Stephan Hoyer <[email protected]> * Update doc/internals.rst Co-authored-by: Stephan Hoyer <[email protected]> * fix backend documentation * replace LazilyOuterIndexedArray with LazilyIndexedArray * Update doc/internals.rst Co-authored-by: Julia Dark <[email protected]> * Update doc/internals.rst Co-authored-by: Julia Dark <[email protected]> * Fix broken doc merge Co-authored-by: Deepak Cherian <[email protected]> Co-authored-by: Mathias Hauser <[email protected]> Co-authored-by: keewis <[email protected]> Co-authored-by: Stephan Hoyer <[email protected]> Co-authored-by: Julia Dark <[email protected]> Co-authored-by: Alessandro Amici <[email protected]>
1 parent 7905c51 commit d2582c2

19 files changed

+560
-56
lines changed

doc/api-hidden.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,3 +811,28 @@
811811
backends.DummyFileManager.acquire
812812
backends.DummyFileManager.acquire_context
813813
backends.DummyFileManager.close
814+
815+
backends.common.BackendArray
816+
backends.common.BackendEntrypoint
817+
backends.common.BackendEntrypoint.guess_can_open
818+
backends.common.BackendEntrypoint.open_dataset
819+
820+
core.indexing.IndexingSupport
821+
core.indexing.explicit_indexing_adapter
822+
core.indexing.BasicIndexer
823+
core.indexing.OuterIndexer
824+
core.indexing.VectorizedIndexer
825+
core.indexing.LazilyIndexedArray
826+
core.indexing.LazilyVectorizedIndexedArray
827+
828+
conventions.decode_cf_variables
829+
830+
coding.variables.UnsignedIntegerCoder
831+
coding.variables.CFMaskCoder
832+
coding.variables.CFScaleOffsetCoder
833+
834+
coding.strings.CharacterArrayCoder
835+
coding.strings.EncodedStringCoder
836+
837+
coding.times.CFTimedeltaCoder
838+
coding.times.CFDatetimeCoder

0 commit comments

Comments
 (0)