|
|
<!DOCTYPE html><HTML lang="en"><head><meta charset="UTF-8"/><meta content="width=device-width, initial-scale=1.0" name="viewport"/><title>4. Output Formats · Literate.jl</title><link href="https://fredrikekre.github.io/Literate.jl/v2/outputformats/" rel="canonical"/><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL=".."</script><script data-main="../assets/documenter.js" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script><script src="../siteinfo.js"></script><script src="../../versions.js"></script><link class="docs-theme-link" data-theme-name="documenter-dark" href="../assets/themes/documenter-dark.css" rel="stylesheet" type="text/css"/><link class="docs-theme-link" data-theme-name="documenter-light" data-theme-primary="" href="../assets/themes/documenter-light.css" rel="stylesheet" type="text/css"/><script src="../assets/themeswap.js"></script><link href="../assets/custom.css" rel="stylesheet" type="text/css"/><link href="../assets/favicon.ico" rel="icon" type="image/x-icon"/><script data-outdated-warner="">function maybeAddWarning () { |
|
|
const head = document.getElementsByTagName('head')[0]; |
|
|
|
|
|
// Add a noindex meta tag (unless one exists) so that search engines don't index this version of the docs. |
|
|
if (document.body.querySelector('meta[name="robots"]') === null) { |
|
|
const meta = document.createElement('meta'); |
|
|
meta.name = 'robots'; |
|
|
meta.content = 'noindex'; |
|
|
|
|
|
head.appendChild(meta); |
|
|
}; |
|
|
|
|
|
// Add a stylesheet to avoid inline styling |
|
|
const style = document.createElement('style'); |
|
|
style.type = 'text/css'; |
|
|
style.appendChild(document.createTextNode('.outdated-warning-overlay { position: fixed; top: 0; left: 0; right: 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); z-index: 999; background-color: #ffaba7; color: rgba(0, 0, 0, 0.7); border-bottom: 3px solid #da0b00; padding: 10px 35px; text-align: center; font-size: 15px; } .outdated-warning-overlay .outdated-warning-closer { position: absolute; top: calc(50% - 10px); right: 18px; cursor: pointer; width: 12px; } .outdated-warning-overlay a { color: #2e63b8; } .outdated-warning-overlay a:hover { color: #363636; }')); |
|
|
head.appendChild(style); |
|
|
|
|
|
const div = document.createElement('div'); |
|
|
div.classList.add('outdated-warning-overlay'); |
|
|
const closer = document.createElement('div'); |
|
|
closer.classList.add('outdated-warning-closer'); |
|
|
|
|
|
// Icon by font-awesome (license: https://fontawesome.com/license, link: https://fontawesome.com/icons/times?style=solid) |
|
|
closer.innerHTML = '<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>'; |
|
|
closer.addEventListener('click', function () { |
|
|
document.body.removeChild(div); |
|
|
}); |
|
|
let href = '/stable'; |
|
|
if (window.documenterBaseURL) { |
|
|
href = window.documenterBaseURL + '/../stable'; |
|
|
} |
|
|
div.innerHTML = 'This is an old version of the documentation. <br> <a href="' + href + '">Go to the newest version</a>.'; |
|
|
div.appendChild(closer); |
|
|
document.body.appendChild(div); |
|
|
}; |
|
|
|
|
|
if (document.readyState === 'loading') { |
|
|
document.addEventListener('DOMContentLoaded', maybeAddWarning); |
|
|
} else { |
|
|
maybeAddWarning(); |
|
|
}; |
|
|
</script></head><body><div id="documenter"><nav class="docs-sidebar"><a class="docs-logo" href="../"><img alt="Literate.jl logo" src="../assets/logo.png"/></a><div class="docs-package-name"><span class="docs-autofit">Literate.jl</span></div><form action="../search/" class="docs-search"><input class="docs-search-query" id="documenter-search-query" name="q" placeholder="Search docs" type="text"/></form><ul class="docs-menu"><li><a class="tocitem" href="../"><strong>1.</strong> Introduction</a></li><li><a class="tocitem" href="../fileformat/"><strong>2.</strong> File Format</a></li><li><a class="tocitem" href="../pipeline/"><strong>3.</strong> Processing pipeline</a></li><li class="is-active"><a class="tocitem" href=""><strong>4.</strong> Output Formats</a><ul class="internal"><li><a class="tocitem" href="#Markdown-Output"><span><strong>4.1.</strong> Markdown Output</span></a></li><li><a class="tocitem" href="#Notebook-Output"><span><strong>4.2.</strong> Notebook Output</span></a></li><li><a class="tocitem" href="#Script-Output"><span><strong>4.3.</strong> Script Output</span></a></li><li><a class="tocitem" href="#Configuration"><span><strong>4.4.</strong> Configuration</span></a></li></ul></li><li><a class="tocitem" href="../customprocessing/"><strong>5.</strong> Custom pre- and post-processing</a></li><li><a class="tocitem" href="../documenter/"><strong>6.</strong> Interaction with Documenter.jl</a></li><li><a class="tocitem" href="../tips/"><strong>7.</strong> Tips and Tricks</a></li><li><a class="tocitem" href="../generated/example/"><strong>8.</strong> Example</a></li></ul><div class="docs-version-selector field has-addons"><div class="control"><span class="docs-label button is-static is-size-7">Version</span></div><div class="docs-selector control is-expanded"><div class="select is-fullwidth is-size-7"><select id="documenter-version-selector"></select></div></div></div></nav><div class="docs-main"><header class="docs-navbar"><nav class="breadcrumb"><ul class="is-hidden-mobile"><li class="is-active"><a href=""><strong>4.</strong> Output Formats</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href=""><strong>4.</strong> Output Formats</a></li></ul></nav><div class="docs-right"><a class="docs-edit-link" href="https://github.com/fredrikekre/Literate.jl/blob/master/docs/src/outputformats.md" title="Edit on GitHub"><span class="docs-icon fab"></span><span class="docs-label is-hidden-touch">Edit on GitHub</span></a><a class="docs-settings-button fas fa-cog" href="#" id="documenter-settings-button" title="Settings"></a><a class="docs-sidebar-button fa fa-bars is-hidden-desktop" href="#" id="documenter-sidebar-button"></a></div></header><article class="content" id="documenter-page"><h1 id="Output-Formats"><a class="docs-heading-anchor" href="#Output-Formats"><strong>4.</strong> Output Formats</a><a id="Output-Formats-1"></a><a class="docs-heading-anchor-permalink" href="#Output-Formats" title="Permalink"></a></h1><p>When the source is parsed, and have been processed it is time to render the output. We will consider the following source snippet:</p><pre><code class="language-julia"># # Rational numbers |
|
|
# |
|
|
# In julia rational numbers can be constructed with the `//` operator. |
|
|
# Lets define two rational numbers, `x` and `y`: |
|
|
|
|
|
x = 1//3 |
|
|
#- |
|
|
y = 2//5 |
|
|
|
|
|
# When adding `x` and `y` together we obtain a new rational number: |
|
|
|
|
|
z = x + y</code></pre><p>and see how this is rendered in each of the output formats.</p><h2 id="Markdown-Output"><a class="docs-heading-anchor" href="#Markdown-Output"><strong>4.1.</strong> Markdown Output</a><a id="Markdown-Output-1"></a><a class="docs-heading-anchor-permalink" href="#Markdown-Output" title="Permalink"></a></h2><p>Markdown output is generated by <a href="#Literate.markdown"><code>Literate.markdown</code></a>. The (default) markdown output of the source snippet above is as follows:</p><pre><code class="language-markdown">```@meta |
|
|
EditURL = "https://github.com/fredrikekre/Literate.jl/blob/master/docs/src/outputformats.jl" |
|
|
``` |
|
|
|
|
|
# Rational numbers |
|
|
|
|
|
In julia rational numbers can be constructed with the `//` operator. |
|
|
Lets define two rational numbers, `x` and `y`: |
|
|
|
|
|
```@example name |
|
|
x = 1//3 |
|
|
``` |
|
|
|
|
|
```@example name |
|
|
y = 2//5 |
|
|
``` |
|
|
|
|
|
When adding `x` and `y` together we obtain a new rational number: |
|
|
|
|
|
```@example name |
|
|
z = x + y |
|
|
```</code></pre><p>We note that lines starting with <code>#</code> are printed as regular markdown, and the code lines have been wrapped in <code>@example</code> blocks. We also note that an <code>@meta</code> block have been added, that sets the <code>EditURL</code> variable. This is used by Documenter to redirect the "Edit on GitHub" link for the page, see <a href="../documenter/#Interaction-with-Documenter">Interaction with Documenter</a>.</p><p>It possible to configure <code>Literate.markdown</code> to also evaluate code snippets, capture the result and include it in the output, by passing <code>execute=true</code> as a keyword argument. The result of the first code-block in the example above would then become</p><pre><code class="language-markdown">```julia |
|
|
x = 1//3 |
|
|
``` |
|
|
``` |
|
|
1//3 |
|
|
```</code></pre><p>In this example the output is just plain text. However, if the resulting value of the code block can be displayed as an image (png or jpeg) Literate will include the image representation of the output.</p><div class="admonition is-info"><header class="admonition-header">Note</header><div class="admonition-body"><p>Since Documenter executes and captures results of <code>@example</code> block it is not necessary to use <code>execute=true</code> for markdown output that is meant to be used as input to Documenter.</p></div></div><div class="admonition is-compat"><header class="admonition-header">Literate 2.4</header><div class="admonition-body"><p>Code execution of markdown output requires at least Literate version 2.4.</p></div></div><p>See the section about <a href="#Configuration">Configuration</a> for more information about how to configure the behavior and resulting output of <a href="#Literate.markdown"><code>Literate.markdown</code></a>.</p><article class="docstring"><header><a class="docstring-binding" href="#Literate.markdown" id="Literate.markdown"><code>Literate.markdown</code></a> — <span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">Literate.markdown(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...)</code></pre><p>Generate a markdown file from <code>inputfile</code> and write the result to the directory <code>outputdir</code>.</p><div class="admonition is-compat"><header class="admonition-header">Literate 2.5</header><div class="admonition-body"><p>Default output directory <code>pwd</code> requires at least Literate version 2.5.</p></div></div><p>See the manual section on <a href="#Configuration">Configuration</a> for documentation of possible configuration with <code>config</code> and other keyword arguments.</p></div><a class="docs-sourcelink" href="https://github.com/fredrikekre/Literate.jl/blob/4b603852f7f1df4cd6e516951ebee62778e689de/src/Literate.jl#L367-L378" target="_blank">source</a></section></article><h2 id="Notebook-Output"><a class="docs-heading-anchor" href="#Notebook-Output"><strong>4.2.</strong> Notebook Output</a><a id="Notebook-Output-1"></a><a class="docs-heading-anchor-permalink" href="#Notebook-Output" title="Permalink"></a></h2><p>Notebook output is generated by <a href="#Literate.notebook"><code>Literate.notebook</code></a>. The (default) notebook output of the source snippet can be seen here: <a href="https://nbviewer.jupyter.org/github/fredrikekre/Literate.jl/blob/gh-pages/Documenter.DeployDecision(true, "gh-pages", false, "github.com/fredrikekre/Literate.jl.git", "v2.6.0")/generated/notebook.ipynb">notebook.ipynb</a>.</p><p>We note that lines starting with <code>#</code> 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.</p><p>See the section about <a href="#Configuration">Configuration</a> for how to configure the behavior and resulting output of <a href="#Literate.notebook"><code>Literate.notebook</code></a>.</p><article class="docstring"><header><a class="docstring-binding" href="#Literate.notebook" id="Literate.notebook"><code>Literate.notebook</code></a> — <span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">Literate.notebook(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...)</code></pre><p>Generate a notebook from <code>inputfile</code> and write the result to <code>outputdir</code>.</p><div class="admonition is-compat"><header class="admonition-header">Literate 2.5</header><div class="admonition-body"><p>Default output directory <code>pwd</code> requires at least Literate version 2.5.</p></div></div><p>See the manual section on <a href="#Configuration">Configuration</a> for documentation of possible configuration with <code>config</code> and other keyword arguments.</p></div><a class="docs-sourcelink" href="https://github.com/fredrikekre/Literate.jl/blob/4b603852f7f1df4cd6e516951ebee62778e689de/src/Literate.jl#L511-L521" target="_blank">source</a></section></article><h3 id="Notebook-metadata"><a class="docs-heading-anchor" href="#Notebook-metadata">Notebook metadata</a><a id="Notebook-metadata-1"></a><a class="docs-heading-anchor-permalink" href="#Notebook-metadata" title="Permalink"></a></h3><p>Jupyter notebook cells (both code cells and markdown cells) can contain metadata. This is enabled in Literate by the <code>%%</code> token, similar to <a href="https://jupytext.readthedocs.io/en/latest/formats.html#the-percent-format">Jupytext</a>. The format is as follows</p><pre><code class="language-none">%% optional ignored text [type] {optional metadata JSON}</code></pre><p>Cell metadata can, for example, be used for <a href="https://nbgrader.readthedocs.io/en/stable/contributor_guide/metadata.html">nbgrader</a> and the <a href="https://github.com/hakimel/reveal.js">reveal.js</a> notebook extension <a href="https://github.com/damianavila/RISE">RISE</a>.</p><p>The following would create a 3 slide deck with RISE:</p><pre><code class="language-julia">#nb # %% A slide [markdown] {"slideshow": {"slide_type": "slide"}} |
|
|
# # Some title |
|
|
# |
|
|
# We're using `#nb` so the metadata is only included in notebook output |
|
|
|
|
|
#nb %% A slide [code] {"slideshow": {"slide_type": "fragment"}} |
|
|
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)</code></pre><h2 id="Script-Output"><a class="docs-heading-anchor" href="#Script-Output"><strong>4.3.</strong> Script Output</a><a id="Script-Output-1"></a><a class="docs-heading-anchor-permalink" href="#Script-Output" title="Permalink"></a></h2><p>Script output is generated by <a href="#Literate.script"><code>Literate.script</code></a>. The (default) script output of the source snippet above is as follows:</p><pre><code class="language-julia">x = 1//3 |
|
|
|
|
|
y = 2//5 |
|
|
|
|
|
z = x + y</code></pre><p>We note that lines starting with <code>#</code> are removed and only the code lines have been kept.</p><p>See the section about <a href="#Configuration">Configuration</a> for how to configure the behavior and resulting output of <a href="#Literate.script"><code>Literate.script</code></a>.</p><article class="docstring"><header><a class="docstring-binding" href="#Literate.script" id="Literate.script"><code>Literate.script</code></a> — <span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">Literate.script(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...)</code></pre><p>Generate a plain script file from <code>inputfile</code> and write the result to <code>outputdir</code>.</p><div class="admonition is-compat"><header class="admonition-header">Literate 2.5</header><div class="admonition-body"><p>Default output directory <code>pwd</code> requires at least Literate version 2.5.</p></div></div><p>See the manual section on <a href="#Configuration">Configuration</a> for documentation of possible configuration with <code>config</code> and other keyword arguments.</p></div><a class="docs-sourcelink" href="https://github.com/fredrikekre/Literate.jl/blob/4b603852f7f1df4cd6e516951ebee62778e689de/src/Literate.jl#L301-L311" target="_blank">source</a></section></article><h2 id="Configuration"><a class="docs-heading-anchor" href="#Configuration"><strong>4.4.</strong> Configuration</a><a id="Configuration-1"></a><a class="docs-heading-anchor-permalink" href="#Configuration" title="Permalink"></a></h2><p>The behavior of <a href="#Literate.markdown"><code>Literate.markdown</code></a>, <a href="#Literate.notebook"><code>Literate.notebook</code></a> and <a href="#Literate.script"><code>Literate.script</code></a> can be configured by keyword arguments. There are two ways to do this; pass <code>config::Dict</code> as a keyword argument, or pass individual keyword arguments.</p><div class="admonition is-compat"><header class="admonition-header">Literate 2.2</header><div class="admonition-body"><p>Passing configuration as a dictionary requires at least Literate version 2.2.</p></div></div><div class="admonition is-info"><header class="admonition-header">Configuration precedence</header><div class="admonition-body"><p>Individual keyword arguments takes precedence over the <code>config</code> dictionary, so for e.g. <code>Literate.markdown(...; config = Dict("name" => "hello"), name = "world")</code> the resulting configuration for <code>name</code> will be <code>"world"</code>. Both individual keyword arguments and the <code>config</code> dictionary takes precedence over the default.</p></div></div><p>Available configurations with description and default values are given in the reference for <a href="#Literate.DEFAULT_CONFIGURATION"><code>Literate.DEFAULT_CONFIGURATION</code></a> just below.</p><article class="docstring"><header><a class="docstring-binding" href="#Literate.DEFAULT_CONFIGURATION" id="Literate.DEFAULT_CONFIGURATION"><code>Literate.DEFAULT_CONFIGURATION</code></a> — <span class="docstring-category">Constant</span></header><section><div><pre><code class="language-julia">DEFAULT_CONFIGURATION</code></pre><p>Default configuration for <a href="#Literate.markdown"><code>Literate.markdown</code></a>, <a href="#Literate.notebook"><code>Literate.notebook</code></a> and <a href="#Literate.script"><code>Literate.script</code></a> which is used for everything not specified by the user. See the manual section about <a href="#Configuration">Configuration</a> for more information.</p><table><tbody><tr><th style="text-align: right">Configuration key</th><th style="text-align: left">Description</th><th style="text-align: left">Default value</th><th style="text-align: left">Comment</th></tr><tr><td style="text-align: right"><code>name</code></td><td style="text-align: left">Name of the output file (excluding file extension).</td><td style="text-align: left"><code>filename(inputfile)</code></td><td style="text-align: left"></td></tr><tr><td style="text-align: right"><code>preprocess</code></td><td style="text-align: left">Custom preprocessing function mapping <code>String</code> to <code>String</code>.</td><td style="text-align: left"><code>identity</code></td><td style="text-align: left">See <a href="../customprocessing/#Custom-pre-and-post-processing">Custom pre- and post-processing</a>.</td></tr><tr><td style="text-align: right"><code>postprocess</code></td><td style="text-align: left">Custom preprocessing function mapping <code>String</code> to <code>String</code>.</td><td style="text-align: left"><code>identity</code></td><td style="text-align: left">See <a href="../customprocessing/#Custom-pre-and-post-processing">Custom pre- and post-processing</a>.</td></tr><tr><td style="text-align: right"><code>documenter</code></td><td style="text-align: left">Boolean signaling that the source contains Documenter.jl elements.</td><td style="text-align: left"><code>true</code></td><td style="text-align: left">See <a href="../documenter/#Interaction-with-Documenter">Interaction with Documenter</a>.</td></tr><tr><td style="text-align: right"><code>credit</code></td><td style="text-align: left">Boolean for controlling the addition of <code>This file was generated with Literate.jl ...</code> to the bottom of the page. If you find Literate.jl useful then feel free to keep this.</td><td style="text-align: left"><code>true</code></td><td style="text-align: left"></td></tr><tr><td style="text-align: right"><code>keep_comments</code></td><td style="text-align: left">When <code>true</code>, keeps markdown lines as comments in the output script.</td><td style="text-align: left"><code>false</code></td><td style="text-align: left">Only applicable for <code>Literate.script</code>.</td></tr><tr><td style="text-align: right"><code>execute</code></td><td style="text-align: left">Whether to execute and capture the output.</td><td style="text-align: left"><code>true</code> (notebook), <code>false</code> (markdown)</td><td style="text-align: left">Only applicable for <code>Literate.notebook</code> and <code>Literate.markdown</code>. For markdown this requires at least Literate 2.4.</td></tr><tr><td style="text-align: right"><code>codefence</code></td><td style="text-align: left">Pair containing opening and closing fence for wrapping code blocks.</td><td style="text-align: left"><code>"```julia" => "```"</code></td><td style="text-align: left">If <code>documenter</code> is <code>true</code> the default is <code>"```@example"=>"```"</code>.</td></tr><tr><td style="text-align: right"><code>devurl</code></td><td style="text-align: left">URL for "in-development" docs.</td><td style="text-align: left"><code>"dev"</code></td><td style="text-align: left">See <a href="https://juliadocs.github.io/Documenter.jl/">Documenter docs</a>. Unused if <code>repo_root_url</code>/<code>nbviewer_root_url</code>/<code>binder_root_url</code> are set.</td></tr><tr><td style="text-align: right"><code>repo_root_url</code></td><td style="text-align: left">URL to the root of the repository.</td><td style="text-align: left">-</td><td style="text-align: left">Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for <code>@__REPO_ROOT_URL__</code>.</td></tr><tr><td style="text-align: right"><code>nbviewer_root_url</code></td><td style="text-align: left">URL to the root of the repository as seen on nbviewer.</td><td style="text-align: left">-</td><td style="text-align: left">Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for <code>@__NBVIEWER_ROOT_URL__</code>.</td></tr><tr><td style="text-align: right"><code>binder_root_url</code></td><td style="text-align: left">URL to the root of the repository as seen on mybinder.</td><td style="text-align: left">-</td><td style="text-align: left">Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for <code>@__BINDER_ROOT_URL__</code>.</td></tr><tr><td style="text-align: right"><code>repo_root_path</code></td><td style="text-align: left">Filepath to the root of the repository.</td><td style="text-align: left">-</td><td style="text-align: left">Determined automatically on Travis CI, GitHub Actions and GitLab CI. Used for computing <a href="../documenter/#Interaction-with-Documenter">Documenters <code>EditURL</code></a>.</td></tr></tbody></table></div><a class="docs-sourcelink" href="https://github.com/fredrikekre/Literate.jl/blob/4b603852f7f1df4cd6e516951ebee62778e689de/src/Literate.jl#L276-L298" target="_blank">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../pipeline/">« <strong>3.</strong> Processing pipeline</a><a class="docs-footer-nextpage" href="../customprocessing/"><strong>5.</strong> Custom pre- and post-processing »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label></p><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div><p></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Friday 14 August 2020 22:21">Friday 14 August 2020</span>. Using Julia version 1.5.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></HTML> |