Skip to content

Commit

Permalink
add myst parser to use mermaid lexer with sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Jun 12, 2024
1 parent bbe08f9 commit 7d74f63
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 98 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ bibtex_bibfiles:
# Advanced configuration
sphinx:
extra_extensions:
# required for mermaid
- myst-parser
# 404 not found page
- notfound.extension
# maintain old paths and redirect them (so google results dont go to 404)
Expand Down
6 changes: 3 additions & 3 deletions advanced/backends/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ Follow the tutorials on creating a new backend for binary files.
### Links to internal backends

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

### Links to external backends (not comprehensive)

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

0 comments on commit 7d74f63

Please sign in to comment.