From 7f1e8bb7b46b586d07103c87c29cda4261f8d65f Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Sat, 17 Feb 2024 12:43:29 +0100 Subject: [PATCH] Linting --- doc/source/quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/quick_start.md b/doc/source/quick_start.md index ff4257f5..f7e67751 100644 --- a/doc/source/quick_start.md +++ b/doc/source/quick_start.md @@ -30,7 +30,7 @@ xDEM revolves around the {class}`~xdem.DEM` class (a subclass of {class}`~geouti which most methods can be called and the {class}`~xdem.coreg.Coreg` classes to build modular coregistration pipelines. Below, in a few lines, we load two DEMs and a vector of glacier outlines, crop them to a common extent, -align the DEMs using coregistration, estimate the elevation change, estimate elevation change error using stable +align the DEMs using coregistration, estimate the elevation change, estimate elevation change error using stable terrain, and finally plot and save the result! ```{code-cell} ipython3