Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ build:
- git fetch --unshallow || true
pre_install:
- git update-index --assume-unchanged doc/conf.py ci/requirements/doc.yml
- export NO_COLOR=1
- export TERM=dumb
- export FORCE_COLOR=0

conda:
environment: ci/requirements/doc.yml
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ dependencies:
- sphinx-copybutton
- sphinx-design
- sphinx-inline-tabs
- sphinx>=6,<8
- sphinxcontrib-mermaid
- sphinxcontrib-srclinks
- sphinx-remove-toctrees
- sphinxext-opengraph
- sphinxext-rediraffe
- tree # for zarr docs
- zarr
- pip:
# relative to this file. Needs to be editable to be accepted.
Expand Down
128 changes: 0 additions & 128 deletions doc/user-guide/complex-numbers.rst

This file was deleted.

13 changes: 10 additions & 3 deletions doc/user-guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,23 @@ examples that describe many common tasks that you can accomplish with Xarray.

.. toctree::
:maxdepth: 2
:caption: I/O
:caption: Reading and Writing Files

io
complex-numbers
io-netcdf-hdf
io-zarr
io-other-formats


.. toctree::
:maxdepth: 2
:caption: Visualization
:caption: Plotting

plotting
plotting-lines
plotting-2d
plotting-faceting
plotting-datasets


.. toctree::
Expand Down
Loading
Loading