Skip to content

Commit cc9d397

Browse files
authored
Sharing: Literate programming - Expanded the discussion on Quarto (#124)
* Sharing: Literate programming: created a new paragraph to discuss Quarto in more detail
1 parent 4916452 commit cc9d397

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sharing/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,12 @@ In another category, [Replay.jl](https://github.com/AtelierArith/Replay.jl) allo
237237
Scientific software is often hard to grasp, and the code alone may not be very enlightening.
238238
Whether it is for package documentation or to write papers and books, you might want to interleave code with texts, formulas, images and so on.
239239
In addition to the [Pluto.jl](https://github.com/fonsp/Pluto.jl) and [Jupyter](https://jupyter.org/) notebooks, take a look at [Literate.jl](https://github.com/fredrikekre/Literate.jl) to enrich your code with comments and translate it to various formats.
240-
[Quarto](https://quarto.org/) is another cross-language notebook system that supports Python, R and Julia, while [Books.jl](https://github.com/JuliaBooks/Books.jl) is more relevant to draft long documents.
240+
[Books.jl](https://github.com/JuliaBooks/Books.jl) is relevant to draft long documents.
241+
242+
[Quarto](https://quarto.org/) is an open-source scientific and technical publishing system that supports Python, R and Julia.
243+
Quarto can render markdown files (`.md`), Quarto markdown files (`.qmd`), and Jupyter Notebooks (`.ipynb`) into documents (Word, PDF, presentations), web pages, blog posts, books, [and more](https://quarto.org/docs/output-formats/all-formats.html).
244+
Additionally, Quarto makes it easy to share or [publish](https://quarto.org/docs/publishing/) rendered content to Github Pages, Netlify, Confluence, Hugging Face Spaces, among others.
245+
[Quarto Pub](https://quartopub.com/) is a free publishing service for content created with Quarto.
241246

242247
## Versions and registration
243248

0 commit comments

Comments
 (0)