diff --git a/docs/index.rst b/docs/index.rst index a5eb83d7..f04a0ef0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ geetools setup/index usage/index - autoapi/index + Reference Changelogs earth-engine API diff --git a/docs/usage/index.rst b/docs/usage/index.rst index 2a9df85d..091a5a16 100644 --- a/docs/usage/index.rst +++ b/docs/usage/index.rst @@ -1,5 +1,5 @@ -Usage -===== +Guides +====== Overview -------- diff --git a/geetools/__init__.py b/geetools/__init__.py index fb236922..97d55c1e 100644 --- a/geetools/__init__.py +++ b/geetools/__init__.py @@ -1,4 +1,7 @@ -"""A package to use with Google Earth Engine Python API.""" +"""A toolbox to use with Google Earth Engine Python API. + +The ``geetools`` package extends the Google Earth Engine Python API with pre-processing and processing tools for the most used satellite platforms by adding utility methods for different Earth Engine Objects that are friendly with the Python method chaining using the geetools namespace. +""" import ee # import the accessor namespace