File tree 2 files changed +2
-2
lines changed
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:
17
17
.. code-block :: python
18
18
19
19
>> > 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)
21
21
>> > ds = xr.Dataset()
22
22
>> > ds.xsimlab.< meth_or_prop> # access to the methods and properties listed below
23
23
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Every significative code contribution should be listed in the
148
148
Contributing to documentation
149
149
-----------------------------
150
150
151
- xarray uses Sphinx _ for documentation, hosted on http://readthedocs.org .
151
+ xarray-simlab uses Sphinx _ for documentation, hosted on http://readthedocs.org .
152
152
Documentation is maintained in the RestructuredText markup language (``.rst ``
153
153
files) in ``xarray-simlab/doc ``.
154
154
You can’t perform that action at this time.
0 commit comments