Skip to content

Commit 7d74f63

Browse files
committed
add myst parser to use mermaid lexer with sphinx
1 parent bbe08f9 commit 7d74f63

File tree

5 files changed

+147
-98
lines changed

5 files changed

+147
-98
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ bibtex_bibfiles:
6363
# Advanced configuration
6464
sphinx:
6565
extra_extensions:
66+
# required for mermaid
67+
- myst-parser
6668
# 404 not found page
6769
- notfound.extension
6870
# maintain old paths and redirect them (so google results dont go to 404)

advanced/backends/backends.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ Follow the tutorials on creating a new backend for binary files.
9393
### Links to internal backends
9494

9595
- [netcdf4](https://pypi.org/project/netCDF4/) - netCDF4
96-
- [scipy]() - netCDF3
96+
- [scipy]https://scipy.org/) - netCDF3
9797
- [zarr](https://pypi.org/project/zarr/) - Zarr
98-
- [pydap](https://www.pydap.org/) - Data Access Protocol (DAP/DODS/OPeNDAP)
98+
- [pydap](https://pydap.github.io/pydap/) - Data Access Protocol (DAP/DODS/OPeNDAP)
9999

100100
### Links to external backends (not comprehensive)
101101

102102
- [cfgrib](https://github.com/ecmwf/cfgrib) - GRIB
103103
- [tiledb](https://github.com/TileDB-Inc/TileDB-CF-Py) - TileDB
104104
- [rioxarray](https://corteva.github.io/rioxarray/stable/) - GeoTIFF, JPEG-2000, ESRI-hdr, etc (via GDAL)
105105
- [xarray-sentinel](https://github.com/bopen/xarray-sentinel) - Sentinel-1 SAFE
106-
- ...
106+
- ...

0 commit comments

Comments
 (0)