From 05e8723c7ee7298dc95b5c55c1c2d0cb50d04e02 Mon Sep 17 00:00:00 2001 From: Tom Nicholas Date: Sat, 29 Mar 2025 11:10:47 -0700 Subject: [PATCH] Remove mention of xarray-mongodb The xarray_mongodb project hasn't had a release in over a year, and may not be maintained at all. The link to it was added to our docs in 2020 (https://github.com/pydata/xarray/issues/683), but I don't think it warrants a mention in our docs here anymore. --- doc/user-guide/io.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/user-guide/io.rst b/doc/user-guide/io.rst index 1cee4597836..bd252fd5315 100644 --- a/doc/user-guide/io.rst +++ b/doc/user-guide/io.rst @@ -1451,11 +1451,3 @@ For CSV files, one might also consider `xarray_extras`_. .. _xarray_extras: https://xarray-extras.readthedocs.io/en/latest/api/csv.html .. _IO tools: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html - - -Third party libraries ---------------------- - -More formats are supported by extension libraries: - -- `xarray-mongodb `_: Store xarray objects on MongoDB