Skip to content

Commit

Permalink
add colormap in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanchengyan committed Jan 27, 2024
1 parent 935f25f commit b86b31c
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 38 deletions.
71 changes: 34 additions & 37 deletions .cspell/custom-dictionary-workspace.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,48 @@
# Custom Dictionary Words
faninsar

# geo Words
# insar Words
# programming Words
arange
astype
cellsize
cmap
cmaps
dtype
dtypes
faninsar
geoinfo
geoinformation
geopandas
Geospatial
InSAR
interferogram
interferograms
SBAS
NSBAS
SBASInvert
InSAR

# geo Words
Geospatial
reproject

# programming Words
isce
latlon
LiCSAR
LiCSBAS
isce
geopandas
torchgeo
rasterio
dtype
dtypes
astype
ncols
ndarray
ndim
NODATA_value
nrows
NSBAS
pyproj
xarray
arange
xoff
yoff
latlon
geoinfo
geoinformation
Pythonic
QGIS
tqdm
ndim
rasterio
reproject
rtree
SBAS
SBASInvert
splitx
splity
cmap
ncols
nrows
xllcorner
yllcorner
torchgeo
tqdm
xarray
xllcenter
xllcorner
xoff
yllcenter
cellsize
NODATA_value
cmaps

yllcorner
yoff
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx.ext.todo",
"myst_nb",
]
source_suffix = {
".rst": "restructuredtext",
Expand Down
Loading

0 comments on commit b86b31c

Please sign in to comment.