Skip to content

Commit 32eba16

Browse files
authored
Update Python docstrings (#63)
1 parent eba4e53 commit 32eba16

File tree

17 files changed

+117
-28
lines changed

17 files changed

+117
-28
lines changed

python/_obstore

Submodule _obstore updated 112 files

python/docs/api/decoder.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Decoder
2+
3+
::: async_tiff.Decoder
4+
::: async_tiff.DecoderRegistry

python/docs/api/geo.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Geospatial tags
2+
3+
::: async_tiff.GeoKeyDirectory
4+
options:
5+
show_if_no_docstring: true

python/docs/api/ifd.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# IFD
2+
3+
::: async_tiff.ImageFileDirectory
4+
options:
5+
show_if_no_docstring: true

python/docs/api/store/aws.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# AWS S3
22

33
::: async_tiff.store.S3Store
4-
::: async_tiff.store.S3ConfigInput
5-
options:
6-
show_if_no_docstring: true
74
::: async_tiff.store.S3Config
85
options:
96
show_if_no_docstring: true

python/docs/api/store/azure.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
::: async_tiff.store.AzureStore
44
::: async_tiff.store.AzureAccessKey
5-
::: async_tiff.store.AzureConfigInput
6-
options:
7-
show_if_no_docstring: true
85
::: async_tiff.store.AzureConfig
96
options:
107
show_if_no_docstring: true

python/docs/api/store/gcs.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Google Cloud Storage
22

33
::: async_tiff.store.GCSStore
4-
::: async_tiff.store.GCSConfigInput
5-
options:
6-
show_if_no_docstring: true
74
::: async_tiff.store.GCSConfig
85
options:
96
show_if_no_docstring: true

python/docs/api/thread-pool.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Thread Pool
2+
3+
::: async_tiff.ThreadPool

python/docs/api/tiff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# TIFF
2+
3+
::: async_tiff.TIFF
4+
options:
5+
show_if_no_docstring: true

python/docs/api/tile.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Tile
2+
3+
::: async_tiff.Tile
4+
options:
5+
show_if_no_docstring: true

0 commit comments

Comments
 (0)