Skip to content

Commit

Permalink
Sharing: Literate programming - Expanded the discussion on Quarto (#124)
Browse files Browse the repository at this point in the history
* Sharing: Literate programming: created a new paragraph to discuss Quarto in more detail
  • Loading branch information
SaintRod authored Sep 12, 2024
1 parent 4916452 commit cc9d397
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sharing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,12 @@ In another category, [Replay.jl](https://github.com/AtelierArith/Replay.jl) allo
Scientific software is often hard to grasp, and the code alone may not be very enlightening.
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.
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.
[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.
[Books.jl](https://github.com/JuliaBooks/Books.jl) is relevant to draft long documents.

[Quarto](https://quarto.org/) is an open-source scientific and technical publishing system that supports Python, R and Julia.
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).
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.
[Quarto Pub](https://quartopub.com/) is a free publishing service for content created with Quarto.

## Versions and registration

Expand Down

0 comments on commit cc9d397

Please sign in to comment.