Browse Source

build based on 5143749

gh-pages
autodocs 8 years ago
parent
commit
49a65ad777
  1. 2
      latest/index.html
  2. 4
      latest/outputformats.html
  3. 2
      latest/search_index.js

2
latest/index.html

File diff suppressed because one or more lines are too long

4
latest/outputformats.html

File diff suppressed because one or more lines are too long

2
latest/search_index.js

@ -21,7 +21,7 @@ var documenterSearchIndex = {"docs": [
"page": "1. Introduction", "page": "1. Introduction",
"title": "What?", "title": "What?",
"category": "section", "category": "section",
"text": "Literate is a package that 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.The main design goal is simplicity. It should be simple to use, and the syntax should be simple. In short, all you have to do is to write a commented julia script!The public interface consists mainly of three functions, which all takes the same script file as input, but generates different output:Literate.markdown: generates a markdown file\nLiterate.notebook: generates an (optionally executed) notebook\nLiterate.script: generates a plain script file, removing all metadata and special syntax." "text": "Literate is a package that generates 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.The main design goal is simplicity. It should be simple to use, and the syntax should be simple. In short, all you have to do is to write a commented julia script!The public interface consists mainly of three functions, all of which take the same script file as input, but generate different output:Literate.markdown: generates a markdown file\nLiterate.notebook: generates an (optionally executed) notebook\nLiterate.script: generates a plain script file, removing all metadata and special syntax."
}, },
{ {

Loading…
Cancel
Save