Browse Source

Readme

pull/120/head
Fredrik Ekre 4 years ago
parent
commit
442eea1786
  1. 13
      README.md
  2. 13
      examples/README.jl

13
README.md

@ -8,12 +8,13 @@ Literate is a package for [Literate Programming](https://en.wikipedia.org/wiki/L
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
your package documentation. your package documentation.
Literate can generate markdown pages Literate can generate multiple outputs from a single source file: Markdown pages
(for e.g. [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl)), and (for e.g. [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl)),
[Jupyter notebooks](http://jupyter.org/), from the same source file. There is also [Jupyter notebooks](http://jupyter.org/), and
an option to "clean" the source from all metadata, and produce a pure Julia script. [Pluto notebooks](https://github.com/fonsp/Pluto.jl).
Using a single source file for multiple purposes reduces maintenance, and makes sure There is also an option to "clean" the source from all metadata, and produce a
your different output formats are synced with each other. 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.
This README was generated directly from This README was generated directly from
[this source file](https://github.com/fredrikekre/Literate.jl/blob/master/examples/README.jl) [this source file](https://github.com/fredrikekre/Literate.jl/blob/master/examples/README.jl)

13
examples/README.jl

@ -8,12 +8,13 @@
# 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
# your package documentation. # your package documentation.
# Literate can generate markdown pages # Literate can generate multiple outputs from a single source file: Markdown pages
# (for e.g. [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl)), and # (for e.g. [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl)),
# [Jupyter notebooks](http://jupyter.org/), from the same source file. There is also # [Jupyter notebooks](http://jupyter.org/), and
# an option to "clean" the source from all metadata, and produce a pure Julia script. # [Pluto notebooks](https://github.com/fonsp/Pluto.jl).
# Using a single source file for multiple purposes reduces maintenance, and makes sure # There is also an option to "clean" the source from all metadata, and produce a
# your different output formats are synced with each other. # 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.
# #
# This README was generated directly from # This README was generated directly from
# [this source file](https://github.com/fredrikekre/Literate.jl/blob/master/examples/README.jl) # [this source file](https://github.com/fredrikekre/Literate.jl/blob/master/examples/README.jl)

Loading…
Cancel
Save