Skip to content

Commit b03655a

Browse files
authored
docs: execute the documentation
1 parent 2762143 commit b03655a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

geetools/ee_feature_collection.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,9 +778,12 @@ def areaSort(self, ascending: bool = True) -> ee.FeatureCollection:
778778
The sorted collection.
779779
780780
Examples:
781-
.. code-block:: python
781+
.. jupyter-execute::
782+
783+
import ee, geetools
784+
from geetools.utils import initialize_documentation
782785
783-
import ee
786+
initialize_documentation()
784787
785788
fc = ee.FeatureCollection("FAO/GAUL/2015/level0").limit(5)
786789
fc = fc.geetools.areaSort()

0 commit comments

Comments
 (0)