From 26bbdba6133b31ab36f91185c242a7080139b95f Mon Sep 17 00:00:00 2001 From: Jonathan Guinet Date: Fri, 1 Dec 2023 09:03:22 +0100 Subject: [PATCH] doc: update shpinx --- docs/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index db7fe58..be9b464 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -40,7 +40,7 @@ Quick Start >>> # Create RPC object from downloaded geometry file >>> rpc_geom_file = "left_image.geom" - >>> rpc = GeoModel(rpc_geom_file, "rpc") + >>> rpc = GeoModel(rpc_geom_file, "rpc") # "rpc" is the geomodel type in ("rpc", "grid") with default value "rpc" >>> # Create Localization object from created RPC >>> loc = Localization(rpc)