You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fredrik Ekre 9db939601e change #' to # and require ## for regular julia comments, fix #3 8 years ago
docs change #' to # and require ## for regular julia comments, fix #3 8 years ago
examples change #' to # and require ## for regular julia comments, fix #3 8 years ago
src change #' to # and require ## for regular julia comments, fix #3 8 years ago
test change #' to # and require ## for regular julia comments, fix #3 8 years ago
.codecov.yml change to comment=off (#2) 8 years ago
.gitignore try to fix links 8 years ago
.travis.yml build tags 8 years ago
LICENSE.md s/Examples/Literate 8 years ago
README.md much more docs 8 years ago
REQUIRE some docs 8 years ago
appveyor.yml s/Examples/Literate 8 years ago

README.md

Literate

Documentation Build Status

Literate is a package for Literate Programming. The main purpose is to facilitate writing Julia examples/tutorials that can be included in your package documentation.

Literate can generate markdown pages (for e.g. Documenter.jl), and Jupyter notebooks, from the same source file. There is also an option to "clean" the source from all metadata, and produce a pure Julia script. Using a single source file for multiple purposes reduces maintenance, and makes sure your different output formats are synced with each other.