File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ properties listed below. Proper use of this accessor should be like:
1717.. code-block :: python
1818
1919 >> > import xarray as xr # first import xarray
20- >> > import xsimlab # import xsimlab (the simlab xarray accessor is registered)
20+ >> > import xsimlab # import xsimlab (the 'xsimlab' accessor is registered)
2121 >> > ds = xr.Dataset()
2222 >> > ds.xsimlab.< meth_or_prop> # access to the methods and properties listed below
2323
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Every significative code contribution should be listed in the
148148Contributing to documentation
149149-----------------------------
150150
151- xarray uses Sphinx _ for documentation, hosted on http://readthedocs.org .
151+ xarray-simlab uses Sphinx _ for documentation, hosted on http://readthedocs.org .
152152Documentation is maintained in the RestructuredText markup language (``.rst ``
153153files) in ``xarray-simlab/doc ``.
154154
You can’t perform that action at this time.
0 commit comments