From f79f6f0a074427b743dbbe2ba5b5ea962a546682 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Mon, 16 Aug 2021 20:22:46 +0000 Subject: [PATCH] build based on e2f81e2 --- dev/assets/themes/documenter-dark.css | 87 +++++++++++- dev/assets/themes/documenter-light.css | 183 +++++++++++++++++++++---- dev/customprocessing/index.html | 12 +- dev/documenter/index.html | 12 +- dev/fileformat/index.html | 16 +-- dev/generated/example.ipynb | 166 +++++++++++----------- dev/generated/example/index.html | 94 ++++++------- dev/generated/name/index.html | 2 +- dev/index.html | 2 +- dev/outputformats/index.html | 14 +- dev/pipeline/index.html | 12 +- dev/search/index.html | 2 +- dev/tips/index.html | 16 +-- 13 files changed, 414 insertions(+), 204 deletions(-) diff --git a/dev/assets/themes/documenter-dark.css b/dev/assets/themes/documenter-dark.css index c6db4fa..5a64259 100644 --- a/dev/assets/themes/documenter-dark.css +++ b/dev/assets/themes/documenter-dark.css @@ -7341,7 +7341,8 @@ html.theme--documenter-dark { html.theme--documenter-dark #documenter .docs-main > article { overflow-wrap: break-word; } html.theme--documenter-dark #documenter .docs-main > article .math-container { - overflow-x: auto; } + overflow-x: auto; + overflow-y: hidden; } @media screen and (min-width: 1056px) { html.theme--documenter-dark #documenter .docs-main { max-width: 52rem; @@ -7604,6 +7605,90 @@ html.theme--documenter-dark { overflow-y: scroll; text-rendering: optimizeLegibility; text-size-adjust: 100%; } + html.theme--documenter-dark .ansi span.sgr1 { + font-weight: bolder; } + html.theme--documenter-dark .ansi span.sgr2 { + font-weight: lighter; } + html.theme--documenter-dark .ansi span.sgr3 { + font-style: italic; } + html.theme--documenter-dark .ansi span.sgr4 { + text-decoration: underline; } + html.theme--documenter-dark .ansi span.sgr7 { + color: #1f2424; + background-color: #fff; } + html.theme--documenter-dark .ansi span.sgr8 { + color: transparent; } + html.theme--documenter-dark .ansi span.sgr8 span { + color: transparent; } + html.theme--documenter-dark .ansi span.sgr9 { + text-decoration: line-through; } + html.theme--documenter-dark .ansi span.sgr30 { + color: #242424; } + html.theme--documenter-dark .ansi span.sgr31 { + color: #f6705f; } + html.theme--documenter-dark .ansi span.sgr32 { + color: #4fb43a; } + html.theme--documenter-dark .ansi span.sgr33 { + color: #f4c72f; } + html.theme--documenter-dark .ansi span.sgr34 { + color: #7587f0; } + html.theme--documenter-dark .ansi span.sgr35 { + color: #bc89d3; } + html.theme--documenter-dark .ansi span.sgr36 { + color: #49b6ca; } + html.theme--documenter-dark .ansi span.sgr37 { + color: #b3bdbe; } + html.theme--documenter-dark .ansi span.sgr40 { + background-color: #242424; } + html.theme--documenter-dark .ansi span.sgr41 { + background-color: #f6705f; } + html.theme--documenter-dark .ansi span.sgr42 { + background-color: #4fb43a; } + html.theme--documenter-dark .ansi span.sgr43 { + background-color: #f4c72f; } + html.theme--documenter-dark .ansi span.sgr44 { + background-color: #7587f0; } + html.theme--documenter-dark .ansi span.sgr45 { + background-color: #bc89d3; } + html.theme--documenter-dark .ansi span.sgr46 { + background-color: #49b6ca; } + html.theme--documenter-dark .ansi span.sgr47 { + background-color: #b3bdbe; } + html.theme--documenter-dark .ansi span.sgr90 { + color: #92a0a2; } + html.theme--documenter-dark .ansi span.sgr91 { + color: #ff8674; } + html.theme--documenter-dark .ansi span.sgr92 { + color: #79d462; } + html.theme--documenter-dark .ansi span.sgr93 { + color: #ffe76b; } + html.theme--documenter-dark .ansi span.sgr94 { + color: #8a98ff; } + html.theme--documenter-dark .ansi span.sgr95 { + color: #d2a4e6; } + html.theme--documenter-dark .ansi span.sgr96 { + color: #6bc8db; } + html.theme--documenter-dark .ansi span.sgr97 { + color: #ecf0f1; } + html.theme--documenter-dark .ansi span.sgr100 { + background-color: #92a0a2; } + html.theme--documenter-dark .ansi span.sgr101 { + background-color: #ff8674; } + html.theme--documenter-dark .ansi span.sgr102 { + background-color: #79d462; } + html.theme--documenter-dark .ansi span.sgr103 { + background-color: #ffe76b; } + html.theme--documenter-dark .ansi span.sgr104 { + background-color: #8a98ff; } + html.theme--documenter-dark .ansi span.sgr105 { + background-color: #d2a4e6; } + html.theme--documenter-dark .ansi span.sgr106 { + background-color: #6bc8db; } + html.theme--documenter-dark .ansi span.sgr107 { + background-color: #ecf0f1; } + html.theme--documenter-dark code.language-julia-repl > span.hljs-meta { + color: #4fb43a; + font-weight: bolder; } html.theme--documenter-dark .hljs { background: #2b2b2b; color: #f8f8f2; } diff --git a/dev/assets/themes/documenter-light.css b/dev/assets/themes/documenter-light.css index b3291bc..3ce8010 100644 --- a/dev/assets/themes/documenter-light.css +++ b/dev/assets/themes/documenter-light.css @@ -751,7 +751,7 @@ a.has-text-link:hover, a.has-text-link:focus { color: #209cee !important; } a.has-text-info:hover, a.has-text-info:focus { - color: #0f81cc !important; } + color: #1081cb !important; } .has-background-info { background-color: #209cee !important; } @@ -1210,7 +1210,7 @@ a.box:active { border-color: #b5b5b5; color: #363636; } .button:focus, .button.is-focused { - border-color: #2e63b8; + border-color: #3c5dcd; color: #363636; } .button:focus:not(:active), .button.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(46, 99, 184, 0.25); } @@ -1658,7 +1658,7 @@ a.box:active { border-color: transparent; color: #fff; } .button.is-info:hover, .button.is-info.is-hovered { - background-color: #1496ed; + background-color: #1497ed; border-color: transparent; color: #fff; } .button.is-info:focus, .button.is-info.is-focused { @@ -1667,7 +1667,7 @@ a.box:active { .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); } .button.is-info:active, .button.is-info.is-active { - background-color: #118fe4; + background-color: #1190e3; border-color: transparent; color: #fff; } .button.is-info[disabled], @@ -1794,7 +1794,7 @@ a.box:active { border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning:hover, .button.is-warning.is-hovered { - background-color: #ffdb4a; + background-color: #ffda4a; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning:focus, .button.is-warning.is-focused { @@ -1803,7 +1803,7 @@ a.box:active { .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); } .button.is-warning:active, .button.is-warning.is-active { - background-color: #ffd83d; + background-color: #ffd83e; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .button.is-warning[disabled], @@ -3087,7 +3087,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover { .select.is-info select { border-color: #209cee; } .select.is-info select:hover, .select.is-info select.is-hovered { - border-color: #118fe4; } + border-color: #1190e3; } .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active { box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); } .select.is-success:not(:hover)::after { @@ -3103,7 +3103,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover { .select.is-warning select { border-color: #ffdd57; } .select.is-warning select:hover, .select.is-warning select.is-hovered { - border-color: #ffd83d; } + border-color: #ffd83e; } .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active { box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); } .select.is-danger:not(:hover)::after { @@ -3246,7 +3246,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover { border-color: transparent; color: #fff; } .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { - background-color: #1496ed; + background-color: #1497ed; border-color: transparent; color: #fff; } .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { @@ -3254,7 +3254,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover { box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25); color: #fff; } .file.is-info:active .file-cta, .file.is-info.is-active .file-cta { - background-color: #118fe4; + background-color: #1190e3; border-color: transparent; color: #fff; } .file.is-success .file-cta { @@ -3278,7 +3278,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover { border-color: transparent; color: rgba(0, 0, 0, 0.7); } .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { - background-color: #ffdb4a; + background-color: #ffda4a; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { @@ -3286,7 +3286,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover { box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); color: rgba(0, 0, 0, 0.7); } .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { - background-color: #ffd83d; + background-color: #ffd83e; border-color: transparent; color: rgba(0, 0, 0, 0.7); } .file.is-danger .file-cta { @@ -4100,7 +4100,7 @@ a.list-item { color: #fff; } .message.is-info .message-body { border-color: #209cee; - color: #12537e; } + color: #12537d; } .message.is-success { background-color: #f6fdf9; } .message.is-success .message-header { @@ -4116,7 +4116,7 @@ a.list-item { color: rgba(0, 0, 0, 0.7); } .message.is-warning .message-body { border-color: #ffdd57; - color: #3b3108; } + color: #3c3108; } .message.is-danger { background-color: #fff5f5; } .message.is-danger .message-header { @@ -4562,7 +4562,7 @@ a.list-item { .navbar.is-info .navbar-brand .navbar-link:focus, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand .navbar-link.is-active { - background-color: #118fe4; + background-color: #1190e3; color: #fff; } .navbar.is-info .navbar-brand .navbar-link::after { border-color: #fff; } @@ -4584,7 +4584,7 @@ a.list-item { .navbar.is-info .navbar-end .navbar-link:focus, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end .navbar-link.is-active { - background-color: #118fe4; + background-color: #1190e3; color: #fff; } .navbar.is-info .navbar-start .navbar-link::after, .navbar.is-info .navbar-end .navbar-link::after { @@ -4592,7 +4592,7 @@ a.list-item { .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #118fe4; + background-color: #1190e3; color: #fff; } .navbar.is-info .navbar-dropdown a.navbar-item.is-active { background-color: #209cee; @@ -4652,7 +4652,7 @@ a.list-item { .navbar.is-warning .navbar-brand .navbar-link:focus, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd83e; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-brand .navbar-link::after { border-color: rgba(0, 0, 0, 0.7); } @@ -4674,7 +4674,7 @@ a.list-item { .navbar.is-warning .navbar-end .navbar-link:focus, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-end .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd83e; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-start .navbar-link::after, .navbar.is-warning .navbar-end .navbar-link::after { @@ -4682,7 +4682,7 @@ a.list-item { .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ffd83d; + background-color: #ffd83e; color: rgba(0, 0, 0, 0.7); } .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { background-color: #ffdd57; @@ -5119,7 +5119,7 @@ a.navbar-item, .pagination-previous:focus, .pagination-next:focus, .pagination-link:focus { - border-color: #2e63b8; } + border-color: #3c5dcd; } .pagination-previous:active, .pagination-next:active, .pagination-link:active { @@ -6868,7 +6868,7 @@ label.panel-block { .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info .navbar-link:hover, .hero.is-info .navbar-link.is-active { - background-color: #118fe4; + background-color: #1190e3; color: #fff; } .hero.is-info .tabs a { color: #fff; @@ -6886,10 +6886,10 @@ label.panel-block { border-color: #fff; color: #209cee; } .hero.is-info.is-bold { - background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } + background-image: linear-gradient(141deg, #05a6d6 0%, #209cee 71%, #3287f5 100%); } @media screen and (max-width: 768px) { .hero.is-info.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } } + background-image: linear-gradient(141deg, #05a6d6 0%, #209cee 71%, #3287f5 100%); } } .hero.is-success { background-color: #22c35b; color: #fff; } @@ -6956,7 +6956,7 @@ label.panel-block { .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, .hero.is-warning .navbar-link:hover, .hero.is-warning .navbar-link.is-active { - background-color: #ffd83d; + background-color: #ffd83e; color: rgba(0, 0, 0, 0.7); } .hero.is-warning .tabs a { color: rgba(0, 0, 0, 0.7); @@ -6974,10 +6974,10 @@ label.panel-block { border-color: rgba(0, 0, 0, 0.7); color: #ffdd57; } .hero.is-warning.is-bold { - background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } + background-image: linear-gradient(141deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%); } @media screen and (max-width: 768px) { .hero.is-warning.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } } + background-image: linear-gradient(141deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%); } } .hero.is-danger { background-color: #da0b00; color: #fff; } @@ -7138,7 +7138,7 @@ h1:hover .docs-heading-anchor-permalink, h2:hover .docs-heading-anchor-permalink .admonition.is-default > .admonition-body { color: #fff; } .admonition.is-info { - background-color: #def0fd; + background-color: #def0fc; border-color: #209cee; } .admonition.is-info > .admonition-header { background-color: #209cee; @@ -7318,7 +7318,8 @@ html { #documenter .docs-main > article { overflow-wrap: break-word; } #documenter .docs-main > article .math-container { - overflow-x: auto; } + overflow-x: auto; + overflow-y: hidden; } @media screen and (min-width: 1056px) { #documenter .docs-main { @@ -7582,6 +7583,130 @@ html { #documenter .docs-main #documenter-search-results .docs-highlight { background-color: yellow; } +.ansi span.sgr1 { + font-weight: bolder; } + +.ansi span.sgr2 { + font-weight: lighter; } + +.ansi span.sgr3 { + font-style: italic; } + +.ansi span.sgr4 { + text-decoration: underline; } + +.ansi span.sgr7 { + color: white; + background-color: #222222; } + +.ansi span.sgr8 { + color: transparent; } + .ansi span.sgr8 span { + color: transparent; } + +.ansi span.sgr9 { + text-decoration: line-through; } + +.ansi span.sgr30 { + color: #242424; } + +.ansi span.sgr31 { + color: #a7201f; } + +.ansi span.sgr32 { + color: #066f00; } + +.ansi span.sgr33 { + color: #856b00; } + +.ansi span.sgr34 { + color: #2149b0; } + +.ansi span.sgr35 { + color: #7d4498; } + +.ansi span.sgr36 { + color: #007989; } + +.ansi span.sgr37 { + color: #8f8f8f; } + +.ansi span.sgr40 { + background-color: #242424; } + +.ansi span.sgr41 { + background-color: #a7201f; } + +.ansi span.sgr42 { + background-color: #066f00; } + +.ansi span.sgr43 { + background-color: #856b00; } + +.ansi span.sgr44 { + background-color: #2149b0; } + +.ansi span.sgr45 { + background-color: #7d4498; } + +.ansi span.sgr46 { + background-color: #007989; } + +.ansi span.sgr47 { + background-color: #8f8f8f; } + +.ansi span.sgr90 { + color: #707070; } + +.ansi span.sgr91 { + color: #cb3c33; } + +.ansi span.sgr92 { + color: #0e8300; } + +.ansi span.sgr93 { + color: #a98800; } + +.ansi span.sgr94 { + color: #3c5dcd; } + +.ansi span.sgr95 { + color: #9256af; } + +.ansi span.sgr96 { + color: #008fa3; } + +.ansi span.sgr97 { + color: whitesmoke; } + +.ansi span.sgr100 { + background-color: #707070; } + +.ansi span.sgr101 { + background-color: #cb3c33; } + +.ansi span.sgr102 { + background-color: #0e8300; } + +.ansi span.sgr103 { + background-color: #a98800; } + +.ansi span.sgr104 { + background-color: #3c5dcd; } + +.ansi span.sgr105 { + background-color: #9256af; } + +.ansi span.sgr106 { + background-color: #008fa3; } + +.ansi span.sgr107 { + background-color: whitesmoke; } + +code.language-julia-repl > span.hljs-meta { + color: #066f00; + font-weight: bolder; } + /*! Theme: Default Description: Original highlight.js style diff --git a/dev/customprocessing/index.html b/dev/customprocessing/index.html index 4947b09..347c4ee 100644 --- a/dev/customprocessing/index.html +++ b/dev/customprocessing/index.html @@ -1,18 +1,18 @@ -5. Custom pre- and post-processing · Literate.jl

5. Custom pre- and post-processing

Since all packages are different, and may have different demands on how to create a nice example for the documentation it is important that the package maintainer does not feel limited by the by default provided syntax that this package offers. While you can generally come a long way by utilizing line filtering there might be situations where you need to manually hook into the generation and change things. In Literate this is done by letting the user supply custom pre- and post-processing functions that may do transformation of the content.

All of the generators (Literate.markdown, Literate.notebook and Literate.script) accept preprocess and postprocess keyword arguments. The default "transformation" is the identity function. The input to the transformation functions is a String, and the output should be the transformed String.

preprocess is sent the raw input that is read from the source file (modulo the default line ending transformation). postprocess is given different things depending on the output: For markdown and script output postprocess is given the content String just before writing it to the output file, but for notebook output postprocess is given the dictionary representing the notebook, since, in general, this is more useful.

Example: Adding current date

As an example, lets say we want to splice the date of generation into the output. We could of course update our source file before generating the docs, but we could instead use a preprocess function that splices the date into the source for us. Consider the following source file:

# # Example
+5. Custom pre- and post-processing · Literate.jl

5. Custom pre- and post-processing

Since all packages are different, and may have different demands on how to create a nice example for the documentation it is important that the package maintainer does not feel limited by the by default provided syntax that this package offers. While you can generally come a long way by utilizing line filtering there might be situations where you need to manually hook into the generation and change things. In Literate this is done by letting the user supply custom pre- and post-processing functions that may do transformation of the content.

All of the generators (Literate.markdown, Literate.notebook and Literate.script) accept preprocess and postprocess keyword arguments. The default "transformation" is the identity function. The input to the transformation functions is a String, and the output should be the transformed String.

preprocess is sent the raw input that is read from the source file (modulo the default line ending transformation). postprocess is given different things depending on the output: For markdown and script output postprocess is given the content String just before writing it to the output file, but for notebook output postprocess is given the dictionary representing the notebook, since, in general, this is more useful.

Example: Adding current date

As an example, lets say we want to splice the date of generation into the output. We could of course update our source file before generating the docs, but we could instead use a preprocess function that splices the date into the source for us. Consider the following source file:

# # Example
 # This example was generated DATEOFTODAY
 
-x = 1 // 3

where DATEOFTODAY is a placeholder, to make it easier for our preprocess function to find the location. Now, lets define the preprocess function, for example

function update_date(content)
+x = 1 // 3

where DATEOFTODAY is a placeholder, to make it easier for our preprocess function to find the location. Now, lets define the preprocess function, for example

function update_date(content)
     content = replace(content, "DATEOFTODAY" => Date(now()))
     return content
-end

which would replace every occurrence of "DATEOFTODAY" with the current date. We would now simply give this function to the generator, for example:

Literate.markdown("input.jl", "outputdir"; preprocess = update_date)

Example: Replacing include calls with included code

Let's say that we have some individual example files file1, file2, ... etc. that are runnable and also following the style of Literate. These files could be for example used in the test suite of your package.

We want to group them all into a single page in our documentation, but we do not want to copy paste the content of file1, ... for robustness: the files are included in the test suite and some changes may occur to them. We want these changes to also be reflected in the documentation.

A very easy way to do this is using preprocess to interchange include statements with file content. First, create a runnable .jl following the format of Literate

# # Replace includes
+end

which would replace every occurrence of "DATEOFTODAY" with the current date. We would now simply give this function to the generator, for example:

Literate.markdown("input.jl", "outputdir"; preprocess = update_date)

Example: Replacing include calls with included code

Let's say that we have some individual example files file1, file2, ... etc. that are runnable and also following the style of Literate. These files could be for example used in the test suite of your package.

We want to group them all into a single page in our documentation, but we do not want to copy paste the content of file1, ... for robustness: the files are included in the test suite and some changes may occur to them. We want these changes to also be reflected in the documentation.

A very easy way to do this is using preprocess to interchange include statements with file content. First, create a runnable .jl following the format of Literate

# # Replace includes
 # This is an example to replace `include` calls with the actual file content.
 
 include("file1.jl")
 
 # Cool, we just saw the result of the above code snippet. Here is one more:
 
-include("file2.jl")

Let's say we have saved this file as examples.jl. Then, you want to properly define a pre-processing function:

function replace_includes(str)
+include("file2.jl")

Let's say we have saved this file as examples.jl. Then, you want to properly define a pre-processing function:

function replace_includes(str)
 
     included = ["file1.jl", "file2.jl"]
 
@@ -25,5 +25,5 @@ include("file2.jl")

Let's say we have saved this fi str = replace(str, "include(\"$(ex)\")" => content) end return str -end

(of course replace included with your respective files)

Finally, you simply pass this function to e.g. Literate.markdown as

Literate.markdown("examples.jl", "path/to/save/markdown";
-                  name = "markdown_file_name", preprocess = replace_includes)

and you will see that in the final output file (here markdown_file_name.md) the include statements are replaced with the actual code to be included!

This approach is used for generating the examples in the documentation of the TimeseriesPrediction.jl package. The example files, included together in the stexamples.jl file, are processed by literate via this make.jl file to generate the markdown and code cells of the documentation.

+end

(of course replace included with your respective files)

Finally, you simply pass this function to e.g. Literate.markdown as

Literate.markdown("examples.jl", "path/to/save/markdown";
+                  name = "markdown_file_name", preprocess = replace_includes)

and you will see that in the final output file (here markdown_file_name.md) the include statements are replaced with the actual code to be included!

This approach is used for generating the examples in the documentation of the TimeseriesPrediction.jl package. The example files, included together in the stexamples.jl file, are processed by literate via this make.jl file to generate the markdown and code cells of the documentation.

diff --git a/dev/documenter/index.html b/dev/documenter/index.html index 8eebf1b..af03abb 100644 --- a/dev/documenter/index.html +++ b/dev/documenter/index.html @@ -1,12 +1,12 @@ -6. Interaction with Documenter.jl · Literate.jl

6. Interaction with Documenter.jl

Literate can be used for any purpose, it spits out regular markdown files, and notebooks. Typically, though, these files will be used to render documentation for your package. The generators (Literate.markdown, Literate.notebook and Literate.script) supports a keyword argument documenter that lets the generator perform some extra things, keeping in mind that the source code have been written with Documenter.jl in mind. So let's take a look at what will happen if we set documenter = true:

Literate.markdown:

Literate.script:

  • Documenter style @refs and @id will be removed. This means that you can use @ref and @id in the source file without them leaking to the script.
diff --git a/dev/fileformat/index.html b/dev/fileformat/index.html index 042af33..4738a8d 100644 --- a/dev/fileformat/index.html +++ b/dev/fileformat/index.html @@ -1,5 +1,5 @@ -2. File format · Literate.jl

2. File format

The source file format for Literate is a regular, commented, julia (.jl) scripts. The idea is that the scripts also serve as documentation on their own and it is also simple to include them in the test-suite, with e.g. include, to make sure the examples stay up do date with other changes in your package.

2.1. Syntax

The basic syntax is simple:

  • lines starting with # are treated as markdown,
  • all other lines are treated as julia code.

Leading whitespace is allowed before #, but it will be removed when generating the output. Since #-lines are treated as markdown we can not use that for regular julia comments, for this you can instead use ##, which will render as # in the output.

Lets look at a simple example:

# # Rational numbers
+2. File format · Literate.jl

2. File format

The source file format for Literate is a regular, commented, julia (.jl) scripts. The idea is that the scripts also serve as documentation on their own and it is also simple to include them in the test-suite, with e.g. include, to make sure the examples stay up do date with other changes in your package.

2.1. Syntax

The basic syntax is simple:

  • lines starting with # are treated as markdown,
  • all other lines are treated as julia code.

Leading whitespace is allowed before #, but it will be removed when generating the output. Since #-lines are treated as markdown we can not use that for regular julia comments, for this you can instead use ##, which will render as # in the output.

Lets look at a simple example:

# # Rational numbers
 #
 # In julia rational numbers can be constructed with the `//` operator.
 # Lets define two rational numbers, `x` and `y`:
@@ -10,23 +10,23 @@ y = 2//5
 
 # When adding `x` and `y` together we obtain a new rational number:
 
-z = x + y

In the lines starting with # we can use regular markdown syntax, for example the # used for the heading and the backticks for formatting code. The other lines are regular julia code. We note a couple of things:

  • The script is valid julia, which means that we can include it and the example will run (for example in the test/runtests.jl script, to include the example in the test suite).
  • The script is "self-explanatory", i.e. the markdown lines works as comments and thus serve as good documentation on its own.

For simple use this is all you need to know. The following additional special syntax can also be used:

There is also some default convenience replacements that will always be performed, see Default replacements.

Multiline comments and markdown strings

Literate version 2.7 adds support for Julia multiline comments for markdown input. All multiline comments in the input are rewritten to regular comments as part of the preprocessing step, before any other processing is performed. For Literate to recognize multiline comments it is required that the start token (#=) and end token (=#) are placed on their own lines. Note also that it is allowed to have more than one = in the tokens, for example

#=
+z = x + y

In the lines starting with # we can use regular markdown syntax, for example the # used for the heading and the backticks for formatting code. The other lines are regular julia code. We note a couple of things:

  • The script is valid julia, which means that we can include it and the example will run (for example in the test/runtests.jl script, to include the example in the test suite).
  • The script is "self-explanatory", i.e. the markdown lines works as comments and thus serve as good documentation on its own.

For simple use this is all you need to know. The following additional special syntax can also be used:

There is also some default convenience replacements that will always be performed, see Default replacements.

Multiline comments and markdown strings

Literate version 2.7 adds support for Julia multiline comments for markdown input. All multiline comments in the input are rewritten to regular comments as part of the preprocessing step, before any other processing is performed. For Literate to recognize multiline comments it is required that the start token (#=) and end token (=#) are placed on their own lines. Note also that it is allowed to have more than one = in the tokens, for example

#=
 This multiline comment
 is treated as markdown.
 =#
 
 #=====================
 This is also markdown.
-=====================#

is rewritten to

# This multiline comment
+=====================#

is rewritten to

# This multiline comment
 # is treated as markdown.
 
-# This is also markdown.

Similarly, Literate version 2.9 adds support for using literal markdown strings, md""" ... """, for the markdown sections, for example

md"""
+# This is also markdown.

Similarly, Literate version 2.9 adds support for using literal markdown strings, md""" ... """, for the markdown sections, for example

md"""
 # Title
 blah blah blah
-"""

is rewritten to

# # Title
-# blah blah blah

This is not enabled by default – it requires passing mdstrings=true. Literate.markdown/Literate.notebook/Literate.script.

2.2. Filtering lines

It is often useful to filter out lines in the source depending on the output format. For this purpose there are a number of "tokens" that can be used to mark the purpose of certain lines:

  • #md: line exclusive to markdown output,
  • #nb: line exclusive to notebook output,
  • #jl: line exclusive to script output,
  • #src: line exclusive to the source code and thus filtered out unconditionally.

Lines starting or ending with one of these tokens are filtered out in the preprocessing step. In addition, for markdown output, lines ending with #hide are filtered out similar to Documenter.jl.

Difference between `#src` and `#hide`

#src and #hide are quite similar. The only difference is that #src lines are filtered out before execution (if execute=true) and #hide lines are filtered out after execution.

Tip

The tokens can also be negated, for example a line starting with #!nb would be included in markdown and script output, but filtered out for notebook output.

Suppose, for example, that we want to include a docstring within a @docs block using Documenter. Obviously we don't want to include this in the notebook, since @docs is Documenter syntax that the notebook will not understand. This is a case where we can prepend #md to those lines:

#md # ```@docs
+"""

is rewritten to

# # Title
+# blah blah blah

This is not enabled by default – it requires passing mdstrings=true. Literate.markdown/Literate.notebook/Literate.script.

2.2. Filtering lines

It is often useful to filter out lines in the source depending on the output format. For this purpose there are a number of "tokens" that can be used to mark the purpose of certain lines:

  • #md: line exclusive to markdown output,
  • #nb: line exclusive to notebook output,
  • #jl: line exclusive to script output,
  • #src: line exclusive to the source code and thus filtered out unconditionally.

Lines starting or ending with one of these tokens are filtered out in the preprocessing step. In addition, for markdown output, lines ending with #hide are filtered out similar to Documenter.jl.

Difference between `#src` and `#hide`

#src and #hide are quite similar. The only difference is that #src lines are filtered out before execution (if execute=true) and #hide lines are filtered out after execution.

Tip

The tokens can also be negated, for example a line starting with #!nb would be included in markdown and script output, but filtered out for notebook output.

Suppose, for example, that we want to include a docstring within a @docs block using Documenter. Obviously we don't want to include this in the notebook, since @docs is Documenter syntax that the notebook will not understand. This is a case where we can prepend #md to those lines:

#md # ```@docs
 #md # Literate.markdown
 #md # Literate.notebook
 #md # Literate.script
-#md # ```

The lines in the example above would be filtered out in the preprocessing step, unless we are generating a markdown file. When generating a markdown file we would simply remove the leading #md from the lines. Beware that the space after the tag is also removed.

The #src token can also be placed at the end of a line. This is to make it possible to have code lines exclusive to the source code, and not just comment lines. For example, if the source file is included in the test suite we might want to add a @test at the end without this showing up in the outputs:

using Test                      #src
-@test result == expected_result #src

2.3. Default replacements

The following convenience "macros"/source placeholders are always expanded:

  • @__NAME__:

    expands to the name keyword argument to Literate.markdown, Literate.notebook and Literate.script (defaults to the filename of the input file).

  • @__REPO_ROOT_URL__:

    Can be used to link to files in the repository. For example @__REPO_ROOT_URL__/src/Literate.jl would link to the source of the Literate module. This variable is automatically determined on Travis CI, GitHub Actions and GitLab CI, but can be configured, see Configuration.

  • @__NBVIEWER_ROOT_URL__:

    Can be used if you want a link that opens the generated notebook in http://nbviewer.jupyter.org/. This variable is automatically determined on Travis CI, GitHub Actions and GitLab CI, but can be configured, see Configuration.

  • @__BINDER_ROOT_URL__:

    Can be used if you want a link that opens the generated notebook in https://mybinder.org/. For example, to add a binder-badge in e.g. the HTML output you can use:

    [![Binder](https://mybinder.org/badge_logo.svg)](@__BINDER_ROOT_URL__/path/to/notebook.inpynb)

    This variable is automatically determined on Travis CI, GitHub Actions and GitLab CI, but can be configured, see Configuration.

+#md # ```

The lines in the example above would be filtered out in the preprocessing step, unless we are generating a markdown file. When generating a markdown file we would simply remove the leading #md from the lines. Beware that the space after the tag is also removed.

The #src token can also be placed at the end of a line. This is to make it possible to have code lines exclusive to the source code, and not just comment lines. For example, if the source file is included in the test suite we might want to add a @test at the end without this showing up in the outputs:

using Test                      #src
+@test result == expected_result #src

2.3. Default replacements

The following convenience "macros"/source placeholders are always expanded:

  • @__NAME__:

    expands to the name keyword argument to Literate.markdown, Literate.notebook and Literate.script (defaults to the filename of the input file).

  • @__REPO_ROOT_URL__:

    Can be used to link to files in the repository. For example @__REPO_ROOT_URL__/src/Literate.jl would link to the source of the Literate module. This variable is automatically determined on Travis CI, GitHub Actions and GitLab CI, but can be configured, see Configuration.

  • @__NBVIEWER_ROOT_URL__:

    Can be used if you want a link that opens the generated notebook in http://nbviewer.jupyter.org/. This variable is automatically determined on Travis CI, GitHub Actions and GitLab CI, but can be configured, see Configuration.

  • @__BINDER_ROOT_URL__:

    Can be used if you want a link that opens the generated notebook in https://mybinder.org/. For example, to add a binder-badge in e.g. the HTML output you can use:

    [![Binder](https://mybinder.org/badge_logo.svg)](@__BINDER_ROOT_URL__/path/to/notebook.inpynb)

    This variable is automatically determined on Travis CI, GitHub Actions and GitLab CI, but can be configured, see Configuration.

diff --git a/dev/generated/example.ipynb b/dev/generated/example.ipynb index 5252d53..9cbe2d1 100644 --- a/dev/generated/example.ipynb +++ b/dev/generated/example.ipynb @@ -273,92 +273,92 @@ "output_type": "execute_result", "data": { "text/plain": "Plot{Plots.GRBackend() n=2}", - "image/png": "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bn3vvfegZaFcQ3t7e0VFhfffMTEx6enpdNaohF27dmVnZ9977700Xg1FSBrCyclJnU6n1X66nY2KipqYmIAViYIQeuihh44dO3bx4sW9e/d+8YtfPH/+PLRElM+wWCyzI29RUVH05hY18PLLL586deqjjz4ymUy7d+92u93QEoUjIWkIExISXC4Xz/PeH61Wa1JSEqxIFITQli1bioqKUlJS9u7de+eddx44cABaIspnxMfHT09PX/3RarUmJiYCykPxcscdd6SlpeXl5b300ktDQ0P0glUQQtIQpqWlRUVFXb582ftjfX19cXExrEiUOWBMu/epi5KSkqtTZnx8fGhoqKioCFYkymwwxnTWQBGShpDjuAcffPDHP/6xxWL58MMPjx49+uCDD0ILRUG/+c1venp6RkdHX3nllbfffntOmThFMUZGRurq6oaHh8fHx+vq6gYHBxFCd91118jIyMsvv2yz2X74wx/u3LkzMzMTWtIwYnp6uq6urqenZ2Zmpq6urqOjAyHU0tJy8ODB4eHh3t7eRx55JDk5ubq6GlrScCRUHRCbzfb4449/8MEHiYmJzz333J133gktEQV94QtfuHDhgsvlKioqevrpp2+//XZoicKU11577cUXX7z640MPPfTYY48hhE6fPv3EE090dnZu3rz517/+dWpqKpyMYceZM2dmHxPctm3bz3/+84aGhkcffbSjo0On023cuPG5554rKCgAFDJsCVVDSKFQKBSKLIRkaJRCoVAoFLmghpBCoVAoYQ01hBQKhUIJa6ghpFAoFEpYQw0hhUKhUMIaaggpFAqFEtZQQ0ihUCiUsIYaQgqFQqGENdQQUigUCiWsoYaQQqFQKGENNYQUCoVCCWuoIaRQKBRKWPP/Aez5SFSItmAqAAAAAElFTkSuQmCC", + "image/png": "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", "text/html": [ "\n", "\n", "\n", - " \n", + " \n", " \n", " \n", "\n", - "\n", "\n", - " \n", + " \n", " \n", " \n", "\n", - "\n", "\n", - " \n", + " \n", " \n", " \n", "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n" + "\n" ], "image/svg+xml": [ "\n", "\n", "\n", - " \n", + " \n", " \n", " \n", "\n", - "\n", "\n", - " \n", + " \n", " \n", " \n", "\n", - "\n", "\n", - " \n", + " \n", " \n", " \n", "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n" + "\n" ] }, "metadata": {}, diff --git a/dev/generated/example/index.html b/dev/generated/example/index.html index 1e00114..c6f2104 100644 --- a/dev/generated/example/index.html +++ b/dev/generated/example/index.html @@ -1,102 +1,102 @@ -8. Example · Literate.jl

8. Example

This is an example generated with Literate based on this source file: example.jl. You are seeing the HTML-output which Documenter has generated based on a markdown file generated with Literate. The corresponding notebook can be viewed in nbviewer here: example.ipynb, and opened in binder here: example.ipynb, and the plain script output can be found here: example.jl.

It is recommended to have the source file available when reading this, to better understand how the syntax in the source file corresponds to the output you are seeing.

Basic syntax

The basic syntax for Literate is simple, lines starting with # is interpreted as markdown, and all the other lines are interpreted as code. Here is some code:

x = 1//3
-y = 2//5
2//5

In markdown sections we can use markdown syntax. For example, we can write text in italic font, text in bold font and use links.

It is possible to filter out lines depending on the output using the #md, #nb, #jl and #src tags (see Filtering lines):

  • This line starts with #md and is thus only visible in the markdown output.

The source file is parsed in chunks of markdown and code. Starting a line with #- manually inserts a chunk break. For example, if we want to display the output of the following operations we may insert #- in between. These two code blocks will now end up in different @example-blocks in the markdown output, and two different notebook cells in the notebook output.

x + y
11//15
x * y
2//15

Output capturing

Code chunks are by default placed in Documenter @example blocks in the generated markdown. This means that the output will be captured in a block when Documenter is building the docs. In notebooks the output is captured in output cells, if the execute keyword argument is set to true. Output to stdout/stderr is also captured.

Note

Note that Documenter currently only displays output to stdout/stderr if there is no other result to show. Since the vector [1, 2, 3, 4] is returned from foo, the printing of "This string is printed to stdout." is hidden.

function foo()
+8. Example · Literate.jl

8. Example

This is an example generated with Literate based on this source file: example.jl. You are seeing the HTML-output which Documenter has generated based on a markdown file generated with Literate. The corresponding notebook can be viewed in nbviewer here: example.ipynb, and opened in binder here: example.ipynb, and the plain script output can be found here: example.jl.

It is recommended to have the source file available when reading this, to better understand how the syntax in the source file corresponds to the output you are seeing.

Basic syntax

The basic syntax for Literate is simple, lines starting with # is interpreted as markdown, and all the other lines are interpreted as code. Here is some code:

x = 1//3
+y = 2//5
2//5

In markdown sections we can use markdown syntax. For example, we can write text in italic font, text in bold font and use links.

It is possible to filter out lines depending on the output using the #md, #nb, #jl and #src tags (see Filtering lines):

  • This line starts with #md and is thus only visible in the markdown output.

The source file is parsed in chunks of markdown and code. Starting a line with #- manually inserts a chunk break. For example, if we want to display the output of the following operations we may insert #- in between. These two code blocks will now end up in different @example-blocks in the markdown output, and two different notebook cells in the notebook output.

x + y
11//15
x * y
2//15

Output capturing

Code chunks are by default placed in Documenter @example blocks in the generated markdown. This means that the output will be captured in a block when Documenter is building the docs. In notebooks the output is captured in output cells, if the execute keyword argument is set to true. Output to stdout/stderr is also captured.

Note

Note that Documenter currently only displays output to stdout/stderr if there is no other result to show. Since the vector [1, 2, 3, 4] is returned from foo, the printing of "This string is printed to stdout." is hidden.

function foo()
     println("This string is printed to stdout.")
     return [1, 2, 3, 4]
 end
 
-foo()
4-element Vector{Int64}:
+foo()
4-element Vector{Int64}:
  1
  2
  3
- 4

Just like in the REPL, outputs ending with a semicolon hides the output:

1 + 1;

Both Documenter's @example block and notebooks can display images. Here is an example where we generate a simple plot using the Plots.jl package

using Plots
+ 4

Just like in the REPL, outputs ending with a semicolon hides the output:

1 + 1;

Both Documenter's @example block and notebooks can display images. Here is an example where we generate a simple plot using the Plots.jl package

using Plots
 x = range(0, stop=6π, length=1000)
 y1 = sin.(x)
 y2 = cos.(x)
 plot(x, [y1, y2])
- + - - + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Custom processing

It is possible to give Literate custom pre- and post-processing functions. For example, here we insert a placeholder value y = 321 in the source, and use a preprocessing function that replaces it with y = 321 in the rendered output.

x = 123
123

In this case the preprocessing function is defined by

function pre(s::String)
+
+

Custom processing

It is possible to give Literate custom pre- and post-processing functions. For example, here we insert a placeholder value y = 321 in the source, and use a preprocessing function that replaces it with y = 321 in the rendered output.

x = 123
123

In this case the preprocessing function is defined by

function pre(s::String)
     s = replace(s, "x = 123" => "y = 321")
     return s
-end
pre (generic function with 1 method)

Documenter.jl interaction

In the source file it is possible to use Documenter.jl style references, such as @ref and @id. These will be filtered out in the notebook output. For example, here is a link, but it is only visible as a link if you are reading the markdown output. We can also use equations:

\[\int_\Omega \nabla v \cdot \nabla u\ \mathrm{d}\Omega = \int_\Omega v f\ \mathrm{d}\Omega\]

using Documenters math syntax. Documenters syntax is automatically changed to \begin{equation} ... \end{equation} in the notebook output to display correctly.


This page was generated using Literate.jl.

+end
pre (generic function with 1 method)

Documenter.jl interaction

In the source file it is possible to use Documenter.jl style references, such as @ref and @id. These will be filtered out in the notebook output. For example, here is a link, but it is only visible as a link if you are reading the markdown output. We can also use equations:

\[\int_\Omega \nabla v \cdot \nabla u\ \mathrm{d}\Omega = \int_\Omega v f\ \mathrm{d}\Omega\]

using Documenters math syntax. Documenters syntax is automatically changed to \begin{equation} ... \end{equation} in the notebook output to display correctly.


This page was generated using Literate.jl.

diff --git a/dev/generated/name/index.html b/dev/generated/name/index.html index f7ff834..9b9183b 100644 --- a/dev/generated/name/index.html +++ b/dev/generated/name/index.html @@ -1,2 +1,2 @@ -Rational numbers · Literate.jl

Rational numbers

In julia rational numbers can be constructed with the // operator. Lets define two rational numbers, x and y:

x = 1//3
1//3
y = 2//5
2//5

When adding x and y together we obtain a new rational number:

z = x + y
11//15
+Rational numbers · Literate.jl

Rational numbers

In julia rational numbers can be constructed with the // operator. Lets define two rational numbers, x and y:

x = 1//3
1//3
y = 2//5
2//5

When adding x and y together we obtain a new rational number:

z = x + y
11//15
diff --git a/dev/index.html b/dev/index.html index 247c02f..b4349f5 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,2 +1,2 @@ -1. Introduction · Literate.jl

1. Introduction

Welcome to the documentation for Literate – a simplistic package for Literate Programming.

What?

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 of three functions, all of which take the same script file as input, but generate different output:

  • Literate.markdown generates a markdown file. Code snippets can be executed and the results included in the output.
  • Literate.notebook generates a notebook. Code snippets can be executed and the results included in the output.
  • Literate.script generates a plain script file scrubbed from all metadata and special syntax.

Why?

Examples are (probably) the best way to showcase your awesome package, and examples are often the best way for a new user to learn how to use it. It is therefore important that the documentation of your package contains examples for users to read and study. However, people are different, and we all prefer different ways of trying out a new package. Some people want to RTFM, others want to explore the package interactively in, for example, a notebook, and some people want to study the source code. The aim of Literate is to make it easy to give the user all of these options, while still keeping maintenance to a minimum.

It is quite common that packages have "example notebooks" to showcase the package. Notebooks are great for showcasing a package, but they are not so great with version control, like git. The reason being that a notebook is a very "rich" format since it contains output and other metadata. Changes to the notebook thus result in large diffs, which makes it harder to review the actual changes.

It is also common that packages include examples in the documentation, for example by using Documenter.jl @example-blocks. This is also great, but it is not quite as interactive as a notebook, for the users who prefer that.

Literate tries to solve the problems above by creating the output as a part of the doc build. Literate generates the output based on a single source file which makes it easier to maintain, test, and keep the manual and your example notebooks in sync.

+1. Introduction · Literate.jl

1. Introduction

Welcome to the documentation for Literate – a simplistic package for Literate Programming.

What?

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 of three functions, all of which take the same script file as input, but generate different output:

  • Literate.markdown generates a markdown file. Code snippets can be executed and the results included in the output.
  • Literate.notebook generates a notebook. Code snippets can be executed and the results included in the output.
  • Literate.script generates a plain script file scrubbed from all metadata and special syntax.

Why?

Examples are (probably) the best way to showcase your awesome package, and examples are often the best way for a new user to learn how to use it. It is therefore important that the documentation of your package contains examples for users to read and study. However, people are different, and we all prefer different ways of trying out a new package. Some people want to RTFM, others want to explore the package interactively in, for example, a notebook, and some people want to study the source code. The aim of Literate is to make it easy to give the user all of these options, while still keeping maintenance to a minimum.

It is quite common that packages have "example notebooks" to showcase the package. Notebooks are great for showcasing a package, but they are not so great with version control, like git. The reason being that a notebook is a very "rich" format since it contains output and other metadata. Changes to the notebook thus result in large diffs, which makes it harder to review the actual changes.

It is also common that packages include examples in the documentation, for example by using Documenter.jl @example-blocks. This is also great, but it is not quite as interactive as a notebook, for the users who prefer that.

Literate tries to solve the problems above by creating the output as a part of the doc build. Literate generates the output based on a single source file which makes it easier to maintain, test, and keep the manual and your example notebooks in sync.

diff --git a/dev/outputformats/index.html b/dev/outputformats/index.html index 99029e9..0d60462 100644 --- a/dev/outputformats/index.html +++ b/dev/outputformats/index.html @@ -1,5 +1,5 @@ -4. Output formats · Literate.jl

4. Output formats

When the source is parsed, and has been processed it is time to render the output. We will consider the following source snippet:

# # Rational numbers
+4. Output formats · Literate.jl

4. Output formats

When the source is parsed, and has been processed it is time to render the output. We will consider the following source snippet:

# # Rational numbers
 #
 # In julia rational numbers can be constructed with the `//` operator.
 # Lets define two rational numbers, `x` and `y`:
@@ -10,7 +10,7 @@ y = 2//5
 
 # When adding `x` and `y` together we obtain a new rational number:
 
-z = x + y

and see how this is rendered in each of the output formats.

4.1. Markdown output

Markdown output is generated by Literate.markdown. There exist various "flavors" of markdown and Literate supports some different flavors, see Markdown flavors. The default flavor is Literate.DocumenterFlavor() and, as the name suggest, it generates markdown files meant to be used together with Documenter.jl. The output of the source snippet above is as follows:

```@meta
+z = x + y

and see how this is rendered in each of the output formats.

4.1. Markdown output

Markdown output is generated by Literate.markdown. There exist various "flavors" of markdown and Literate supports some different flavors, see Markdown flavors. The default flavor is Literate.DocumenterFlavor() and, as the name suggest, it generates markdown files meant to be used together with Documenter.jl. The output of the source snippet above is as follows:

```@meta
 EditURL = "https://github.com/fredrikekre/Literate.jl/blob/master/docs/src/outputformats.jl"
 ```
 
@@ -31,18 +31,18 @@ When adding `x` and `y` together we obtain a new rational number:
 
 ````@example name
 z = x + y
-````

We note that lines starting with # are printed as regular markdown, and the code lines have been wrapped in @example blocks. We also note that an @meta block have been added, that sets the EditURL variable. This is used by Documenter to redirect the "Edit on GitHub" link for the page, see Interaction with Documenter.

The @example blocks are wrapped in 4 consecutive backticks so as to allow for docstrings containing triple backticks, for example:

"""
+````

We note that lines starting with # are printed as regular markdown, and the code lines have been wrapped in @example blocks. We also note that an @meta block have been added, that sets the EditURL variable. This is used by Documenter to redirect the "Edit on GitHub" link for the page, see Interaction with Documenter.

The @example blocks are wrapped in 4 consecutive backticks so as to allow for docstrings containing triple backticks, for example:

"""
 This function perform the following calculation:
 ```math
     x_1 + x_2
 ```
 """
-f(x) = x[1] + x[2]

If your Julia code itself contains 4 consecutive backticks, you can use the keyword argument codefence to setup 5 backticks for code blocks, see Configuration.

It possible to configure Literate.markdown to also evaluate code snippets, capture the result and include it in the output, by passing execute=true as a keyword argument. The result of the first code-block in the example above would then become

````julia
+f(x) = x[1] + x[2]

If your Julia code itself contains 4 consecutive backticks, you can use the keyword argument codefence to setup 5 backticks for code blocks, see Configuration.

It possible to configure Literate.markdown to also evaluate code snippets, capture the result and include it in the output, by passing execute=true as a keyword argument. The result of the first code-block in the example above would then become

````julia
 x = 1//3
 ````
 ````
 1//3
-````

In this example the output is just plain text. However, if the resulting value of the code block can be displayed as an image (image/png or image/jpeg), HTML (text/html) or markdown (text/markdown) Literate will include the richest representation of the output.

Note

Since Documenter executes and captures results of @example block it is not necessary to use execute=true for markdown output that is meant to be used as input to Documenter.

See the section about Configuration for more information about how to configure the behavior and resulting output of Literate.markdown.

Literate.markdownFunction
Literate.markdown(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...)

Generate a markdown file from inputfile and write the result to the directory outputdir.

See the manual section on Configuration for documentation of possible configuration with config and other keyword arguments.

source

Markdown flavors

Literate can output markdown in different flavors. The flavor is specified using the flavor keyword argument. The following flavors are currently supported:

  • flavor = Literate.DocumenterFlavor() this is the default flavor and the output is meant to be used as input to Documenter.jl.
  • flavor = Literate.FranklinFlavor() this outputs markdown meant to be used as input to Franklin.jl.

4.2. Notebook output

Notebook output is generated by Literate.notebook. The (default) notebook output of the source snippet can be seen here: notebook.ipynb.

We note that lines starting with # are placed in markdown cells, and the code lines have been placed in code cells. By default the notebook is also executed and output cells populated. The current working directory is set to the specified output directory the notebook is executed.

See the section about Configuration for how to configure the behavior and resulting output of Literate.notebook.

Literate.notebookFunction
Literate.notebook(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...)

Generate a notebook from inputfile and write the result to outputdir.

See the manual section on Configuration for documentation of possible configuration with config and other keyword arguments.

source

Notebook metadata

Jupyter notebook cells (both code cells and markdown cells) can contain metadata. This is enabled in Literate by the %% token, similar to Jupytext. The format is as follows

%% optional ignored text [type] {optional metadata JSON}

Cell metadata can, for example, be used for nbgrader and the reveal.js notebook extension RISE.

The following would create a 3 slide deck with RISE:

#nb # %% A slide [markdown] {"slideshow": {"slide_type": "slide"}}
+````

In this example the output is just plain text. However, if the resulting value of the code block can be displayed as an image (image/png or image/jpeg), HTML (text/html) or markdown (text/markdown) Literate will include the richest representation of the output.

Note

Since Documenter executes and captures results of @example block it is not necessary to use execute=true for markdown output that is meant to be used as input to Documenter.

See the section about Configuration for more information about how to configure the behavior and resulting output of Literate.markdown.

Literate.markdownFunction
Literate.markdown(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...)

Generate a markdown file from inputfile and write the result to the directory outputdir.

See the manual section on Configuration for documentation of possible configuration with config and other keyword arguments.

source

Markdown flavors

Literate can output markdown in different flavors. The flavor is specified using the flavor keyword argument. The following flavors are currently supported:

  • flavor = Literate.DocumenterFlavor() this is the default flavor and the output is meant to be used as input to Documenter.jl.
  • flavor = Literate.FranklinFlavor() this outputs markdown meant to be used as input to Franklin.jl.

4.2. Notebook output

Notebook output is generated by Literate.notebook. The (default) notebook output of the source snippet can be seen here: notebook.ipynb.

We note that lines starting with # are placed in markdown cells, and the code lines have been placed in code cells. By default the notebook is also executed and output cells populated. The current working directory is set to the specified output directory the notebook is executed.

See the section about Configuration for how to configure the behavior and resulting output of Literate.notebook.

Literate.notebookFunction
Literate.notebook(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...)

Generate a notebook from inputfile and write the result to outputdir.

See the manual section on Configuration for documentation of possible configuration with config and other keyword arguments.

source

Notebook metadata

Jupyter notebook cells (both code cells and markdown cells) can contain metadata. This is enabled in Literate by the %% token, similar to Jupytext. The format is as follows

%% optional ignored text [type] {optional metadata JSON}

Cell metadata can, for example, be used for nbgrader and the reveal.js notebook extension RISE.

The following would create a 3 slide deck with RISE:

#nb # %% A slide [markdown] {"slideshow": {"slide_type": "slide"}}
 # # Some title
 #
 # We're using `#nb` so the metadata is only included in notebook output
@@ -52,8 +52,8 @@ x = 1//3
 y = 2//5
 
 #nb # %% A slide [markdown] {"slideshow": {"slide_type": "subslide"}}
-# For more information about RISE, see [the docs](https://rise.readthedocs.io/en/stable/usage.html)

4.3. Script output

Script output is generated by Literate.script. The (default) script output of the source snippet above is as follows:

x = 1//3
+# For more information about RISE, see [the docs](https://rise.readthedocs.io/en/stable/usage.html)

4.3. Script output

Script output is generated by Literate.script. The (default) script output of the source snippet above is as follows:

x = 1//3
 
 y = 2//5
 
-z = x + y

We note that lines starting with # are removed and only the code lines have been kept.

See the section about Configuration for how to configure the behavior and resulting output of Literate.script.

Literate.scriptFunction
Literate.script(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...)

Generate a plain script file from inputfile and write the result to outputdir.

See the manual section on Configuration for documentation of possible configuration with config and other keyword arguments.

source

4.4. Configuration

The behavior of Literate.markdown, Literate.notebook and Literate.script can be configured by keyword arguments. There are two ways to do this; pass config::Dict as a keyword argument, or pass individual keyword arguments.

Configuration precedence

Individual keyword arguments take precedence over the config dictionary, so for e.g. Literate.markdown(...; config = Dict("name" => "hello"), name = "world") the resulting configuration for name will be "world". Both individual keyword arguments and the config dictionary take precedence over the default.

Available configurations with description and default values are given in the reference for Literate.DEFAULT_CONFIGURATION just below.

Literate.DEFAULT_CONFIGURATIONConstant
DEFAULT_CONFIGURATION

Default configuration for Literate.markdown, Literate.notebook and Literate.script which is used for everything not specified by the user. Configuration can be passed as individual keyword arguments or as a dictionary passed with the config keyword argument. See the manual section about Configuration for more information.

Available options:

  • name (default: filename(inputfile)): Name of the output file (excluding the file extension).
  • preprocess (default: identity): Custom preprocessing function mapping a String to a String. See Custom pre- and post-processing.
  • postprocess (default: identity): Custom preprocessing function mapping a String to a String. See Custom pre- and post-processing.
  • credit (default: true): Boolean for controlling the addition of This file was generated with Literate.jl ... to the bottom of the page. If you find Literate.jl useful then feel free to keep this.
  • keep_comments (default: false): When true, keeps markdown lines as comments in the output script. Only applicable for Literate.script.
  • execute (default: true for notebook, false for markdown): Whether to execute and capture the output. Only applicable for Literate.notebook and Literate.markdown.
  • codefence (default: "````@example $(name)" => "````" for DocumenterFlavor() and "````julia" => "````" otherwise): Pair containing opening and closing code fence for wrapping code blocks.
  • flavor (default: Literate.DocumenterFlavor()) Output flavor for markdown, see Markdown flavors. Only applicable for Literate.markdown.
  • devurl (default: "dev"): URL for "in-development" docs, see Documenter docs. Unused if repo_root_url/ nbviewer_root_url/binder_root_url are set.
  • repo_root_url: URL to the root of the repository. Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for @__REPO_ROOT_URL__.
  • nbviewer_root_url: URL to the root of the repository as seen on nbviewer. Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for @__NBVIEWER_ROOT_URL__.
  • binder_root_url: URL to the root of the repository as seen on mybinder. Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for @__BINDER_ROOT_URL__.
  • repo_root_path: Filepath to the root of the repository. Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for computing Documenters EditURL.
source
+z = x + y

We note that lines starting with # are removed and only the code lines have been kept.

See the section about Configuration for how to configure the behavior and resulting output of Literate.script.

Literate.scriptFunction
Literate.script(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...)

Generate a plain script file from inputfile and write the result to outputdir.

See the manual section on Configuration for documentation of possible configuration with config and other keyword arguments.

source

4.4. Configuration

The behavior of Literate.markdown, Literate.notebook and Literate.script can be configured by keyword arguments. There are two ways to do this; pass config::Dict as a keyword argument, or pass individual keyword arguments.

Configuration precedence

Individual keyword arguments take precedence over the config dictionary, so for e.g. Literate.markdown(...; config = Dict("name" => "hello"), name = "world") the resulting configuration for name will be "world". Both individual keyword arguments and the config dictionary take precedence over the default.

Available configurations with description and default values are given in the reference for Literate.DEFAULT_CONFIGURATION just below.

Literate.DEFAULT_CONFIGURATIONConstant
DEFAULT_CONFIGURATION

Default configuration for Literate.markdown, Literate.notebook and Literate.script which is used for everything not specified by the user. Configuration can be passed as individual keyword arguments or as a dictionary passed with the config keyword argument. See the manual section about Configuration for more information.

Available options:

  • name (default: filename(inputfile)): Name of the output file (excluding the file extension).
  • preprocess (default: identity): Custom preprocessing function mapping a String to a String. See Custom pre- and post-processing.
  • postprocess (default: identity): Custom preprocessing function mapping a String to a String. See Custom pre- and post-processing.
  • credit (default: true): Boolean for controlling the addition of This file was generated with Literate.jl ... to the bottom of the page. If you find Literate.jl useful then feel free to keep this.
  • keep_comments (default: false): When true, keeps markdown lines as comments in the output script. Only applicable for Literate.script.
  • execute (default: true for notebook, false for markdown): Whether to execute and capture the output. Only applicable for Literate.notebook and Literate.markdown.
  • codefence (default: "````@example $(name)" => "````" for DocumenterFlavor() and "````julia" => "````" otherwise): Pair containing opening and closing code fence for wrapping code blocks.
  • flavor (default: Literate.DocumenterFlavor()) Output flavor for markdown, see Markdown flavors. Only applicable for Literate.markdown.
  • devurl (default: "dev"): URL for "in-development" docs, see Documenter docs. Unused if repo_root_url/ nbviewer_root_url/binder_root_url are set.
  • repo_root_url: URL to the root of the repository. Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for @__REPO_ROOT_URL__.
  • nbviewer_root_url: URL to the root of the repository as seen on nbviewer. Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for @__NBVIEWER_ROOT_URL__.
  • binder_root_url: URL to the root of the repository as seen on mybinder. Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for @__BINDER_ROOT_URL__.
  • repo_root_path: Filepath to the root of the repository. Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for computing Documenters EditURL.
source
diff --git a/dev/pipeline/index.html b/dev/pipeline/index.html index 51cc9d9..a688dde 100644 --- a/dev/pipeline/index.html +++ b/dev/pipeline/index.html @@ -1,5 +1,5 @@ -3. Processing pipeline · Literate.jl

3. Processing pipeline

The generation of output follows the same pipeline for all output formats:

  1. Pre-processing
  2. Parsing
  3. Document generation
  4. Post-processing
  5. Writing to file

3.1. Pre-processing

The first step is pre-processing of the input file. The file is read to a String. The first processing step is to apply the user specified pre-processing function, see Custom pre- and post-processing.

The next step is to perform all of the built-in default replacements. CRLF style line endings ("\r\n") are replaced with LF line endings ("\n") to simplify internal processing. Next, line filtering is performed, see Filtering Lines, meaning that lines starting with #md, #nb or #jl are handled (either just the token itself is removed, or the full line, depending on the output target). The last pre-processing step is to expand the convenience "macros" described in Default replacements is expanded.

3.2. Parsing

After the preprocessing the file is parsed. The first step is to categorize each line and mark them as either markdown or code according to the rules described in the Syntax section. Lets consider the example from the previous section with each line categorized:

# # Rational numbers                                                     <- markdown
+3. Processing pipeline · Literate.jl

3. Processing pipeline

The generation of output follows the same pipeline for all output formats:

  1. Pre-processing
  2. Parsing
  3. Document generation
  4. Post-processing
  5. Writing to file

3.1. Pre-processing

The first step is pre-processing of the input file. The file is read to a String. The first processing step is to apply the user specified pre-processing function, see Custom pre- and post-processing.

The next step is to perform all of the built-in default replacements. CRLF style line endings ("\r\n") are replaced with LF line endings ("\n") to simplify internal processing. Next, line filtering is performed, see Filtering Lines, meaning that lines starting with #md, #nb or #jl are handled (either just the token itself is removed, or the full line, depending on the output target). The last pre-processing step is to expand the convenience "macros" described in Default replacements is expanded.

3.2. Parsing

After the preprocessing the file is parsed. The first step is to categorize each line and mark them as either markdown or code according to the rules described in the Syntax section. Lets consider the example from the previous section with each line categorized:

# # Rational numbers                                                     <- markdown
 #                                                                        <- markdown
 # In julia rational numbers can be constructed with the `//` operator.   <- markdown
 # Lets define two rational numbers, `x` and `y`:                         <- markdown
@@ -10,7 +10,7 @@ y = 2 // 5                                                               <- c
                                                                          <- code
 # When adding `x` and `y` together we obtain a new rational number:      <- markdown
                                                                          <- code
-z = x + y                                                                <- code

In the next step the lines are grouped into "chunks" of markdown and code. This is done by simply collecting adjacent lines of the same "type" into chunks:

# # Rational numbers                                                     ┐
+z = x + y                                                                <- code

In the next step the lines are grouped into "chunks" of markdown and code. This is done by simply collecting adjacent lines of the same "type" into chunks:

# # Rational numbers                                                     ┐
 #                                                                        │
 # In julia rational numbers can be constructed with the `//` operator.   │ markdown
 # Lets define two rational numbers, `x` and `y`:                         ┘
@@ -21,12 +21,12 @@ y = 2 // 5                                                               │ cod
                                                                          ┘
 # When adding `x` and `y` together we obtain a new rational number:      ] markdown
                                                                          ┐
-z = x + y                                                                ┘ code

In the last parsing step all empty leading and trailing lines for each chunk are removed, but empty lines within the same block are kept. The leading # tokens are also removed from the markdown chunks. Finally we would end up with the following 4 chunks:

Chunks #1:

# Rational numbers
+z = x + y                                                                ┘ code

In the last parsing step all empty leading and trailing lines for each chunk are removed, but empty lines within the same block are kept. The leading # tokens are also removed from the markdown chunks. Finally we would end up with the following 4 chunks:

Chunks #1:

# Rational numbers
 
 In julia rational numbers can be constructed with the `//` operator.
-Lets define two rational numbers, `x` and `y`:

Chunk #2:

# Define variable x and y
+Lets define two rational numbers, `x` and `y`:

Chunk #2:

# Define variable x and y
 x = 1 // 3
-y = 2 // 5

Chunk #3:

When adding `x` and `y` together we obtain a new rational number:

Chunk #4:

z = x + y

It is then up to the Document generation step to decide how these chunks should be treated.

Custom control over chunk splits

Sometimes it is convenient to be able to manually control how the chunks are split. For example, if you want to split a block of code into two, such that they end up in two different @example blocks or notebook cells. The #- token can be used for this purpose. All lines starting with #- are used as "chunk-splitters":

x = 1 // 3
+y = 2 // 5

Chunk #3:

When adding `x` and `y` together we obtain a new rational number:

Chunk #4:

z = x + y

It is then up to the Document generation step to decide how these chunks should be treated.

Custom control over chunk splits

Sometimes it is convenient to be able to manually control how the chunks are split. For example, if you want to split a block of code into two, such that they end up in two different @example blocks or notebook cells. The #- token can be used for this purpose. All lines starting with #- are used as "chunk-splitters":

x = 1 // 3
 y = 2 // 5
 #-
-z = x + y

The example above would result in two consecutive code-chunks.

Tip

The rest of the line, after #-, is discarded, so it is possible to use e.g. #------------- as a chunk splitter, which may make the source code more readable.

It is also possible to use #+ as a chunk splitter. The difference between #+ and #- is that #+ enables Documenter's "continued"-blocks, see the Documenter manual.

3.3. Document generation

After the parsing it is time to generate the output. What is done in this step is very different depending on the output target, and it is described in more detail in the Output format sections: Markdown Output, Notebook Output and Script Output. Using the default settings, the following is happening:

  • Markdown output: markdown chunks are printed as-is, code chunks are put inside a code fence (defaults to @example-blocks),
  • Notebook output: markdown chunks are printed in markdown cells, code chunks are put in code cells,
  • Script output: markdown chunks are discarded, code chunks are printed as-is.

3.4. Post-processing

When the document is generated the user, again, has the option to hook-into the generation with a custom post-processing function. The reason is that one might want to change things that are only visible in the rendered document. See Custom pre- and post-processing.

3.5. Writing to file

The last step of the generation is writing to file. The result is written to $(outputdir)/$(name)(.md|.ipynb|.jl) where outputdir is the output directory supplied by the user (for example docs/generated), and name is a user supplied filename. It is recommended to add the output directory to .gitignore since the idea is that the generated documents will be generated as part of the build process rather than beeing files in the repo.

+z = x + y

The example above would result in two consecutive code-chunks.

Tip

The rest of the line, after #-, is discarded, so it is possible to use e.g. #------------- as a chunk splitter, which may make the source code more readable.

It is also possible to use #+ as a chunk splitter. The difference between #+ and #- is that #+ enables Documenter's "continued"-blocks, see the Documenter manual.

3.3. Document generation

After the parsing it is time to generate the output. What is done in this step is very different depending on the output target, and it is described in more detail in the Output format sections: Markdown Output, Notebook Output and Script Output. Using the default settings, the following is happening:

  • Markdown output: markdown chunks are printed as-is, code chunks are put inside a code fence (defaults to @example-blocks),
  • Notebook output: markdown chunks are printed in markdown cells, code chunks are put in code cells,
  • Script output: markdown chunks are discarded, code chunks are printed as-is.

3.4. Post-processing

When the document is generated the user, again, has the option to hook-into the generation with a custom post-processing function. The reason is that one might want to change things that are only visible in the rendered document. See Custom pre- and post-processing.

3.5. Writing to file

The last step of the generation is writing to file. The result is written to $(outputdir)/$(name)(.md|.ipynb|.jl) where outputdir is the output directory supplied by the user (for example docs/generated), and name is a user supplied filename. It is recommended to add the output directory to .gitignore since the idea is that the generated documents will be generated as part of the build process rather than beeing files in the repo.

diff --git a/dev/search/index.html b/dev/search/index.html index ae8dc31..3f3f512 100644 --- a/dev/search/index.html +++ b/dev/search/index.html @@ -1,2 +1,2 @@ -Search · Literate.jl

Loading search...

    +Search · Literate.jl

    Loading search...

      diff --git a/dev/tips/index.html b/dev/tips/index.html index e018856..b5a06b5 100644 --- a/dev/tips/index.html +++ b/dev/tips/index.html @@ -1,9 +1,9 @@ -7. Tips and tricks · Literate.jl

      7. Tips and tricks

      This section lists some tips and tricks that might be useful for using Literate.

      Filesize of generated notebooks

      When Literate executes a notebook the return value, i.e. the result of the last Julia expression in each cell is captured. By default Literate generates multiple renderings of the result in different output formats or MIMEs, just like IJulia.jl does. All of these renderings are embedded in the notebook and it is up to the notebook frontend viewer to select the most appropriate format to show to the user.

      A common example is images, which can often be displayed in multiple formats, e.g. PNG (image/png), SVG (image/svg+xml) and HTML (text/html). As a result, the filesize of the generated notebook can become large.

      In order to remedy this you can use the clever Julia package DisplayAs to limit the output capabilities of an object. For example, to "force" an image to be captures as image/png only, you can use

      import DisplayAs
      +7. Tips and tricks · Literate.jl

      7. Tips and tricks

      This section lists some tips and tricks that might be useful for using Literate.

      Filesize of generated notebooks

      When Literate executes a notebook the return value, i.e. the result of the last Julia expression in each cell is captured. By default Literate generates multiple renderings of the result in different output formats or MIMEs, just like IJulia.jl does. All of these renderings are embedded in the notebook and it is up to the notebook frontend viewer to select the most appropriate format to show to the user.

      A common example is images, which can often be displayed in multiple formats, e.g. PNG (image/png), SVG (image/svg+xml) and HTML (text/html). As a result, the filesize of the generated notebook can become large.

      In order to remedy this you can use the clever Julia package DisplayAs to limit the output capabilities of an object. For example, to "force" an image to be captures as image/png only, you can use

      import DisplayAs
       img = plot(...)
      -img = DisplayAs.PNG(img)

      This can save some memory, since the image is never captured in e.g. SVG or HTML formats.

      Note

      It is best to always let the object be showable as text/plain. This can be achieved by nested calls to DisplayAs output types. For example, to limit an image img to be showable as just image/png and text/plain you can use

      img = plot(...)
      -img = DisplayAs.Text(DisplayAs.PNG(img))

      Adding admonitions using compound line filtering

      Admonitions are a useful feature for drawing attention to particular elements of documentation. They are documented in Documenter.jl and an example of their use can be seen above in the blue 'note' box. Admonitions is a specific Julia markdown feature, and they are not recognized by either common mark or Jupyter notebooks. The md line filter can be used to make sure admonitions only show up in markdown output, for example:

      #md # !!! note "Be aware!"
      -#md #     This a note style admonition!

      It is important to note that both #md and the second # are required. Literate.jl interprets the first #md as a markdown exclusive line, and then strips it out. The second # tells Literate.jl that the line should be parsed as markdown and not a Julia code block. If you only include #md and not the second # then it will be parsed into Julia example block in the final documentation and not an actual admonition.

      Custom parsing for markdown and notebook compatible admonitions

      As mentioned above, admonitions are not compatible with Jupyter notebooks. (Though at time of writing this documentation, this is an open issue in Jupyter so may change in the future.) For now, we can write a custom preprocessor function so that admonitions are interpreted as quotes (with their own special formatting) in notebooks and proper admonitions in markdown. For the case of note admonitions, this can be written as follows:

      function md_note(str)
      +img = DisplayAs.PNG(img)

      This can save some memory, since the image is never captured in e.g. SVG or HTML formats.

      Note

      It is best to always let the object be showable as text/plain. This can be achieved by nested calls to DisplayAs output types. For example, to limit an image img to be showable as just image/png and text/plain you can use

      img = plot(...)
      +img = DisplayAs.Text(DisplayAs.PNG(img))

      Adding admonitions using compound line filtering

      Admonitions are a useful feature for drawing attention to particular elements of documentation. They are documented in Documenter.jl and an example of their use can be seen above in the blue 'note' box. Admonitions is a specific Julia markdown feature, and they are not recognized by either common mark or Jupyter notebooks. The md line filter can be used to make sure admonitions only show up in markdown output, for example:

      #md # !!! note "Be aware!"
      +#md #     This a note style admonition!

      It is important to note that both #md and the second # are required. Literate.jl interprets the first #md as a markdown exclusive line, and then strips it out. The second # tells Literate.jl that the line should be parsed as markdown and not a Julia code block. If you only include #md and not the second # then it will be parsed into Julia example block in the final documentation and not an actual admonition.

      Custom parsing for markdown and notebook compatible admonitions

      As mentioned above, admonitions are not compatible with Jupyter notebooks. (Though at time of writing this documentation, this is an open issue in Jupyter so may change in the future.) For now, we can write a custom preprocessor function so that admonitions are interpreted as quotes (with their own special formatting) in notebooks and proper admonitions in markdown. For the case of note admonitions, this can be written as follows:

      function md_note(str)
           str = replace(str, r"^#note # (.*)$"m => s"""
           # !!! note
           #     \1""")
      @@ -21,8 +21,8 @@ using Literate
       
       Literate.markdown("example.jl", "tmp/"; preprocess = md_note)
       
      -Literate.notebook("example.jl", "tmp/"; preprocess = nb_note)

      This will allow us to turn the following source code in example.jl:

      #note # This is a useful note.

      into the correct admonition syntax in the markdown file generated:

      !!! note
      -    This is a useful note.

      and a quotation style formatting in the generated notebook cell:

      > *Note*
      -> This is a useful note.

      which, in an actual notebook cell, will look similar to:

      Note
      This is a useful note.

      Debugging code execution

      When Literate is executing code (i.e. when execute = true is set), it does so quietly. All the output gets captured and nothing gets printed into the terminal. This can make it tricky to know where things go wrong, e.g. when the execution stalls due to an infinite loop.

      To help debug this, Literate has an @debug statement that prints out each code block that is being executed. In general, to enable the printing of Literate's @debug statements, you can set the JULIA_DEBUG environment variable to "Literate".

      The easiest way to do that is to set the variable in the Julia session before running Literate by doing

      ENV["JULIA_DEBUG"]="Literate"

      Alternatively, you can also set the environment variable before starting the Julia session, e.g.

      $ JULIA_DEBUG=Literate julia

      or by wrapping the Literate calls in an withenv block

      withenv("JULIA_DEBUG" => "Literate") do
      +Literate.notebook("example.jl", "tmp/"; preprocess = nb_note)

      This will allow us to turn the following source code in example.jl:

      #note # This is a useful note.

      into the correct admonition syntax in the markdown file generated:

      !!! note
      +    This is a useful note.

      and a quotation style formatting in the generated notebook cell:

      > *Note*
      +> This is a useful note.

      which, in an actual notebook cell, will look similar to:

      Note
      This is a useful note.

      Debugging code execution

      When Literate is executing code (i.e. when execute = true is set), it does so quietly. All the output gets captured and nothing gets printed into the terminal. This can make it tricky to know where things go wrong, e.g. when the execution stalls due to an infinite loop.

      To help debug this, Literate has an @debug statement that prints out each code block that is being executed. In general, to enable the printing of Literate's @debug statements, you can set the JULIA_DEBUG environment variable to "Literate".

      The easiest way to do that is to set the variable in the Julia session before running Literate by doing

      ENV["JULIA_DEBUG"]="Literate"

      Alternatively, you can also set the environment variable before starting the Julia session, e.g.

      $ JULIA_DEBUG=Literate julia

      or by wrapping the Literate calls in an withenv block

      withenv("JULIA_DEBUG" => "Literate") do
           Literate.notebook("myscript.jl"; execute=true)
      -end
      +end