Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
156 stars 42 forks source link

remove `flat_graph` usage from docs #428

Closed soxofaan closed 1 year ago

soxofaan commented 1 year ago

flat_graph() is not recommended for general usage, but docs still mention it: should be replaced with to_json or print_json

related to #324