Skip to content

Commit

Permalink
docs: small links updates (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Oct 25, 2024
2 parents 96dc2ec + 09a6c60 commit a172ede
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ geetools

setup/index
usage/index
autoapi/index
Reference <autoapi/geetools/index>
Changelogs <https://github.com/gee-community/geetools/releases>
earth-engine API <https://developers.google.com/earth-engine/apidocs>

Expand Down
4 changes: 2 additions & 2 deletions docs/usage/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Usage
=====
Guides
======

Overview
--------
Expand Down
5 changes: 4 additions & 1 deletion geetools/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a172ede

Please sign in to comment.