Skip to content

Commit 7d65c16

Browse files
authored
Fix docs (#10591)
Jupytext docs were re-organized mwouts/jupytext@d528572
1 parent 3f6aec3 commit 7d65c16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user/guides/jupyter.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ are by far the most widely used for historical reasons.
376376

377377
However, to compensate some of the disadvantages of the ``.ipynb`` format
378378
(like cumbersome integration with version control systems),
379-
`jupytext`_ offers :doc:`other formats <jupytext:formats>`
379+
`jupytext`_ offers :doc:`other formats <jupytext:formats-markdown>`
380380
based on plain text rather than JSON.
381381

382382
As a result, there are three modes of operation:
@@ -396,7 +396,7 @@ As a result, there are three modes of operation:
396396
to improve the review process.
397397
- Use a different collaboration workflow that doesn't involve notebooks.
398398

399-
- Replace ``.ipynb`` notebooks with :doc:`a text-based format <jupytext:formats>`.
399+
- Replace ``.ipynb`` notebooks with :doc:`a text-based format <jupytext:formats-markdown>`.
400400
These formats behave better under version control
401401
and they can also be edited with normal text editors
402402
that do not support cell-based JSON notebooks.
@@ -411,7 +411,7 @@ As a result, there are three modes of operation:
411411
These approaches are not mutually exclusive,
412412
nor you have to use a single format for all your notebooks.
413413
For the examples in this document, we have used the :doc:`MyST Markdown
414-
format <jupytext:formats>`.
414+
format <jupytext:formats-markdown>`.
415415

416416
If you are using alternative formats for Jupyter notebooks,
417417
you can include them in your Sphinx documentation

0 commit comments

Comments
 (0)