Skip to content

Commit b9666c9

Browse files
authored
Merge pull request #110 from sentinel-hub/feat/config-param
Feat/config param
2 parents 4585eac + c1e5f18 commit b9666c9

23 files changed

+972
-1250
lines changed

docs/source/docs.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Modules
1414
config
1515
constants
1616
data_request
17-
download
17+
download.aws_client
18+
download.client
19+
download.request
20+
download.sentinelhub_client
1821
fis
1922
geo_utils
2023
geometry
@@ -23,6 +26,8 @@ Modules
2326
ogc
2427
opensearch
2528
os_utils
29+
sentinelhub_rate_limit
2630
sentinelhub_request
31+
sentinelhub_session
2732
testing_utils
2833
time_utils

docs/source/download.aws_client.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
download.aws_client
2+
===================
3+
4+
.. automodule:: sentinelhub.download.aws_client
5+
:members:
6+
:show-inheritance:

docs/source/download.client.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
download.client
2+
===============
3+
4+
.. automodule:: sentinelhub.download.client
5+
:members:
6+
:show-inheritance:

docs/source/download.request.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
download.request
2+
================
3+
4+
.. automodule:: sentinelhub.download.request
5+
:members:
6+
:show-inheritance:

docs/source/download.rst

-6
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
download.sentinelhub_client
2+
===========================
3+
4+
.. automodule:: sentinelhub.download.sentinelhub_client
5+
:members:
6+
:show-inheritance:
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sentinelhub_rate_limit
2+
======================
3+
4+
.. automodule:: sentinelhub.sentinelhub_rate_limit
5+
:members:
6+
:show-inheritance:

docs/source/sentinelhub_session.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sentinelhub_session
2+
===================
3+
4+
.. automodule:: sentinelhub.sentinelhub_session
5+
:members:
6+
:show-inheritance:

examples/aws_request.ipynb

+38-17
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)