Skip to content

Commit

Permalink
Add a mention of the Quarto format in the README and doc/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 8, 2021
1 parent 259ec60 commit 2341156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Have you always wished Jupyter notebooks were plain text documents? Wished you could edit them in your favorite IDE? And get clear and meaningful diffs when doing version control? Then... Jupytext may well be the tool you're looking for!

Jupytext is a plugin for Jupyter that can save Jupyter notebooks as either
- Markdown files (or [MyST Markdown](docs/formats.md#myst-markdown) files, or [R Markdown](docs/formats.md#r-markdown) documents)
- Markdown files (or [MyST Markdown](docs/formats.md#myst-markdown) files, or [R Markdown](docs/formats.md#r-markdown) or [Quarto](docs/formats.md#quarto) text notebooks)
- Scripts in [many languages](docs/languages.md).

## Use cases
Expand Down Expand Up @@ -111,7 +111,7 @@ Jupytext implements many text [formats](docs/formats.md) for Jupyter Notebooks.
If your notebook contains more text than code, if you are writing a documentation or a book, you probably want to save your notebook as a Markdown document
- Use the [Jupytext Markdown format](docs/formats.md#jupytext-markdown) if you wish to render your notebook as a `.md` file (without its outputs) on GitHub
- Use the [MyST Markdown format](docs/formats.md#myst-markdown), a markdown flavor that “implements the best parts of reStructuredText”, if you wish to render your notebooks using Sphinx or [Jupyter Book](https://jupyterbook.org).
- Use the [R Markdown format](docs/formats.md#r-markdown) if you want to open your Jupyter Notebooks in RStudio.
- Use the [R Markdown format](docs/formats.md#r-markdown) or the [Quarto format](docs/formats.md#quarto) if you want to open your Jupyter Notebooks in RStudio.

## More resources?

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Have you always wished Jupyter notebooks were plain text documents? Wished you could edit them in your favorite IDE? And get clear and meaningful diffs when doing version control? Then... Jupytext may well be the tool you're looking for!

Jupytext is a plugin for Jupyter that can save Jupyter notebooks as either
- Markdown files (or [MyST Markdown](formats.md#myst-markdown) files, or [R Markdown](formats.md#r-markdown) documents)
- Markdown files (or [MyST Markdown](formats.md#myst-markdown) files, or [R Markdown](formats.md#r-markdown) or [Quarto](formats.md#quarto) text notebooks)
- Scripts in [many languages](languages.md).

## Use cases
Expand Down Expand Up @@ -93,7 +93,7 @@ Jupytext implements many text [formats](formats.md) for Jupyter Notebooks. If yo
If your notebook contains more text than code, if you are writing a documentation or a book, you probably want to save your notebook as a Markdown document
- Use the [Jupytext Markdown format](formats.md#jupytext-markdown) if you wish to render your notebook as a `.md` file (without its outputs) on GitHub
- Use the [MyST Markdown format](formats.md#myst-markdown), a markdown flavor that “implements the best parts of reStructuredText”, if you wish to render your notebooks using Sphinx or [Jupyter Book](https://jupyterbook.org).
- Use the [R Markdown format](formats.md#r-markdown) if you want to open your Jupyter Notebooks in RStudio.
- Use the [R Markdown format](formats.md#r-markdown) or the [Quarto format](formats.md#quarto) if you want to open your Jupyter Notebooks in RStudio.

## More resources?

Expand Down

0 comments on commit 2341156

Please sign in to comment.