Skip to content

Commit d26894b

Browse files
Move Zarr up in io.rst (#6289)
* 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>
1 parent 33fbb64 commit d26894b

File tree

4 files changed

+434
-434
lines changed

4 files changed

+434
-434
lines changed

doc/contributing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,13 @@ Some other important things to know about the docs:
274274
.. ipython:: python
275275
276276
x = 2
277-
x ** 3
277+
x**3
278278
279279
will be rendered as::
280280

281281
In [1]: x = 2
282282

283-
In [2]: x ** 3
283+
In [2]: x**3
284284
Out[2]: 8
285285

286286
Almost all code examples in the docs are run (and the output saved) during the

0 commit comments

Comments
 (0)