Skip to content

Commit

Permalink
Move Zarr up in io.rst (#6289)
Browse files Browse the repository at this point in the history
* Move Zarr up in io.rst

The existing version had it right down the page, below Iris / Pickle /
et al.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
max-sixty and pre-commit-ci[bot] authored Feb 23, 2022
1 parent 33fbb64 commit d26894b
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 434 deletions.
4 changes: 2 additions & 2 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,13 @@ Some other important things to know about the docs:
.. ipython:: python
x = 2
x ** 3
x**3
will be rendered as::

In [1]: x = 2

In [2]: x ** 3
In [2]: x**3
Out[2]: 8

Almost all code examples in the docs are run (and the output saved) during the
Expand Down
Loading

0 comments on commit d26894b

Please sign in to comment.