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 ec42688 commit d03b261Copy full SHA for d03b261
src/jupytext/cli.py
@@ -119,8 +119,6 @@ def parse_jupytext_args(args=None):
119
"The main formats (MyST Markdown, Markdown, percent, light) preserve "
120
"notebooks and text documents in a roundtrip. Use the "
121
"--test and and --test-strict commands to test the roundtrip on your files. "
122
- "Read more about the available formats at "
123
- "https://jupytext.readthedocs.io/en/latest/formats.html. "
124
"NB: in addition to the extensions listed above, you can also use these: '{}'".format(
125
"', '".join(
126
sorted(
0 commit comments