|
|
|
@ -1,8 +1,9 @@ |
|
|
|
# # Literate |
|
|
|
# # Literate |
|
|
|
# |
|
|
|
# |
|
|
|
# | **Documentation** | **Build Status** | |
|
|
|
# [](https://fredrikekre.github.io/Literate.jl/) |
|
|
|
# |:------------------------- |:--------------------------------------------------------------------- | |
|
|
|
# [](https://github.com/fredrikekre/Literate.jl/actions/workflows/Test.yml) |
|
|
|
# | [![][docs-img]][docs-url] | [![][gh-actions-img]][gh-actions-url] [![][codecov-img]][codecov-url] | |
|
|
|
# [](https://codecov.io/github/fredrikekre/Literate.jl) |
|
|
|
|
|
|
|
# [](https://github.com/fredrikekre/Runic.jl) |
|
|
|
# |
|
|
|
# |
|
|
|
# Literate is a package for [Literate Programming](https://en.wikipedia.org/wiki/Literate_programming). |
|
|
|
# Literate is a package for [Literate Programming](https://en.wikipedia.org/wiki/Literate_programming). |
|
|
|
# The main purpose is to facilitate writing Julia examples/tutorials that can be included in |
|
|
|
# The main purpose is to facilitate writing Julia examples/tutorials that can be included in |
|
|
|
@ -30,13 +31,3 @@ Literate.markdown("examples/README.jl", "."; flavor = Literate.CommonMarkFlavor( |
|
|
|
# - [Quarto](https://quarto.org) can generate Jupyter notebooks, HTML, or PDF directly from a |
|
|
|
# - [Quarto](https://quarto.org) can generate Jupyter notebooks, HTML, or PDF directly from a |
|
|
|
# Markdown format containing Julia code blocks, and also works with R and Python. (Note that |
|
|
|
# Markdown format containing Julia code blocks, and also works with R and Python. (Note that |
|
|
|
# Literate.jl can produce Quarto input markdown files (`.qmd`) as well.) |
|
|
|
# Literate.jl can produce Quarto input markdown files (`.qmd`) as well.) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# [docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg |
|
|
|
|
|
|
|
# [docs-url]: https://fredrikekre.github.io/Literate.jl/ |
|
|
|
|
|
|
|
# |
|
|
|
|
|
|
|
# [gh-actions-img]: https://github.com/fredrikekre/Literate.jl/workflows/CI/badge.svg |
|
|
|
|
|
|
|
# [gh-actions-url]: https://github.com/fredrikekre/Literate.jl/actions?query=workflow%3ACI |
|
|
|
|
|
|
|
# |
|
|
|
|
|
|
|
# [codecov-img]: https://codecov.io/gh/fredrikekre/Literate.jl/branch/master/graph/badge.svg |
|
|
|
|
|
|
|
# [codecov-url]: https://codecov.io/gh/fredrikekre/Literate.jl |
|
|
|
|
|
|
|
|