We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b47042 commit b01fd9fCopy full SHA for b01fd9f
doc/index.rst
@@ -9,9 +9,27 @@ Welcome to cf_xarray's documentation!
9
``cf_xarray`` is a lightweight accessor that allows you to interpret CF attributes present
10
on xarray objects.
11
12
+
13
+Installing
14
+----------
15
16
+``cf_xarray`` can be installed using ``pip``
17
18
+ >>> pip install cf_xarray
19
20
21
+or using ``conda``
22
23
+ >>> conda install -c conda-forge cf_xarray
24
25
26
+Table of contents
27
+-----------------
28
29
.. toctree::
30
:maxdepth: 2
31
32
+ installing
33
examples/index
34
whats-new
35
roadmap
0 commit comments