Literate.jl
Literate.jl copied to clipboard
Simple package for literate programming in Julia
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
I am aware that if I add `#hide` to the end of a line of Julia code, that line is executed but not rendered. I'm also aware that if I...
I have a repo with over 30 Literate demos for a textbook, and no source code under `src/`. https://github.com/JeffFessler/book-mmaj-demo Every time I edit one of the demos, the Literate/Documenter build...
This PR introduces the `CarpentriesFlavor` to create markdown output that can be used in [the carpentries workbench](https://carpentries.github.io/sandpaper-docs/) by transfoming admonitions into pandoc-style fenced divs. Special casing yaml admonitions to produce...
I've run into a few issues trying to use this: 1. ~~It doesn't seem to let me do comments inside functions without code. E.g. I have a problem sheet which...
This PR adds references to QuartoNotebookRunner and how to take advantage of it. It also adds a runnable example of quarto report in `examples/quarto_report.jl` showing the various features of Quarto...
I have some large test suites for some libraries – [DynamicExpressions.jl](https://github.com/SymbolicML/DynamicExpressions.jl/tree/master/test) and [SymbolicRegression.jl](https://github.com/MilesCranmer/SymbolicRegression.jl/tree/master/test) – that I want to start rewriting in Literate.jl format to serve as an extended documentation. I...
@fredrikekre I made some changes to get the `display()` calls rendered for the markdown output, but I don't understand the multiple MIMEs for the same `display()` call. And I don't...