Skip to content

Documentation rendering bug - set_options #10832

@ianhi

Description

@ianhi

What is your issue?

The default value for netcdf_order in set options is not being properly rendered by sphinx:

https://docs.xarray.dev/en/stable/generated/xarray.set_options.html
Image

I tried to get this to work by adding a colon and switch to a tuple. but neither, nor their combination fixed this.

Code defined here:

netcdf_engine_order : sequence, default ['netcdf4', 'h5netcdf', 'scipy']
Preference order of backend engines to use when reading or writing
netCDF files with ``open_dataset()`` and ``to_netcdf()`` if ``engine``
is not explicitly specified. May be any permutation or subset of
``['netcdf4', 'h5netcdf', 'scipy']``.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions