diff --git a/release-0.1/assets/arrow.svg b/release-0.1/assets/arrow.svg deleted file mode 100644 index ee2798d..0000000 --- a/release-0.1/assets/arrow.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/release-0.1/assets/documenter.css b/release-0.1/assets/documenter.css deleted file mode 100644 index dc1b4cf..0000000 --- a/release-0.1/assets/documenter.css +++ /dev/null @@ -1,577 +0,0 @@ -/* - * The default CSS style for Documenter.jl generated sites - * - * Heavily inspired by the Julia Sphinx theme - * https://github.com/JuliaLang/JuliaDoc - * which extends the sphinx_rtd_theme - * https://github.com/snide/sphinx_rtd_theme - * - * Part of Documenter.jl - * https://github.com/JuliaDocs/Documenter.jl - * - * License: MIT - */ - -/* fonts */ -body, input { - font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif; - font-size: 16px; - color: #222; - text-rendering: optimizeLegibility; -} - -pre, code, kbd { - font-family: 'Roboto Mono', Monaco, courier, monospace; - font-size: 0.90em; -} - -pre code { - font-size: 1em; -} - -a { - color: #2980b9; - text-decoration: none; -} - -a:hover { - color: #3091d1; -} - -a:visited { - color: #9b59b6; -} - -body { - line-height: 1.5; -} - -h1 { - font-size: 1.75em; -} - -/* Unless the

the is very first thing on the page (i.e. the second element - * in the
, * after the
, we add some additional styling to it - * to make it stand out a bit more. This way we get a reasonable fallback if CSS3 - * selectors are not supported in the browser. - */ -article > h1:not(:nth-child(2)) { - margin: 2.5em 0 0; - padding-bottom: 0.30em; - border-bottom: 1px solid #e5e5e5; -} -h2 { - font-size: 1.50em; - margin: 2.3em 0 0; - padding-bottom: 0.25em; - border-bottom: 1px solid #e5e5e5; -} -h3 { - font-size: 1.25em; - margin: 2.0em 0 0; -} -h4 { font-size: 1.15em; } -h5 { font-size: 1.10em; } -h6 { font-size: 1em; } - -h4, h5, h6 { - margin-top: 1.5em; - margin-bottom: 1em; -} - -img { - max-width: 100%; -} - -table { - border-collapse: collapse; - margin: 1em 0; -} - -th, td { - border: 1px solid #e1e4e5; - padding: 0.5em 1em; -} - -th { - border-bottom-width: 2px; -} - -tr:nth-child(even) { - background-color: #f3f6f6; -} - -hr { - border: 0; - border-top: 1px solid #e5e5e5; -} - -/* Inline code and code blocks */ - -code { - padding: 0.1em; - background-color: rgba(0,0,0,.04); - border-radius: 3px; -} - -pre { - background-color: #f5f5f5; - border: 1px solid #dddddd; - border-radius: 3px; - padding: 0.5em; - overflow: auto; -} - -pre code { - padding: 0; - background-color: initial; -} - -kbd { - font-size: 0.70em; - display: inline-block; - padding: 0.1em 0.5em 0.4em 0.5em; - line-height: 1.0em; - color: #444d56; - vertical-align: middle; - background-color: #fafbfc; - border: solid 1px #c6cbd1; - border-bottom-color: #959da5; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #959da5; -} - -/* Headers in admonitions and docstrings */ -.admonition h1, -article section.docstring h1 { - font-size: 1.25em; -} - -.admonition h2, -article section.docstring h2 { - font-size: 1.10em; -} - -.admonition h3, -.admonition h4, -.admonition h5, -.admonition h6, -article section.docstring h3, -article section.docstring h4, -article section.docstring h5, -article section.docstring h6 { - font-size: 1em; -} - -/* Navigation */ -nav.toc { - position: fixed; - top: 0; - left: 0; - bottom: 0; - width: 20em; - overflow-y: auto; - padding: 1em 0; - background-color: #fcfcfc; - box-shadow: inset -14px 0px 5px -12px rgb(210,210,210); -} - -nav.toc .logo { - margin: 0 auto; - display: block; - max-height: 6em; - max-width: 18em; -} - -nav.toc h1 { - text-align: center; - margin-top: .57em; - margin-bottom: 0; -} - -nav.toc select { - display: block; - height: 2em; - padding: 0 1.6em 0 1em; - min-width: 7em; - max-width: 90%; - max-width: calc(100% - 5em); - margin: 0 auto; - font-size: .83em; - border: 1px solid #c9c9c9; - border-radius: 1em; - - /* TODO: doesn't seem to be centered on Safari */ - text-align: center; - text-align-last: center; - - appearance: none; - -moz-appearance: none; - -webkit-appearance: none; - - background: white url("arrow.svg"); - background-size: 1.155em; - background-repeat: no-repeat; - background-position: right; -} - -nav.toc select:hover { - border: 1px solid #a0a0a0; -} - -nav.toc select option { - text-align: center; -} - -nav.toc input { - display: block; - height: 2em; - width: 90%; - width: calc(100% - 5em); - margin: 1.2em auto; - padding: 0 1em; - border: 1px solid #c9c9c9; - border-radius: 1em; - font-size: .83em; -} - -nav.toc > ul * { - margin: 0; -} - -nav.toc ul { - color: #404040; - padding: 0; - list-style: none; -} - -nav.toc ul .toctext { - color: inherit; - display: block; -} - -nav.toc ul a:hover { - color: #fcfcfc; - background-color: #4e4a4a; -} - -nav.toc ul.internal a { - color: inherit; - display: block; -} - -nav.toc ul.internal a:hover { - background-color: #d6d6d6; -} - -nav.toc ul.internal { - background-color: #e3e3e3; - box-shadow: inset -14px 0px 5px -12px rgb(210,210,210); - list-style: none; -} - -nav.toc ul.internal li.toplevel { - border-top: 1px solid #909090; - font-weight: bold; -} - -nav.toc ul.internal li.toplevel:first-child { - border-top: none; -} - -nav.toc .toctext { - padding-top: 0.3em; - padding-bottom: 0.3em; - padding-right: 1em; -} - -nav.toc ul .toctext { - padding-left: 1em; -} - -nav.toc ul ul .toctext { - padding-left: 2em; -} - -nav.toc ul ul ul .toctext { - padding-left: 3em; -} - -nav.toc li.current > .toctext { - border-top: 1px solid #c9c9c9; - border-bottom: 1px solid #c9c9c9; - color: #404040; - font-weight: bold; - background-color: white; -} - -article { - margin-left: 20em; - min-width: 20em; - max-width: 48em; - padding: 2em; -} - -article > header {} - -article > header div#topbar { - display: none; -} - -article > header nav ul { - display: inline-block; - list-style: none; - margin: 0; - padding: 0; -} - -article > header nav li { - display: inline-block; - padding-right: 0.2em; -} - -article > header nav li:before { - content: "»"; - padding-right: 0.2em; -} - -article > header .edit-page { - float: right; -} - -article > footer {} - -article > footer a.prev { - float: left; -} -article > footer a.next { - float: right; -} - -article > footer a .direction:after { - content: ": "; -} - -article hr { - margin: 1em 0; -} - -article section.docstring { - border: 1px solid #ddd; - margin: 0.5em 0; - padding: 0.5em; - border-radius: 3px; -} - -article section.docstring .docstring-header { - margin-bottom: 1em; -} - -article section.docstring .docstring-binding { - color: #333; - font-weight: bold; -} - -article section.docstring .docstring-category { - font-style: italic; -} - -article section.docstring a.source-link { - display: block; - font-weight: bold; -} - -.nav-anchor, -.nav-anchor:hover, -.nav-anchor:visited { - color: #333; -} - -/* - * Admonitions - * - * Colors (title, body) - * warning: #f0b37e #ffedcc (orange) - * note: #6ab0de #e7f2fa (blue) - * tip: #1abc9c #dbfaf4 (green) -*/ -.admonition { - border-radius: 3px; - background-color: #eeeeee; -} - -.admonition-title { - border-radius: 3px 3px 0 0; - background-color: #9b9b9b; - padding: 0.15em 0.5em; -} - -.admonition-text { - padding: 0.5em; -} - -.admonition-text > :first-child { - margin-top: 0; -} - -.admonition-text > :last-child { - margin-bottom: 0; -} - -.admonition > .admonition-title:before { - font-family: "FontAwesome"; - margin-right: 5px; - content: "\f06a"; -} - -.admonition.warning > .admonition-title { - background-color: #f0b37e; -} - -.admonition.warning { - background-color: #ffedcc; -} - -.admonition.note > .admonition-title { - background-color: #6ab0de; -} - -.admonition.note { - background-color: #e7f2fa; -} - -.admonition.tip > .admonition-title { - background-color: #1abc9c; -} - -.admonition.tip { - background-color: #dbfaf4; -} - - -/* footnotes */ -.footnote { - padding-left: 0.8em; - border-left: 2px solid #ccc; -} - -/* Search page */ -#search-results .category { - font-size: smaller; -} - -#search-results .category:before { - content: " "; -} - -/* Overriding the block style of highligh.js. - * We have to override the padding and the background-color, since we style this - * part ourselves. Specifically, we style the
 surrounding the , while
- * highlight.js applies the .hljs style directly to the  tag.
- */
-.hljs {
-    background-color: transparent;
-    padding: 0;
-}
-
-@media only screen and (max-width: 768px) {
-    nav.toc {
-        position: fixed;
-        overflow-y: scroll;
-        width: 16em;
-        left: -16em;
-        -webkit-overflow-scrolling: touch;
-        -webkit-transition-property: left; /* Safari */
-        -webkit-transition-duration: 0.3s; /* Safari */
-        transition-property: left;
-        transition-duration: 0.3s;
-        -webkit-transition-timing-function: ease-out; /* Safari */
-        transition-timing-function: ease-out;
-        z-index: 2;
-    }
-
-    nav.toc.show {
-        left: 0;
-    }
-
-    article {
-        margin-left: 0;
-        padding: 3em 0.9em 0 0.9em; /* top right bottom left */
-        overflow-wrap: break-word;
-    }
-
-    article > header {
-        position: fixed;
-        left: 0;
-        z-index: 1;
-    }
-
-    article > header nav, hr {
-        display: none;
-    }
-
-    article > header div#topbar {
-        display: block; /* is mobile */
-        position: fixed;
-        width: 100%;
-        height: 1.5em;
-        padding-top: 1em;
-        padding-bottom: 1em;
-        background-color: #fcfcfc;
-        box-shadow: 0 1px 3px rgba(0,0,0,.26);
-        top: 0;
-        -webkit-transition-property: top; /* Safari */
-        -webkit-transition-duration: 0.3s; /* Safari */
-        transition-property: top;
-        transition-duration: 0.3s;
-    }
-
-    article > header div#topbar.headroom--unpinned.headroom--not-top.headroom--not-bottom {
-        top: -4em;
-        -webkit-transition-property: top; /* Safari */
-        -webkit-transition-duration: 0.7s; /* Safari */
-        transition-property: top;
-        transition-duration: 0.7s;
-    }
-
-    article > header div#topbar span {
-        position: fixed;
-        width: 80%;
-        height: 1.5em;
-        margin-top: -0.1em;
-        margin-left: 0.9em;
-        font-size: 1.2em;
-        overflow: hidden;
-    }
-
-    article > header div#topbar a.fa-bars {
-        float: right;
-        padding: 0.6em;
-        margin-top: -0.6em;
-        margin-right: 0.3em;
-        font-size: 1.5em;
-    }
-
-    article > header div#topbar a.fa-bars:visited {
-        color: #3091d1;
-    }
-
-    article table {
-        overflow-x: auto;
-        display: block;
-    }
-
-    article div.MathJax_Display {
-        overflow: scroll;
-    }
-
-    article span.MathJax {
-        overflow: hidden;
-    }
-}
-
-@media only screen and (max-width: 320px) {
-    body {
-        font-size: 15px;
-    }
-}
diff --git a/release-0.1/assets/documenter.js b/release-0.1/assets/documenter.js
deleted file mode 100644
index 5d31622..0000000
--- a/release-0.1/assets/documenter.js
+++ /dev/null
@@ -1,129 +0,0 @@
-/*
- * Part of Documenter.jl
- *     https://github.com/JuliaDocs/Documenter.jl
- *
- * License: MIT
- */
-
-requirejs.config({
-    paths: {
-        'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min',
-        'jqueryui': 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min',
-        'headroom': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.3/headroom.min',
-        'mathjax': 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML',
-        'highlight': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min',
-        'highlight-julia': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/julia.min',
-        'highlight-julia-repl': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/julia-repl.min',
-    },
-    shim: {
-        'mathjax' : {
-            exports: "MathJax"
-        },
-        'highlight-julia': ['highlight'],
-        'highlight-julia-repl': ['highlight'],
-    }
-});
-
-// Load MathJax
-require(['mathjax'], function(MathJax) {
-    MathJax.Hub.Config({
-      "tex2jax": {
-        inlineMath: [['$','$'], ['\\(','\\)']],
-        processEscapes: true
-      }
-    });
-    MathJax.Hub.Config({
-      config: ["MMLorHTML.js"],
-      jax: [
-        "input/TeX",
-        "output/HTML-CSS",
-        "output/NativeMML"
-      ],
-      extensions: [
-        "MathMenu.js",
-        "MathZoom.js",
-        "TeX/AMSmath.js",
-        "TeX/AMSsymbols.js",
-        "TeX/autobold.js",
-        "TeX/autoload-all.js"
-      ]
-    });
-    MathJax.Hub.Config({
-      TeX: { equationNumbers: { autoNumber: "AMS" } }
-    });
-})
-
-require(['jquery', 'highlight', 'highlight-julia', 'highlight-julia-repl'], function($, hljs) {
-    $(document).ready(function() {
-        hljs.initHighlighting();
-    })
-
-})
-
-// update the version selector with info from the siteinfo.js and ../versions.js files
-require(['jquery'], function($) {
-    $(document).ready(function() {
-        var version_selector = $("#version-selector");
-
-        // add the current version to the selector based on siteinfo.js, but only if the selector is empty
-        if (typeof DOCUMENTER_CURRENT_VERSION !== 'undefined' && $('#version-selector > option').length == 0) {
-            var option = $("");
-            version_selector.append(option);
-        }
-
-        if (typeof DOC_VERSIONS !== 'undefined') {
-            var existing_versions = $('#version-selector > option');
-            var existing_versions_texts = existing_versions.map(function(i,x){return x.text});
-            DOC_VERSIONS.forEach(function(each) {
-                var version_url = documenterBaseURL + "/../" + each;
-                var existing_id = $.inArray(each, existing_versions_texts);
-                // if not already in the version selector, add it as a new option,
-                // otherwise update the old option with the URL and enable it
-                if (existing_id == -1) {
-                    var option = $("");
-                    version_selector.append(option);
-                } else {
-                    var option = existing_versions[existing_id];
-                    option.value = version_url;
-                    option.disabled = false;
-                }
-            });
-        }
-
-        // only show the version selector if the selector has been populated
-        if ($('#version-selector > option').length > 0) {
-            version_selector.css("visibility", "visible");
-        }
-    })
-
-})
-
-// mobile
-require(['jquery', 'headroom'], function($, Headroom) {
-    $(document).ready(function() {
-        var navtoc = $("nav.toc");
-        $("nav.toc li.current a.toctext").click(function() {
-            navtoc.toggleClass('show');
-        });
-        $("article > header div#topbar a.fa-bars").click(function(ev) {
-            ev.preventDefault();
-            navtoc.toggleClass('show');
-            if (navtoc.hasClass('show')) {
-                var title = $("article > header div#topbar span").text();
-                $("nav.toc ul li a:contains('" + title + "')").focus();
-            }
-        });
-        $("article#docs").bind('click', function(ev) {
-            if ($(ev.target).is('div#topbar a.fa-bars')) {
-                return;
-            }
-            if (navtoc.hasClass('show')) {
-                navtoc.removeClass('show');
-            }
-        });
-        if ($("article > header div#topbar").css('display') == 'block') {
-            var headroom = new Headroom(document.querySelector("article > header div#topbar"), {"tolerance": {"up": 10, "down": 10}});
-            headroom.init();
-        }
-    })
-})
diff --git a/release-0.1/assets/search.js b/release-0.1/assets/search.js
deleted file mode 100644
index 5eb7fee..0000000
--- a/release-0.1/assets/search.js
+++ /dev/null
@@ -1,243 +0,0 @@
-/*
- * Part of Documenter.jl
- *     https://github.com/JuliaDocs/Documenter.jl
- *
- * License: MIT
- */
-
-// parseUri 1.2.2
-// (c) Steven Levithan 
-// MIT License
-function parseUri (str) {
-	var	o   = parseUri.options,
-		m   = o.parser[o.strictMode ? "strict" : "loose"].exec(str),
-		uri = {},
-		i   = 14;
-
-	while (i--) uri[o.key[i]] = m[i] || "";
-
-	uri[o.q.name] = {};
-	uri[o.key[12]].replace(o.q.parser, function ($0, $1, $2) {
-		if ($1) uri[o.q.name][$1] = $2;
-	});
-
-	return uri;
-};
-parseUri.options = {
-	strictMode: false,
-	key: ["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],
-	q:   {
-		name:   "queryKey",
-		parser: /(?:^|&)([^&=]*)=?([^&]*)/g
-	},
-	parser: {
-		strict: /^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,
-		loose:  /^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/
-	}
-};
-
-requirejs.config({
-    paths: {
-        'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min',
-        'lunr': 'https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.1.3/lunr.min',
-        'lodash': 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min',
-    }
-});
-
-var currentScript = document.currentScript;
-
-require(["jquery", "lunr", "lodash"], function($, lunr, _) {
-    $("#search-form").submit(function(e) {
-        e.preventDefault()
-    })
-
-    // list below is the lunr 2.1.3 list minus the intersect with names(Base)
-    // (all, any, get, in, is, which) and (do, else, for, let, where, while, with)
-    // ideally we'd just filter the original list but it's not available as a variable
-    lunr.stopWordFilter = lunr.generateStopWordFilter([
-        'a',
-        'able',
-        'about',
-        'across',
-        'after',
-        'almost',
-        'also',
-        'am',
-        'among',
-        'an',
-        'and',
-        'are',
-        'as',
-        'at',
-        'be',
-        'because',
-        'been',
-        'but',
-        'by',
-        'can',
-        'cannot',
-        'could',
-        'dear',
-        'did',
-        'does',
-        'either',
-        'ever',
-        'every',
-        'from',
-        'got',
-        'had',
-        'has',
-        'have',
-        'he',
-        'her',
-        'hers',
-        'him',
-        'his',
-        'how',
-        'however',
-        'i',
-        'if',
-        'into',
-        'it',
-        'its',
-        'just',
-        'least',
-        'like',
-        'likely',
-        'may',
-        'me',
-        'might',
-        'most',
-        'must',
-        'my',
-        'neither',
-        'no',
-        'nor',
-        'not',
-        'of',
-        'off',
-        'often',
-        'on',
-        'only',
-        'or',
-        'other',
-        'our',
-        'own',
-        'rather',
-        'said',
-        'say',
-        'says',
-        'she',
-        'should',
-        'since',
-        'so',
-        'some',
-        'than',
-        'that',
-        'the',
-        'their',
-        'them',
-        'then',
-        'there',
-        'these',
-        'they',
-        'this',
-        'tis',
-        'to',
-        'too',
-        'twas',
-        'us',
-        'wants',
-        'was',
-        'we',
-        'were',
-        'what',
-        'when',
-        'who',
-        'whom',
-        'why',
-        'will',
-        'would',
-        'yet',
-        'you',
-        'your'
-        ])
-
-    // add . as a separator, because otherwise "title": "Documenter.Anchors.add!"
-    // would not find anything if searching for "add!", only for the entire qualification
-    lunr.tokenizer.separator = /[\s\-\.]+/
-
-    // custom trimmer that doesn't strip @ and !, which are used in julia macro and function names
-    lunr.trimmer = function (token) {
-        return token.update(function (s) {
-            return s.replace(/^[^a-zA-Z0-9@!]+/, '').replace(/[^a-zA-Z0-9@!]+$/, '')
-        })
-    }
-
-    lunr.Pipeline.registerFunction(lunr.stopWordFilter, 'juliaStopWordFilter')
-    lunr.Pipeline.registerFunction(lunr.trimmer, 'juliaTrimmer')
-
-    var index = lunr(function () {
-        this.ref('location')
-        this.field('title')
-        this.field('text')
-        documenterSearchIndex['docs'].forEach(function(e) {
-            this.add(e)
-        }, this)
-    })
-    var store = {}
-
-    documenterSearchIndex['docs'].forEach(function(e) {
-        store[e.location] = {title: e.title, category: e.category}
-    })
-
-    $(function(){
-        function update_search(querystring) {
-            tokens = lunr.tokenizer(querystring)
-            results = index.query(function (q) {
-                tokens.forEach(function (t) {
-                    q.term(t.toString(), {
-                        fields: ["title"],
-                        boost: 10,
-                        usePipeline: false,
-                        editDistance: 2,
-                        wildcard: lunr.Query.wildcard.NONE
-                    })
-                    q.term(t.toString(), {
-                        fields: ["text"],
-                        boost: 1,
-                        usePipeline: true,
-                        editDistance: 2,
-                        wildcard: lunr.Query.wildcard.NONE
-                    })
-                })
-            })
-            $('#search-info').text("Number of results: " + results.length)
-            $('#search-results').empty()
-            results.forEach(function(result) {
-                data = store[result.ref]
-                link = $('')
-                link.text(data.title)
-                link.attr('href', documenterBaseURL+'/'+result.ref)
-                cat = $('('+data.category+')')
-                li = $('
  • ').append(link).append(cat) - $('#search-results').append(li) - }) - } - - function update_search_box() { - querystring = $('#search-query').val() - update_search(querystring) - } - - $('#search-query').keyup(_.debounce(update_search_box, 250)) - $('#search-query').change(update_search_box) - - search_query_uri = parseUri(window.location).queryKey["q"] - if(search_query_uri !== undefined) { - search_query = decodeURIComponent(search_query_uri.replace(/\+/g, '%20')) - $("#search-query").val(search_query) - } - update_search_box(); - }) -}) diff --git a/release-0.1/customprocessing.html b/release-0.1/customprocessing.html deleted file mode 100644 index ec847b0..0000000 --- a/release-0.1/customprocessing.html +++ /dev/null @@ -1,8 +0,0 @@ - -5. Custom pre- and post-processing · Literate.jl

    5. Custom pre- and post-processing

    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) accepts 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.

    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)
    -    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)
    diff --git a/release-0.1/documenter.html b/release-0.1/documenter.html deleted file mode 100644 index c7167fc..0000000 --- a/release-0.1/documenter.html +++ /dev/null @@ -1,12 +0,0 @@ - -6. Interaction with Documenter.jl · Literate.jl

    6. Interaction with Documenter.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 lets take a look at what will happen if we set documenter = true:

    Literate.markdown:

    • The default code fence will change from

      ```julia
      -# code
      -```

      to Documenters @example blocks:

      ```@examples $(name)
      -# code
      -```
    • The following @meta block will be added to the top of the markdown page, which redirects the "Edit on GitHub" link on the top of the page to the source file rather than the generated .md file:

      ```@meta
      -EditURL = "$(relpath(inputfile, outputdir))"
      -```

    Literate.notebook:

    • 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 notebook.

    • Documenter style markdown math

      ```math
      -\int f dx
      -```

      is replaced with notebook compatible

      \begin{equation}
      -\int f dx
      -\end{equation}

    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/release-0.1/fileformat.html b/release-0.1/fileformat.html deleted file mode 100644 index 2ea4848..0000000 --- a/release-0.1/fileformat.html +++ /dev/null @@ -1,17 +0,0 @@ - -2. File Format · Literate.jl

    2. File Format

    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 #' is treated as markdown,

    • all other lines are treated as julia code.

    The reason for using #' instead of # is that we want to be able to use # as comments, just as in a regular script. 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`:
    -
    -x = 1//3
    -y = 2//5
    -
    -#' When adding `x` and `y` together we obtain a new rational number:
    -
    -z = x + y

    In the lines #' 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.

    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 with one of these tokens are filtered out in the preprocessing step.

    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.markdown
    -#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 simple 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" 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__

      expands to https://github.com/$(ENV["TRAVIS_REPO_SLUG"])/blob/master/ and is a convenient way to use when you want to link to files outside the doc-build directory. For example @__REPO__ROOT_URL__src/Literate.jl would link to the source of the Literate module.

    • @__NBVIEWER_ROOT_URL__

      expands to https://nbviewer.jupyter.org/github/$(ENV["TRAVIS_REPO_SLUG"])/blob/gh-pages/$(folder)/ where folder is the folder that Documenter.deploydocs deploys too. This can be used if you want a link that opens the generated notebook in http://nbviewer.jupyter.org/.

    diff --git a/release-0.1/generated/example.html b/release-0.1/generated/example.html deleted file mode 100644 index 4f683c4..0000000 --- a/release-0.1/generated/example.html +++ /dev/null @@ -1,13 +0,0 @@ - -7. Example · Literate.jl

    7. Example

    7. Example

    This is an example generated with Literate based on this source file: example.jl. You are seeing the html-output which Documenter have generated based on a markdown file generated with Literate. The corresponding notebook can be found 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.

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

    Custom processing

    It is possible to give Literate custom pre- and post-processing functions. For example, here we insert two placeholders, which we will replace with something else at time of generation. We have here replaced our placeholders with z and 1.0 + 2.0im:

    z = 1.0 + 2.0im
    1.0 + 2.0im

    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/release-0.1/generated/example.ipynb b/release-0.1/generated/example.ipynb deleted file mode 100644 index 37b7a0d..0000000 --- a/release-0.1/generated/example.ipynb +++ /dev/null @@ -1,245 +0,0 @@ -{ - "cells": [ - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "# **7.** Example\n", - "\n", - "This is an example generated with Literate based on this\n", - "source file: [`example.jl`](https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl).\n", - "You are seeing the\n", - "generated notebook output. The corresponding markdown (html) output\n", - "can be found here: [`example.html`](https://fredrikekre.github.io/Literate.jl/latest/generated/example.html),\n", - "and the plain script output can be found here: [`example.jl`](./example.jl)." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "It is recommended to have the [source file](https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl)\n", - "available when reading this, to better understand how the syntax in the source file\n", - "corresponds to the output you are seeing." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Basic syntax\n", - "The basic syntax for Literate is simple, lines starting with `#'` is interpreted\n", - "as markdown, and all the other lines are interpreted as code. Here is some code:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//5" - }, - "metadata": {}, - "execution_count": 1 - } - ], - "cell_type": "code", - "source": [ - "x = 1//3\n", - "y = 2//5" - ], - "metadata": {}, - "execution_count": 1 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "In markdown sections we can use markdown syntax. For example, we can\n", - "write *text in italic font*, **text in bold font** and use\n", - "[links](https://www.youtube.com/watch?v=dQw4w9WgXcQ)." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "It is possible to filter out lines depending on the output using the\n", - "`#md`, `#nb`, `#jl` and `#src` tags (see Filtering Lines):\n", - "- This line starts with `#nb` and is thus only visible in the notebook output." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "The source file is parsed in chunks of markdown and code. Starting a line\n", - "with `#-` manually inserts a chunk break. For example, if we want to\n", - "display the output of the following operations we may insert `#-` in\n", - "between. These two code blocks will now end up in different\n", - "`@example`-blocks in the markdown output, and two different notebook cells\n", - "in the notebook output." - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "11//15" - }, - "metadata": {}, - "execution_count": 2 - } - ], - "cell_type": "code", - "source": [ - "x + y" - ], - "metadata": {}, - "execution_count": 2 - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//15" - }, - "metadata": {}, - "execution_count": 3 - } - ], - "cell_type": "code", - "source": [ - "x * y" - ], - "metadata": {}, - "execution_count": 3 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Output Capturing\n", - "Code chunks are by default placed in Documenter `@example` blocks in the generated\n", - "markdown. This means that the output will be captured in a block when Documenter is\n", - "building the docs. In notebooks the output is captured in output cells, if the\n", - "`execute` keyword argument is set to true. Output to `stdout`/`stderr` is also\n", - "captured." - ], - "metadata": {} - }, - { - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "This string is printed to stdout.\n" - ] - }, - { - "output_type": "execute_result", - "data": { - "text/plain": "4-element Array{Int64,1}:\n 1\n 2\n 3\n 4" - }, - "metadata": {}, - "execution_count": 4 - } - ], - "cell_type": "code", - "source": [ - "function foo()\n", - " println(\"This string is printed to stdout.\")\n", - " return [1, 2, 3, 4]\n", - "end\n", - "\n", - "foo()" - ], - "metadata": {}, - "execution_count": 4 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Custom processing\n", - "\n", - "It is possible to give Literate custom pre- and post-processing functions.\n", - "For example, here we insert two placeholders, which we will replace with\n", - "something else at time of generation. We have here replaced our placeholders\n", - "with `z` and `1.0 + 2.0im`:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "1.0 + 2.0im" - }, - "metadata": {}, - "execution_count": 5 - } - ], - "cell_type": "code", - "source": [ - "z = 1.0 + 2.0im" - ], - "metadata": {}, - "execution_count": 5 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Documenter.jl interaction\n", - "\n", - "In the source file it is possible to use Documenter.jl style references,\n", - "such as `@ref` and `@id`. These will be filtered out in the notebook output.\n", - "For example, here is a link, but it is only\n", - "visible as a link if you are reading the markdown output. We can also\n", - "use equations:\n", - "\n", - "\\begin{equation}\n", - "\\int_\\Omega \\nabla v \\cdot \\nabla u\\ \\mathrm{d}\\Omega = \\int_\\Omega v f\\ \\mathrm{d}\\Omega\n", - "\\end{equation}\n", - "\n", - "using Documenters math syntax. Documenters syntax is automatically changed to\n", - "`\\begin{equation} ... \\end{equation}` in the notebook output to display correctly." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "*This notebook was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*" - ], - "metadata": {} - } - ], - "nbformat_minor": 3, - "metadata": { - "language_info": { - "file_extension": ".jl", - "mimetype": "application/julia", - "name": "julia", - "version": "0.6.2" - }, - "kernelspec": { - "name": "julia-0.6", - "display_name": "Julia 0.6.2", - "language": "julia" - } - }, - "nbformat": 4 -} diff --git a/release-0.1/generated/example.jl b/release-0.1/generated/example.jl deleted file mode 100644 index 6e9cc9c..0000000 --- a/release-0.1/generated/example.jl +++ /dev/null @@ -1,18 +0,0 @@ -x = 1//3 -y = 2//5 - -x + y - -x * y - -function foo() - println("This string is printed to stdout.") - return [1, 2, 3, 4] -end - -foo() - -z = 1.0 + 2.0im - -# This file was generated using Literate.jl, https://github.com/fredrikekre/Literate.jl - diff --git a/release-0.1/index.html b/release-0.1/index.html deleted file mode 100644 index 1d14697..0000000 --- a/release-0.1/index.html +++ /dev/null @@ -1,2 +0,0 @@ - -1. Introduction · Literate.jl

    1. Introduction

    1. Introduction

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

    What?

    Literate is a package that generate markdown pages (for e.g. Documenter.jl), and Jupyter notebooks, from the same source file. There is also an option to "clean" the source from all metadata, and produce a pure Julia script.

    The main design goal is simplicity. It should be simple to use, and the syntax should be simple. In short, all you have to do is to write a commented julia script!

    The public interface consists mainly of three functions, which all takes the same script file as input, but generates different output:

    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 wants to RTFM, others want to explore the package interactively in, for example, a notebook, and some people wants 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/release-0.1/outputformats.html b/release-0.1/outputformats.html deleted file mode 100644 index d984f97..0000000 --- a/release-0.1/outputformats.html +++ /dev/null @@ -1,48 +0,0 @@ - -4. Output Formats · Literate.jl

    4. Output Formats

    4. Output Formats

    When the source is parsed, and have 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`:
    -
    -x = 1//3
    -#-
    -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

    The (default) markdown output of the source snippet above is as follows

    # 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
    -```

    We note that lines starting with #' is printed as regular markdown, and the code lines have been wrapped in @example blocks.

    Some of the output rendering can be controlled with keyword arguments to Literate.markdown:

    Literate.markdownFunction.
    Literate.markdown(inputfile, outputdir; kwargs...)

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

    Keyword arguments:

    • name: name of the output file, excluding .md. name is also used to name all the @example blocks, and to replace @__NAME__. Defaults to the filename of inputfile.

    • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.

    • documenter: boolean that tells if the output is intended to use with Documenter.jl. Defaults to true. See the the manual section on Interaction with Documenter.

    • codefence: A Pair of opening and closing code fence. Defaults to

      "```@example $(name)" => "```"

      if documenter = true and

      "```julia" => "```"

      if documenter = false.

    source

    4.2. Notebook Output

    The (default) notebook output of the source snippet above is as follows

            │ # Rational numbers
    -        │
    -        │ In julia rational numbers can be constructed with the `//` operator.
    -        │ Lets define two rational numbers, `x` and `y`:
    -
    -In[1]:  │ x = 1//3
    -Out[1]: │ 1//3
    -
    -In[2]:  │ y = 2//5
    -Out[2]: │ 2//5
    -
    -        │ When adding `x` and `y` together we obtain a new rational number:
    -
    -In[3]:  │ z = x + y
    -Out[3]: │ 11/15

    We note that lines starting with #' is put in markdown cells, and the code lines have been put 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. Some of the output rendering can be controlled with keyword arguments to Literate.notebook:

    Literate.notebookFunction.
    Literate.notebook(inputfile, outputdir; kwargs...)

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

    Keyword arguments:

    • name: name of the output file, excluding .ipynb. name is also used to replace @__NAME__. Defaults to the filename of inputfile.

    • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.

    • execute: a boolean deciding if the generated notebook should also be executed or not. Defaults to true. The current working directory is set to outputdir when executing the notebook.

    • documenter: boolean that says if the source contains Documenter.jl specific things to filter out during notebook generation. Defaults to true. See the the manual section on Interaction with Documenter.

    source

    4.3. Script Output

    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. Some of the output rendering can be controlled with keyword arguments to Literate.script:

    Literate.scriptFunction.
    Literate.script(inputfile, outputdir; kwargs...)

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

    Keyword arguments:

    • name: name of the output file, excluding .jl. name is also used to replace @__NAME__. Defaults to the filename of inputfile.

    • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.

    • documenter: boolean that says if the source contains Documenter.jl specific things to filter out during script generation. Defaults to true. See the the manual section on Interaction with Documenter.

    • keep_comments: boolean that, if set to true, keeps markdown lines (#') as comments in the output script. Defaults to false.

    source
    diff --git a/release-0.1/pipeline.html b/release-0.1/pipeline.html deleted file mode 100644 index 6d11149..0000000 --- a/release-0.1/pipeline.html +++ /dev/null @@ -1,29 +0,0 @@ - -3. Processing pipeline · Literate.jl

    3. Processing pipeline

    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
    -                                                                          <- code
    -x = 1 // 3                                                                <- code
    -y = 2 // 5                                                                <- code
    -                                                                          <- 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                                                     ┐
    -#'                                                                        │
    -#' In julia rational numbers can be constructed with the `//` operator.   │ markdown
    -#' Lets define two rational numbers, `x` and `y`:                         ┘
    -                                                                          ┐
    -x = 1 // 3                                                                │
    -y = 2 // 5                                                                │ code
    -                                                                          ┘
    -#' 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
    -
    -In julia rational numbers can be constructed with the `//` operator.
    -Lets define two rational numbers, `x` and `y`:

    Chunk #2:

    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.

    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 describe in more detail in the Output format sections: Markdown Output, Notebook Output and Script Output. In short, 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/release-0.1/search.html b/release-0.1/search.html deleted file mode 100644 index 674f80b..0000000 --- a/release-0.1/search.html +++ /dev/null @@ -1,2 +0,0 @@ - -Search · Literate.jl

    Search

    Search

    Number of results: loading...

      diff --git a/release-0.1/search_index.js b/release-0.1/search_index.js deleted file mode 100644 index 5a4b6a5..0000000 --- a/release-0.1/search_index.js +++ /dev/null @@ -1,307 +0,0 @@ -var documenterSearchIndex = {"docs": [ - -{ - "location": "index.html#", - "page": "1. Introduction", - "title": "1. Introduction", - "category": "page", - "text": "" -}, - -{ - "location": "index.html#**1.**-Introduction-1", - "page": "1. Introduction", - "title": "1. Introduction", - "category": "section", - "text": "Welcome to the documentation for Literate – a simplistic package for Literate Programming." -}, - -{ - "location": "index.html#What?-1", - "page": "1. Introduction", - "title": "What?", - "category": "section", - "text": "Literate is a package that generate markdown pages (for e.g. Documenter.jl), and Jupyter notebooks, from the same source file. There is also an option to \"clean\" the source from all metadata, and produce a pure Julia script.The main design goal is simplicity. It should be simple to use, and the syntax should be simple. In short, all you have to do is to write a commented julia script!The public interface consists mainly of three functions, which all takes the same script file as input, but generates different output:Literate.markdown: generates a markdown file\nLiterate.notebook: generates an (optionally executed) notebook\nLiterate.script: generates a plain script file, removing all metadata and special syntax." -}, - -{ - "location": "index.html#Why?-1", - "page": "1. Introduction", - "title": "Why?", - "category": "section", - "text": "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 wants to RTFM, others want to explore the package interactively in, for example, a notebook, and some people wants 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." -}, - -{ - "location": "fileformat.html#", - "page": "2. File Format", - "title": "2. File Format", - "category": "page", - "text": "" -}, - -{ - "location": "fileformat.html#**2.**-File-Format-1", - "page": "2. File Format", - "title": "2. File Format", - "category": "section", - "text": "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." -}, - -{ - "location": "fileformat.html#Syntax-1", - "page": "2. File Format", - "title": "2.1. Syntax", - "category": "section", - "text": "The basic syntax is simple:lines starting with #\' is treated as markdown,\nall other lines are treated as julia code.The reason for using #\' instead of # is that we want to be able to use # as comments, just as in a regular script. Lets look at a simple example:#\' # Rational numbers\n#\'\n#\' In julia rational numbers can be constructed with the `//` operator.\n#\' Lets define two rational numbers, `x` and `y`:\n\nx = 1//3\ny = 2//5\n\n#\' When adding `x` and `y` together we obtain a new rational number:\n\nz = x + yIn the lines #\' 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).\nThe 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:#md, #nb, #jl, #src: tags to filter lines, see Filtering Lines,\n#-: tag to manually control chunk-splits, see Custom control over chunk splits.There is also some default convenience replacements that will always be performed, see Default Replacements." -}, - -{ - "location": "fileformat.html#Filtering-Lines-1", - "page": "2. File Format", - "title": "2.2. Filtering Lines", - "category": "section", - "text": "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,\n#nb: line exclusive to notebook output,\n#jl: line exclusive to script output,\n#src: line exclusive to the source code and thus filtered out unconditionally.Lines starting with one of these tokens are filtered out in the preprocessing step.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\n#md #\' Literate.markdown\n#md #\' Literate.notebook\n#md #\' Literate.markdown\n#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 simple 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\n@test result == expected_result #src" -}, - -{ - "location": "fileformat.html#Default-Replacements-1", - "page": "2. File Format", - "title": "2.3. Default Replacements", - "category": "section", - "text": "The following convenience \"macros\" are always expanded:@__NAME__\nexpands to the name keyword argument to Literate.markdown, Literate.notebook and Literate.script (defaults to the filename of the input file).\n@__REPO__ROOT_URL__\nexpands to https://github.com/$(ENV[\"TRAVIS_REPO_SLUG\"])/blob/master/ and is a convenient way to use when you want to link to files outside the doc-build directory. For example @__REPO__ROOT_URL__src/Literate.jl would link to the source of the Literate module.\n@__NBVIEWER_ROOT_URL__\nexpands to https://nbviewer.jupyter.org/github/$(ENV[\"TRAVIS_REPO_SLUG\"])/blob/gh-pages/$(folder)/ where folder is the folder that Documenter.deploydocs deploys too. This can be used if you want a link that opens the generated notebook in http://nbviewer.jupyter.org/." -}, - -{ - "location": "pipeline.html#", - "page": "3. Processing pipeline", - "title": "3. Processing pipeline", - "category": "page", - "text": "" -}, - -{ - "location": "pipeline.html#**3.**-Processing-pipeline-1", - "page": "3. Processing pipeline", - "title": "3. Processing pipeline", - "category": "section", - "text": "The generation of output follows the same pipeline for all output formats:Pre-processing\nParsing\nDocument generation\nPost-processing\nWriting to file" -}, - -{ - "location": "pipeline.html#Pre-processing-1", - "page": "3. Processing pipeline", - "title": "3.1. Pre-processing", - "category": "section", - "text": "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." -}, - -{ - "location": "pipeline.html#Parsing-1", - "page": "3. Processing pipeline", - "title": "3.2. Parsing", - "category": "section", - "text": "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\n#\' <- markdown\n#\' In julia rational numbers can be constructed with the `//` operator. <- markdown\n#\' Lets define two rational numbers, `x` and `y`: <- markdown\n <- code\nx = 1 // 3 <- code\ny = 2 // 5 <- code\n <- code\n#\' When adding `x` and `y` together we obtain a new rational number: <- markdown\n <- code\nz = x + y <- codeIn 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 ┐\n#\' │\n#\' In julia rational numbers can be constructed with the `//` operator. │ markdown\n#\' Lets define two rational numbers, `x` and `y`: ┘\n ┐\nx = 1 // 3 │\ny = 2 // 5 │ code\n ┘\n#\' When adding `x` and `y` together we obtain a new rational number: ] markdown\n ┐\nz = x + y ┘ codeIn 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\n\nIn julia rational numbers can be constructed with the `//` operator.\nLets define two rational numbers, `x` and `y`:Chunk #2:x = 1 // 3\ny = 2 // 5Chunk #3:When adding `x` and `y` together we obtain a new rational number:Chunk #4:z = x + yIt is then up to the Document generation step to decide how these chunks should be treated." -}, - -{ - "location": "pipeline.html#Custom-control-over-chunk-splits-1", - "page": "3. Processing pipeline", - "title": "Custom control over chunk splits", - "category": "section", - "text": "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\ny = 2 // 5\n#-\nz = x + yThe example above would result in two consecutive code-chunks.tip: Tip\nThe 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." -}, - -{ - "location": "pipeline.html#Document-generation-1", - "page": "3. Processing pipeline", - "title": "3.3. Document generation", - "category": "section", - "text": "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 describe in more detail in the Output format sections: Markdown Output, Notebook Output and Script Output. In short, the following is happening:Markdown output: markdown chunks are printed as-is, code chunks are put inside a code fence (defaults to @example-blocks),\nNotebook output: markdown chunks are printed in markdown cells, code chunks are put in code cells,\nScript output: markdown chunks are discarded, code chunks are printed as-is." -}, - -{ - "location": "pipeline.html#Post-processing-1", - "page": "3. Processing pipeline", - "title": "3.4. Post-processing", - "category": "section", - "text": "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." -}, - -{ - "location": "pipeline.html#Writing-to-file-1", - "page": "3. Processing pipeline", - "title": "3.5. Writing to file", - "category": "section", - "text": "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." -}, - -{ - "location": "outputformats.html#", - "page": "4. Output Formats", - "title": "4. Output Formats", - "category": "page", - "text": "" -}, - -{ - "location": "outputformats.html#Output-Formats-1", - "page": "4. Output Formats", - "title": "4. Output Formats", - "category": "section", - "text": "When the source is parsed, and have been processed it is time to render the output. We will consider the following source snippet:#\' # Rational numbers\n#\'\n#\' In julia rational numbers can be constructed with the `//` operator.\n#\' Lets define two rational numbers, `x` and `y`:\n\nx = 1//3\n#-\ny = 2//5\n\n#\' When adding `x` and `y` together we obtain a new rational number:\n\nz = x + yand see how this is rendered in each of the output formats." -}, - -{ - "location": "outputformats.html#Literate.markdown", - "page": "4. Output Formats", - "title": "Literate.markdown", - "category": "function", - "text": "Literate.markdown(inputfile, outputdir; kwargs...)\n\nGenerate a markdown file from inputfile and write the result to the directoryoutputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .md. name is also used to name all the @example blocks, and to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that tells if the output is intended to use with Documenter.jl. Defaults to true. See the the manual section on Interaction with Documenter.\ncodefence: A Pair of opening and closing code fence. Defaults to\n\"```@example $(name)\" => \"```\"\nif documenter = true and\n\"```julia\" => \"```\"\nif documenter = false.\n\n\n\n" -}, - -{ - "location": "outputformats.html#Markdown-Output-1", - "page": "4. Output Formats", - "title": "4.1. Markdown Output", - "category": "section", - "text": "The (default) markdown output of the source snippet above is as follows# Rational numbers\n\nIn julia rational numbers can be constructed with the `//` operator.\nLets define two rational numbers, `x` and `y`:\n\n```@example name\nx = 1//3\n```\n\n```@example name\ny = 2//5\n```\n\nWhen adding `x` and `y` together we obtain a new rational number:\n\n```@example name\nz = x + y\n```We note that lines starting with #\' is printed as regular markdown, and the code lines have been wrapped in @example blocks.Some of the output rendering can be controlled with keyword arguments to Literate.markdown:Literate.markdown" -}, - -{ - "location": "outputformats.html#Literate.notebook", - "page": "4. Output Formats", - "title": "Literate.notebook", - "category": "function", - "text": "Literate.notebook(inputfile, outputdir; kwargs...)\n\nGenerate a notebook from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .ipynb. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\nexecute: a boolean deciding if the generated notebook should also be executed or not. Defaults to true. The current working directory is set to outputdir when executing the notebook.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during notebook generation. Defaults to true. See the the manual section on Interaction with Documenter.\n\n\n\n" -}, - -{ - "location": "outputformats.html#Notebook-Output-1", - "page": "4. Output Formats", - "title": "4.2. Notebook Output", - "category": "section", - "text": "The (default) notebook output of the source snippet above is as follows │ # Rational numbers\n │\n │ In julia rational numbers can be constructed with the `//` operator.\n │ Lets define two rational numbers, `x` and `y`:\n\nIn[1]: │ x = 1//3\nOut[1]: │ 1//3\n\nIn[2]: │ y = 2//5\nOut[2]: │ 2//5\n\n │ When adding `x` and `y` together we obtain a new rational number:\n\nIn[3]: │ z = x + y\nOut[3]: │ 11/15We note that lines starting with #\' is put in markdown cells, and the code lines have been put 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. Some of the output rendering can be controlled with keyword arguments to Literate.notebook:Literate.notebook" -}, - -{ - "location": "outputformats.html#Literate.script", - "page": "4. Output Formats", - "title": "Literate.script", - "category": "function", - "text": "Literate.script(inputfile, outputdir; kwargs...)\n\nGenerate a plain script file from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .jl. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during script generation. Defaults to true. See the the manual section on Interaction with Documenter.\nkeep_comments: boolean that, if set to true, keeps markdown lines (#\') as comments in the output script. Defaults to false.\n\n\n\n" -}, - -{ - "location": "outputformats.html#Script-Output-1", - "page": "4. Output Formats", - "title": "4.3. Script Output", - "category": "section", - "text": "The (default) script output of the source snippet above is as followsx = 1//3\n\ny = 2//5\n\nz = x + yWe note that lines starting with #\' are removed and only the code lines have been kept. Some of the output rendering can be controlled with keyword arguments to Literate.script:Literate.script" -}, - -{ - "location": "customprocessing.html#", - "page": "5. Custom pre- and post-processing", - "title": "5. Custom pre- and post-processing", - "category": "page", - "text": "" -}, - -{ - "location": "customprocessing.html#Custom-pre-and-post-processing-1", - "page": "5. Custom pre- and post-processing", - "title": "5. Custom pre- and post-processing", - "category": "section", - "text": "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) accepts 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.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\n#\' This example was generated DATEOFTODAY\n\nx = 1 // 3where DATEOFTODAY is a placeholder, to make it easier for our preprocess function to find the location. Now, lets define the preprocess function, for examplefunction update_date(content)\n content = replace(content, \"DATEOFTODAY\" => Date(now()))\n return content\nendwhich 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)" -}, - -{ - "location": "documenter.html#", - "page": "6. Interaction with Documenter.jl", - "title": "6. Interaction with Documenter.jl", - "category": "page", - "text": "" -}, - -{ - "location": "documenter.html#Interaction-with-Documenter-1", - "page": "6. Interaction with Documenter.jl", - "title": "6. Interaction with Documenter.jl", - "category": "section", - "text": "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 lets take a look at what will happen if we set documenter = true:" -}, - -{ - "location": "documenter.html#[Literate.markdown](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.markdown:", - "category": "section", - "text": "The default code fence will change from\n```julia\n# code\n```\nto Documenters @example blocks:\n```@examples $(name)\n# code\n```\nThe following @meta block will be added to the top of the markdown page, which redirects the \"Edit on GitHub\" link on the top of the page to the source file rather than the generated .md file:\n```@meta\nEditURL = \"$(relpath(inputfile, outputdir))\"\n```" -}, - -{ - "location": "documenter.html#[Literate.notebook](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.notebook:", - "category": "section", - "text": "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 notebook.\nDocumenter style markdown math\n```math\n\\int f dx\n```\nis replaced with notebook compatible\n\\begin{equation}\n\\int f dx\n\\end{equation}" -}, - -{ - "location": "documenter.html#[Literate.script](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.script:", - "category": "section", - "text": "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." -}, - -{ - "location": "generated/example.html#", - "page": "7. Example", - "title": "7. Example", - "category": "page", - "text": "EditURL = \"https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl\"" -}, - -{ - "location": "generated/example.html#**7.**-Example-1", - "page": "7. Example", - "title": "7. Example", - "category": "section", - "text": "This is an example generated with Literate based on this source file: example.jl. You are seeing the html-output which Documenter have generated based on a markdown file generated with Literate. The corresponding notebook can be found 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." -}, - -{ - "location": "generated/example.html#Basic-syntax-1", - "page": "7. Example", - "title": "Basic syntax", - "category": "section", - "text": "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\ny = 2//5In 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 + yx * y" -}, - -{ - "location": "generated/example.html#Output-Capturing-1", - "page": "7. Example", - "title": "Output Capturing", - "category": "section", - "text": "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.function foo()\n println(\"This string is printed to stdout.\")\n return [1, 2, 3, 4]\nend\n\nfoo()" -}, - -{ - "location": "generated/example.html#Custom-processing-1", - "page": "7. Example", - "title": "Custom processing", - "category": "section", - "text": "It is possible to give Literate custom pre- and post-processing functions. For example, here we insert two placeholders, which we will replace with something else at time of generation. We have here replaced our placeholders with z and 1.0 + 2.0im:z = 1.0 + 2.0im" -}, - -{ - "location": "generated/example.html#documenter-interaction-1", - "page": "7. Example", - "title": "Documenter.jl interaction", - "category": "section", - "text": "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 mathrmdOmega = int_Omega v f mathrmdOmegausing 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/release-0.1/siteinfo.js b/release-0.1/siteinfo.js deleted file mode 100644 index 7ae6d02..0000000 --- a/release-0.1/siteinfo.js +++ /dev/null @@ -1 +0,0 @@ -var DOCUMENTER_CURRENT_VERSION = "release-0.1"; diff --git a/release-0.2/assets/arrow.svg b/release-0.2/assets/arrow.svg deleted file mode 100644 index ee2798d..0000000 --- a/release-0.2/assets/arrow.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/release-0.2/assets/documenter.css b/release-0.2/assets/documenter.css deleted file mode 100644 index 26c8166..0000000 --- a/release-0.2/assets/documenter.css +++ /dev/null @@ -1,573 +0,0 @@ -/* - * The default CSS style for Documenter.jl generated sites - * - * Heavily inspired by the Julia Sphinx theme - * https://github.com/JuliaLang/JuliaDoc - * which extends the sphinx_rtd_theme - * https://github.com/snide/sphinx_rtd_theme - * - * Part of Documenter.jl - * https://github.com/JuliaDocs/Documenter.jl - * - * License: MIT - */ - -/* fonts */ -body, input { - font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif; - font-size: 16px; - color: #222; - text-rendering: optimizeLegibility; -} - -pre, code, kbd { - font-family: 'Roboto Mono', Monaco, courier, monospace; - font-size: 0.90em; -} - -pre code { - font-size: 1em; -} - -a { - color: #2980b9; - text-decoration: none; -} - -a:hover { - color: #3091d1; -} - -a:visited { - color: #9b59b6; -} - -body { - line-height: 1.5; -} - -h1 { - font-size: 1.75em; -} - -/* Unless the

      the is very first thing on the page (i.e. the second element - * in the
      , * after the
      , we add some additional styling to it - * to make it stand out a bit more. This way we get a reasonable fallback if CSS3 - * selectors are not supported in the browser. - */ -article > h1:not(:nth-child(2)) { - margin: 2.5em 0 0; - padding-bottom: 0.30em; - border-bottom: 1px solid #e5e5e5; -} -h2 { - font-size: 1.50em; - margin: 2.3em 0 0; - padding-bottom: 0.25em; - border-bottom: 1px solid #e5e5e5; -} -h3 { - font-size: 1.25em; - margin: 2.0em 0 0; -} -h4 { font-size: 1.15em; } -h5 { font-size: 1.10em; } -h6 { font-size: 1em; } - -h4, h5, h6 { - margin-top: 1.5em; - margin-bottom: 1em; -} - -img { - max-width: 100%; -} - -table { - border-collapse: collapse; - margin: 1em 0; -} - -th, td { - border: 1px solid #e1e4e5; - padding: 0.5em 1em; -} - -th { - border-bottom-width: 2px; -} - -tr:nth-child(even) { - background-color: #f3f6f6; -} - -hr { - border: 0; - border-top: 1px solid #e5e5e5; -} - -/* Inline code and code blocks */ - -code { - padding: 0.1em; - background-color: rgba(0,0,0,.04); - border-radius: 3px; -} - -pre { - background-color: #f5f5f5; - border: 1px solid #dddddd; - border-radius: 3px; - padding: 0.5em; - overflow: auto; -} - -pre code { - padding: 0; - background-color: initial; -} - -kbd { - font-size: 0.70em; - display: inline-block; - padding: 0.1em 0.5em 0.4em 0.5em; - line-height: 1.0em; - color: #444d56; - vertical-align: middle; - background-color: #fafbfc; - border: solid 1px #c6cbd1; - border-bottom-color: #959da5; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #959da5; -} - -/* Headers in admonitions and docstrings */ -.admonition h1, -article section.docstring h1 { - font-size: 1.25em; -} - -.admonition h2, -article section.docstring h2 { - font-size: 1.10em; -} - -.admonition h3, -.admonition h4, -.admonition h5, -.admonition h6, -article section.docstring h3, -article section.docstring h4, -article section.docstring h5, -article section.docstring h6 { - font-size: 1em; -} - -/* Navigation */ -nav.toc { - position: fixed; - top: 0; - left: 0; - bottom: 0; - width: 20em; - overflow-y: auto; - padding: 1em 0; - background-color: #fcfcfc; - box-shadow: inset -14px 0px 5px -12px rgb(210,210,210); -} - -nav.toc .logo { - margin: 0 auto; - display: block; - max-height: 6em; - max-width: 18em; -} - -nav.toc h1 { - text-align: center; - margin-top: .57em; - margin-bottom: 0; -} - -nav.toc select { - display: block; - height: 2em; - padding: 0 1.6em 0 1em; - min-width: 7em; - max-width: 90%; - max-width: calc(100% - 5em); - margin: 0 auto; - font-size: .83em; - border: 1px solid #c9c9c9; - border-radius: 1em; - - /* TODO: doesn't seem to be centered on Safari */ - text-align: center; - text-align-last: center; - - appearance: none; - -moz-appearance: none; - -webkit-appearance: none; - - background: white url("arrow.svg"); - background-size: 1.155em; - background-repeat: no-repeat; - background-position: right; -} - -nav.toc select:hover { - border: 1px solid #a0a0a0; -} - -nav.toc select option { - text-align: center; -} - -nav.toc input { - display: block; - height: 2em; - width: 90%; - width: calc(100% - 5em); - margin: 1.2em auto; - padding: 0 1em; - border: 1px solid #c9c9c9; - border-radius: 1em; - font-size: .83em; -} - -nav.toc > ul * { - margin: 0; -} - -nav.toc ul { - color: #404040; - padding: 0; - list-style: none; -} - -nav.toc ul .toctext { - color: inherit; - display: block; -} - -nav.toc ul a:hover { - color: #fcfcfc; - background-color: #4e4a4a; -} - -nav.toc ul.internal a { - color: inherit; - display: block; -} - -nav.toc ul.internal a:hover { - background-color: #d6d6d6; -} - -nav.toc ul.internal { - background-color: #e3e3e3; - box-shadow: inset -14px 0px 5px -12px rgb(210,210,210); - list-style: none; -} - -nav.toc ul.internal li.toplevel { - border-top: 1px solid #909090; - font-weight: bold; -} - -nav.toc ul.internal li.toplevel:first-child { - border-top: none; -} - -nav.toc .toctext { - padding-top: 0.3em; - padding-bottom: 0.3em; - padding-right: 1em; -} - -nav.toc ul .toctext { - padding-left: 1em; -} - -nav.toc ul ul .toctext { - padding-left: 2em; -} - -nav.toc ul ul ul .toctext { - padding-left: 3em; -} - -nav.toc li.current > .toctext { - border-top: 1px solid #c9c9c9; - border-bottom: 1px solid #c9c9c9; - color: #404040; - font-weight: bold; - background-color: white; -} - -article { - margin-left: 20em; - min-width: 20em; - max-width: 48em; - padding: 2em; -} - -article > header {} - -article > header div#topbar { - display: none; -} - -article > header nav ul { - display: inline-block; - list-style: none; - margin: 0; - padding: 0; -} - -article > header nav li { - display: inline-block; - padding-right: 0.2em; -} - -article > header nav li:before { - content: "»"; - padding-right: 0.2em; -} - -article > header .edit-page { - float: right; -} - -article > footer {} - -article > footer a.prev { - float: left; -} -article > footer a.next { - float: right; -} - -article > footer a .direction:after { - content: ": "; -} - -article hr { - margin: 1em 0; -} - -article section.docstring { - border: 1px solid #ddd; - margin: 0.5em 0; - padding: 0.5em; - border-radius: 3px; -} - -article section.docstring .docstring-header { - margin-bottom: 1em; -} - -article section.docstring .docstring-binding { - color: #333; - font-weight: bold; -} - -article section.docstring .docstring-category { - font-style: italic; -} - -article section.docstring a.source-link { - display: block; - font-weight: bold; -} - -.nav-anchor, -.nav-anchor:hover, -.nav-anchor:visited { - color: #333; -} - -/* - * Admonitions - * - * Colors (title, body) - * warning: #f0b37e #ffedcc (orange) - * note: #6ab0de #e7f2fa (blue) - * tip: #1abc9c #dbfaf4 (green) -*/ -.admonition { - border-radius: 3px; - background-color: #eeeeee; -} - -.admonition-title { - border-radius: 3px 3px 0 0; - background-color: #9b9b9b; - padding: 0.15em 0.5em; -} - -.admonition-text { - padding: 0.5em; -} - -.admonition-text > :first-child { - margin-top: 0; -} - -.admonition-text > :last-child { - margin-bottom: 0; -} - -.admonition > .admonition-title:before { - font-family: "FontAwesome"; - margin-right: 5px; - content: "\f06a"; -} - -.admonition.warning > .admonition-title { - background-color: #f0b37e; -} - -.admonition.warning { - background-color: #ffedcc; -} - -.admonition.note > .admonition-title { - background-color: #6ab0de; -} - -.admonition.note { - background-color: #e7f2fa; -} - -.admonition.tip > .admonition-title { - background-color: #1abc9c; -} - -.admonition.tip { - background-color: #dbfaf4; -} - - -/* footnotes */ -.footnote { - padding-left: 0.8em; - border-left: 2px solid #ccc; -} - -/* Search page */ -#search-results .category { - font-size: smaller; -} - -/* Overriding the block style of highligh.js. - * We have to override the padding and the background-color, since we style this - * part ourselves. Specifically, we style the
       surrounding the , while
      - * highlight.js applies the .hljs style directly to the  tag.
      - */
      -.hljs {
      -    background-color: transparent;
      -    padding: 0;
      -}
      -
      -@media only screen and (max-width: 768px) {
      -    nav.toc {
      -        position: fixed;
      -        overflow-y: scroll;
      -        width: 16em;
      -        left: -16em;
      -        -webkit-overflow-scrolling: touch;
      -        -webkit-transition-property: left; /* Safari */
      -        -webkit-transition-duration: 0.3s; /* Safari */
      -        transition-property: left;
      -        transition-duration: 0.3s;
      -        -webkit-transition-timing-function: ease-out; /* Safari */
      -        transition-timing-function: ease-out;
      -        z-index: 2;
      -    }
      -
      -    nav.toc.show {
      -        left: 0;
      -    }
      -
      -    article {
      -        margin-left: 0;
      -        padding: 3em 0.9em 0 0.9em; /* top right bottom left */
      -        overflow-wrap: break-word;
      -    }
      -
      -    article > header {
      -        position: fixed;
      -        left: 0;
      -        z-index: 1;
      -    }
      -
      -    article > header nav, hr {
      -        display: none;
      -    }
      -
      -    article > header div#topbar {
      -        display: block; /* is mobile */
      -        position: fixed;
      -        width: 100%;
      -        height: 1.5em;
      -        padding-top: 1em;
      -        padding-bottom: 1em;
      -        background-color: #fcfcfc;
      -        box-shadow: 0 1px 3px rgba(0,0,0,.26);
      -        top: 0;
      -        -webkit-transition-property: top; /* Safari */
      -        -webkit-transition-duration: 0.3s; /* Safari */
      -        transition-property: top;
      -        transition-duration: 0.3s;
      -    }
      -
      -    article > header div#topbar.headroom--unpinned.headroom--not-top.headroom--not-bottom {
      -        top: -4em;
      -        -webkit-transition-property: top; /* Safari */
      -        -webkit-transition-duration: 0.7s; /* Safari */
      -        transition-property: top;
      -        transition-duration: 0.7s;
      -    }
      -
      -    article > header div#topbar span {
      -        position: fixed;
      -        width: 80%;
      -        height: 1.5em;
      -        margin-top: -0.1em;
      -        margin-left: 0.9em;
      -        font-size: 1.2em;
      -        overflow: hidden;
      -    }
      -
      -    article > header div#topbar a.fa-bars {
      -        float: right;
      -        padding: 0.6em;
      -        margin-top: -0.6em;
      -        margin-right: 0.3em;
      -        font-size: 1.5em;
      -    }
      -
      -    article > header div#topbar a.fa-bars:visited {
      -        color: #3091d1;
      -    }
      -
      -    article table {
      -        overflow-x: auto;
      -        display: block;
      -    }
      -
      -    article div.MathJax_Display {
      -        overflow: scroll;
      -    }
      -
      -    article span.MathJax {
      -        overflow: hidden;
      -    }
      -}
      -
      -@media only screen and (max-width: 320px) {
      -    body {
      -        font-size: 15px;
      -    }
      -}
      diff --git a/release-0.2/assets/documenter.js b/release-0.2/assets/documenter.js
      deleted file mode 100644
      index 5d31622..0000000
      --- a/release-0.2/assets/documenter.js
      +++ /dev/null
      @@ -1,129 +0,0 @@
      -/*
      - * Part of Documenter.jl
      - *     https://github.com/JuliaDocs/Documenter.jl
      - *
      - * License: MIT
      - */
      -
      -requirejs.config({
      -    paths: {
      -        'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min',
      -        'jqueryui': 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min',
      -        'headroom': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.3/headroom.min',
      -        'mathjax': 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML',
      -        'highlight': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min',
      -        'highlight-julia': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/julia.min',
      -        'highlight-julia-repl': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/julia-repl.min',
      -    },
      -    shim: {
      -        'mathjax' : {
      -            exports: "MathJax"
      -        },
      -        'highlight-julia': ['highlight'],
      -        'highlight-julia-repl': ['highlight'],
      -    }
      -});
      -
      -// Load MathJax
      -require(['mathjax'], function(MathJax) {
      -    MathJax.Hub.Config({
      -      "tex2jax": {
      -        inlineMath: [['$','$'], ['\\(','\\)']],
      -        processEscapes: true
      -      }
      -    });
      -    MathJax.Hub.Config({
      -      config: ["MMLorHTML.js"],
      -      jax: [
      -        "input/TeX",
      -        "output/HTML-CSS",
      -        "output/NativeMML"
      -      ],
      -      extensions: [
      -        "MathMenu.js",
      -        "MathZoom.js",
      -        "TeX/AMSmath.js",
      -        "TeX/AMSsymbols.js",
      -        "TeX/autobold.js",
      -        "TeX/autoload-all.js"
      -      ]
      -    });
      -    MathJax.Hub.Config({
      -      TeX: { equationNumbers: { autoNumber: "AMS" } }
      -    });
      -})
      -
      -require(['jquery', 'highlight', 'highlight-julia', 'highlight-julia-repl'], function($, hljs) {
      -    $(document).ready(function() {
      -        hljs.initHighlighting();
      -    })
      -
      -})
      -
      -// update the version selector with info from the siteinfo.js and ../versions.js files
      -require(['jquery'], function($) {
      -    $(document).ready(function() {
      -        var version_selector = $("#version-selector");
      -
      -        // add the current version to the selector based on siteinfo.js, but only if the selector is empty
      -        if (typeof DOCUMENTER_CURRENT_VERSION !== 'undefined' && $('#version-selector > option').length == 0) {
      -            var option = $("");
      -            version_selector.append(option);
      -        }
      -
      -        if (typeof DOC_VERSIONS !== 'undefined') {
      -            var existing_versions = $('#version-selector > option');
      -            var existing_versions_texts = existing_versions.map(function(i,x){return x.text});
      -            DOC_VERSIONS.forEach(function(each) {
      -                var version_url = documenterBaseURL + "/../" + each;
      -                var existing_id = $.inArray(each, existing_versions_texts);
      -                // if not already in the version selector, add it as a new option,
      -                // otherwise update the old option with the URL and enable it
      -                if (existing_id == -1) {
      -                    var option = $("");
      -                    version_selector.append(option);
      -                } else {
      -                    var option = existing_versions[existing_id];
      -                    option.value = version_url;
      -                    option.disabled = false;
      -                }
      -            });
      -        }
      -
      -        // only show the version selector if the selector has been populated
      -        if ($('#version-selector > option').length > 0) {
      -            version_selector.css("visibility", "visible");
      -        }
      -    })
      -
      -})
      -
      -// mobile
      -require(['jquery', 'headroom'], function($, Headroom) {
      -    $(document).ready(function() {
      -        var navtoc = $("nav.toc");
      -        $("nav.toc li.current a.toctext").click(function() {
      -            navtoc.toggleClass('show');
      -        });
      -        $("article > header div#topbar a.fa-bars").click(function(ev) {
      -            ev.preventDefault();
      -            navtoc.toggleClass('show');
      -            if (navtoc.hasClass('show')) {
      -                var title = $("article > header div#topbar span").text();
      -                $("nav.toc ul li a:contains('" + title + "')").focus();
      -            }
      -        });
      -        $("article#docs").bind('click', function(ev) {
      -            if ($(ev.target).is('div#topbar a.fa-bars')) {
      -                return;
      -            }
      -            if (navtoc.hasClass('show')) {
      -                navtoc.removeClass('show');
      -            }
      -        });
      -        if ($("article > header div#topbar").css('display') == 'block') {
      -            var headroom = new Headroom(document.querySelector("article > header div#topbar"), {"tolerance": {"up": 10, "down": 10}});
      -            headroom.init();
      -        }
      -    })
      -})
      diff --git a/release-0.2/assets/search.js b/release-0.2/assets/search.js
      deleted file mode 100644
      index 4dfee82..0000000
      --- a/release-0.2/assets/search.js
      +++ /dev/null
      @@ -1,243 +0,0 @@
      -/*
      - * Part of Documenter.jl
      - *     https://github.com/JuliaDocs/Documenter.jl
      - *
      - * License: MIT
      - */
      -
      -// parseUri 1.2.2
      -// (c) Steven Levithan 
      -// MIT License
      -function parseUri (str) {
      -	var	o   = parseUri.options,
      -		m   = o.parser[o.strictMode ? "strict" : "loose"].exec(str),
      -		uri = {},
      -		i   = 14;
      -
      -	while (i--) uri[o.key[i]] = m[i] || "";
      -
      -	uri[o.q.name] = {};
      -	uri[o.key[12]].replace(o.q.parser, function ($0, $1, $2) {
      -		if ($1) uri[o.q.name][$1] = $2;
      -	});
      -
      -	return uri;
      -};
      -parseUri.options = {
      -	strictMode: false,
      -	key: ["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],
      -	q:   {
      -		name:   "queryKey",
      -		parser: /(?:^|&)([^&=]*)=?([^&]*)/g
      -	},
      -	parser: {
      -		strict: /^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,
      -		loose:  /^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/
      -	}
      -};
      -
      -requirejs.config({
      -    paths: {
      -        'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min',
      -        'lunr': 'https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.1.3/lunr.min',
      -        'lodash': 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min',
      -    }
      -});
      -
      -var currentScript = document.currentScript;
      -
      -require(["jquery", "lunr", "lodash"], function($, lunr, _) {
      -    $("#search-form").submit(function(e) {
      -        e.preventDefault()
      -    })
      -
      -    // list below is the lunr 2.1.3 list minus the intersect with names(Base)
      -    // (all, any, get, in, is, which) and (do, else, for, let, where, while, with)
      -    // ideally we'd just filter the original list but it's not available as a variable
      -    lunr.stopWordFilter = lunr.generateStopWordFilter([
      -        'a',
      -        'able',
      -        'about',
      -        'across',
      -        'after',
      -        'almost',
      -        'also',
      -        'am',
      -        'among',
      -        'an',
      -        'and',
      -        'are',
      -        'as',
      -        'at',
      -        'be',
      -        'because',
      -        'been',
      -        'but',
      -        'by',
      -        'can',
      -        'cannot',
      -        'could',
      -        'dear',
      -        'did',
      -        'does',
      -        'either',
      -        'ever',
      -        'every',
      -        'from',
      -        'got',
      -        'had',
      -        'has',
      -        'have',
      -        'he',
      -        'her',
      -        'hers',
      -        'him',
      -        'his',
      -        'how',
      -        'however',
      -        'i',
      -        'if',
      -        'into',
      -        'it',
      -        'its',
      -        'just',
      -        'least',
      -        'like',
      -        'likely',
      -        'may',
      -        'me',
      -        'might',
      -        'most',
      -        'must',
      -        'my',
      -        'neither',
      -        'no',
      -        'nor',
      -        'not',
      -        'of',
      -        'off',
      -        'often',
      -        'on',
      -        'only',
      -        'or',
      -        'other',
      -        'our',
      -        'own',
      -        'rather',
      -        'said',
      -        'say',
      -        'says',
      -        'she',
      -        'should',
      -        'since',
      -        'so',
      -        'some',
      -        'than',
      -        'that',
      -        'the',
      -        'their',
      -        'them',
      -        'then',
      -        'there',
      -        'these',
      -        'they',
      -        'this',
      -        'tis',
      -        'to',
      -        'too',
      -        'twas',
      -        'us',
      -        'wants',
      -        'was',
      -        'we',
      -        'were',
      -        'what',
      -        'when',
      -        'who',
      -        'whom',
      -        'why',
      -        'will',
      -        'would',
      -        'yet',
      -        'you',
      -        'your'
      -        ])
      -
      -    // add . as a separator, because otherwise "title": "Documenter.Anchors.add!"
      -    // would not find anything if searching for "add!", only for the entire qualification
      -    lunr.tokenizer.separator = /[\s\-\.]+/
      -
      -    // custom trimmer that doesn't strip @ and !, which are used in julia macro and function names
      -    lunr.trimmer = function (token) {
      -        return token.update(function (s) {
      -            return s.replace(/^[^a-zA-Z0-9@!]+/, '').replace(/[^a-zA-Z0-9@!]+$/, '')
      -        })
      -    }
      -
      -    lunr.Pipeline.registerFunction(lunr.stopWordFilter, 'juliaStopWordFilter')
      -    lunr.Pipeline.registerFunction(lunr.trimmer, 'juliaTrimmer')
      -
      -    var index = lunr(function () {
      -        this.ref('location')
      -        this.field('title')
      -        this.field('text')
      -        documenterSearchIndex['docs'].forEach(function(e) {
      -            this.add(e)
      -        }, this)
      -    })
      -    var store = {}
      -
      -    documenterSearchIndex['docs'].forEach(function(e) {
      -        store[e.location] = {title: e.title, category: e.category}
      -    })
      -
      -    $(function(){
      -        function update_search(querystring) {
      -            tokens = lunr.tokenizer(querystring)
      -            results = index.query(function (q) {
      -                tokens.forEach(function (t) {
      -                    q.term(t.toString(), {
      -                        fields: ["title"],
      -                        boost: 10,
      -                        usePipeline: false,
      -                        editDistance: 2,
      -                        wildcard: lunr.Query.wildcard.NONE
      -                    })
      -                    q.term(t.toString(), {
      -                        fields: ["text"],
      -                        boost: 1,
      -                        usePipeline: true,
      -                        editDistance: 2,
      -                        wildcard: lunr.Query.wildcard.NONE
      -                    })
      -                })
      -            })
      -            $('#search-info').text("Number of results: " + results.length)
      -            $('#search-results').empty()
      -            results.forEach(function(result) {
      -                data = store[result.ref]
      -                link = $('')
      -                link.text(data.title)
      -                link.attr('href', documenterBaseURL+'/'+result.ref)
      -                cat = $('('+data.category+')')
      -                li = $('
    • ').append(link).append(" ").append(cat) - $('#search-results').append(li) - }) - } - - function update_search_box() { - querystring = $('#search-query').val() - update_search(querystring) - } - - $('#search-query').keyup(_.debounce(update_search_box, 250)) - $('#search-query').change(update_search_box) - - search_query_uri = parseUri(window.location).queryKey["q"] - if(search_query_uri !== undefined) { - search_query = decodeURIComponent(search_query_uri.replace(/\+/g, '%20')) - $("#search-query").val(search_query) - } - update_search_box(); - }) -}) diff --git a/release-0.2/customprocessing.html b/release-0.2/customprocessing.html deleted file mode 100644 index 96726fb..0000000 --- a/release-0.2/customprocessing.html +++ /dev/null @@ -1,8 +0,0 @@ - -5. Custom pre- and post-processing · Literate.jl

      5. Custom pre- and post-processing

      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) accepts 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.

      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)
      -    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)
      diff --git a/release-0.2/documenter.html b/release-0.2/documenter.html deleted file mode 100644 index c7167fc..0000000 --- a/release-0.2/documenter.html +++ /dev/null @@ -1,12 +0,0 @@ - -6. Interaction with Documenter.jl · Literate.jl

      6. Interaction with Documenter.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 lets take a look at what will happen if we set documenter = true:

      Literate.markdown:

      • The default code fence will change from

        ```julia
        -# code
        -```

        to Documenters @example blocks:

        ```@examples $(name)
        -# code
        -```
      • The following @meta block will be added to the top of the markdown page, which redirects the "Edit on GitHub" link on the top of the page to the source file rather than the generated .md file:

        ```@meta
        -EditURL = "$(relpath(inputfile, outputdir))"
        -```

      Literate.notebook:

      • 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 notebook.

      • Documenter style markdown math

        ```math
        -\int f dx
        -```

        is replaced with notebook compatible

        \begin{equation}
        -\int f dx
        -\end{equation}

      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/release-0.2/fileformat.html b/release-0.2/fileformat.html deleted file mode 100644 index c1e5b83..0000000 --- a/release-0.2/fileformat.html +++ /dev/null @@ -1,17 +0,0 @@ - -2. File Format · Literate.jl

      2. File Format

      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 is 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`:
      -
      -x = 1//3
      -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.

      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 with one of these tokens are filtered out in the preprocessing step.

      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.markdown
      -#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 simple 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" 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__

        expands to https://github.com/$(ENV["TRAVIS_REPO_SLUG"])/blob/master/ and is a convenient way to use when you want to link to files outside the doc-build directory. For example @__REPO__ROOT_URL__src/Literate.jl would link to the source of the Literate module.

      • @__NBVIEWER_ROOT_URL__

        expands to https://nbviewer.jupyter.org/github/$(ENV["TRAVIS_REPO_SLUG"])/blob/gh-pages/$(folder)/ where folder is the folder that Documenter.deploydocs deploys too. This can be used if you want a link that opens the generated notebook in http://nbviewer.jupyter.org/.

      diff --git a/release-0.2/generated/example.html b/release-0.2/generated/example.html deleted file mode 100644 index c899e2f..0000000 --- a/release-0.2/generated/example.html +++ /dev/null @@ -1,352 +0,0 @@ - -7. Example · Literate.jl

      7. Example

      7. Example

      This is an example generated with Literate based on this source file: example.jl. You are seeing the html-output which Documenter have generated based on a markdown file generated with Literate. The corresponding notebook can be found 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.

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

      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 = linspace(0, 6π, 1000)
      -y1 = sin.(x)
      -y2 = cos.(x)
      -plot(x, [y1, y2])
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -0 - - -5 - - -10 - - -15 - - --1.0 - - --0.5 - - -0.0 - - -0.5 - - -1.0 - - - - - - - -y1 - - - -y2 - - -

      Custom processing

      It is possible to give Literate custom pre- and post-processing functions. For example, here we insert two placeholders, which we will replace with something else at time of generation. We have here replaced our placeholders with z and 1.0 + 2.0im:

      z = 1.0 + 2.0im
      1.0 + 2.0im

      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/release-0.2/generated/example.ipynb b/release-0.2/generated/example.ipynb deleted file mode 100644 index 5a0cd18..0000000 --- a/release-0.2/generated/example.ipynb +++ /dev/null @@ -1,952 +0,0 @@ -{ - "cells": [ - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "# **7.** Example\n", - "\n", - "This is an example generated with Literate based on this\n", - "source file: [`example.jl`](https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl).\n", - "You are seeing the\n", - "generated notebook output. The corresponding markdown (html) output\n", - "can be found here: [`example.html`](https://fredrikekre.github.io/Literate.jl/latest/generated/example.html),\n", - "and the plain script output can be found here: [`example.jl`](./example.jl)." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "It is recommended to have the [source file](https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl)\n", - "available when reading this, to better understand how the syntax in the source file\n", - "corresponds to the output you are seeing." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Basic syntax\n", - "The basic syntax for Literate is simple, lines starting with `# ` is interpreted\n", - "as markdown, and all the other lines are interpreted as code. Here is some code:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//5" - }, - "metadata": {}, - "execution_count": 1 - } - ], - "cell_type": "code", - "source": [ - "x = 1//3\n", - "y = 2//5" - ], - "metadata": {}, - "execution_count": 1 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "In markdown sections we can use markdown syntax. For example, we can\n", - "write *text in italic font*, **text in bold font** and use\n", - "[links](https://www.youtube.com/watch?v=dQw4w9WgXcQ)." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "It is possible to filter out lines depending on the output using the\n", - "`#md`, `#nb`, `#jl` and `#src` tags (see Filtering Lines):\n", - "- This line starts with `#nb` and is thus only visible in the notebook output." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "The source file is parsed in chunks of markdown and code. Starting a line\n", - "with `#-` manually inserts a chunk break. For example, if we want to\n", - "display the output of the following operations we may insert `#-` in\n", - "between. These two code blocks will now end up in different\n", - "`@example`-blocks in the markdown output, and two different notebook cells\n", - "in the notebook output." - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "11//15" - }, - "metadata": {}, - "execution_count": 2 - } - ], - "cell_type": "code", - "source": [ - "x + y" - ], - "metadata": {}, - "execution_count": 2 - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//15" - }, - "metadata": {}, - "execution_count": 3 - } - ], - "cell_type": "code", - "source": [ - "x * y" - ], - "metadata": {}, - "execution_count": 3 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Output Capturing\n", - "Code chunks are by default placed in Documenter `@example` blocks in the generated\n", - "markdown. This means that the output will be captured in a block when Documenter is\n", - "building the docs. In notebooks the output is captured in output cells, if the\n", - "`execute` keyword argument is set to true. Output to `stdout`/`stderr` is also\n", - "captured." - ], - "metadata": {} - }, - { - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "This string is printed to stdout.\n" - ] - }, - { - "output_type": "execute_result", - "data": { - "text/plain": "4-element Array{Int64,1}:\n 1\n 2\n 3\n 4" - }, - "metadata": {}, - "execution_count": 4 - } - ], - "cell_type": "code", - "source": [ - "function foo()\n", - " println(\"This string is printed to stdout.\")\n", - " return [1, 2, 3, 4]\n", - "end\n", - "\n", - "foo()" - ], - "metadata": {}, - "execution_count": 4 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "Both Documenter's `@example` block and notebooks can display images. Here is an example\n", - "where we generate a simple plot using the\n", - "[Plots.jl](https://github.com/JuliaPlots/Plots.jl) package" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "Plot{Plots.GRBackend() n=2}", - "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", - "0\n", - "\n", - "\n", - "5\n", - "\n", - "\n", - "10\n", - "\n", - "\n", - "15\n", - "\n", - "\n", - "-1.0\n", - "\n", - "\n", - "-0.5\n", - "\n", - "\n", - "0.0\n", - "\n", - "\n", - "0.5\n", - "\n", - "\n", - "1.0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "y1\n", - "\n", - "\n", - "\n", - "y2\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", - "0\n", - "\n", - "\n", - "5\n", - "\n", - "\n", - "10\n", - "\n", - "\n", - "15\n", - "\n", - "\n", - "-1.0\n", - "\n", - "\n", - "-0.5\n", - "\n", - "\n", - "0.0\n", - "\n", - "\n", - "0.5\n", - "\n", - "\n", - "1.0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "y1\n", - "\n", - "\n", - "\n", - "y2\n", - "\n", - "\n" - ] - }, - "metadata": {}, - "execution_count": 5 - } - ], - "cell_type": "code", - "source": [ - "using Plots\n", - "x = linspace(0, 6π, 1000)\n", - "y1 = sin.(x)\n", - "y2 = cos.(x)\n", - "plot(x, [y1, y2])" - ], - "metadata": {}, - "execution_count": 5 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Custom processing\n", - "\n", - "It is possible to give Literate custom pre- and post-processing functions.\n", - "For example, here we insert two placeholders, which we will replace with\n", - "something else at time of generation. We have here replaced our placeholders\n", - "with `z` and `1.0 + 2.0im`:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "1.0 + 2.0im" - }, - "metadata": {}, - "execution_count": 6 - } - ], - "cell_type": "code", - "source": [ - "z = 1.0 + 2.0im" - ], - "metadata": {}, - "execution_count": 6 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Documenter.jl interaction\n", - "\n", - "In the source file it is possible to use Documenter.jl style references,\n", - "such as `@ref` and `@id`. These will be filtered out in the notebook output.\n", - "For example, here is a link, but it is only\n", - "visible as a link if you are reading the markdown output. We can also\n", - "use equations:\n", - "\n", - "\\begin{equation}\n", - "\\int_\\Omega \\nabla v \\cdot \\nabla u\\ \\mathrm{d}\\Omega = \\int_\\Omega v f\\ \\mathrm{d}\\Omega\n", - "\\end{equation}\n", - "\n", - "using Documenters math syntax. Documenters syntax is automatically changed to\n", - "`\\begin{equation} ... \\end{equation}` in the notebook output to display correctly." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "*This notebook was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*" - ], - "metadata": {} - } - ], - "nbformat_minor": 3, - "metadata": { - "language_info": { - "file_extension": ".jl", - "mimetype": "application/julia", - "name": "julia", - "version": "0.6.3" - }, - "kernelspec": { - "name": "julia-0.6", - "display_name": "Julia 0.6.3", - "language": "julia" - } - }, - "nbformat": 4 -} diff --git a/release-0.2/generated/example.jl b/release-0.2/generated/example.jl deleted file mode 100644 index 4bfbea8..0000000 --- a/release-0.2/generated/example.jl +++ /dev/null @@ -1,24 +0,0 @@ -x = 1//3 -y = 2//5 - -x + y - -x * y - -function foo() - println("This string is printed to stdout.") - return [1, 2, 3, 4] -end - -foo() - -using Plots -x = linspace(0, 6π, 1000) -y1 = sin.(x) -y2 = cos.(x) -plot(x, [y1, y2]) - -z = 1.0 + 2.0im - -# This file was generated using Literate.jl, https://github.com/fredrikekre/Literate.jl - diff --git a/release-0.2/generated/notebook.ipynb b/release-0.2/generated/notebook.ipynb deleted file mode 100644 index 72dbb93..0000000 --- a/release-0.2/generated/notebook.ipynb +++ /dev/null @@ -1,100 +0,0 @@ -{ - "cells": [ - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "# Rational numbers\n", - "\n", - "In julia rational numbers can be constructed with the `//` operator.\n", - "Lets define two rational numbers, `x` and `y`:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "1//3" - }, - "metadata": {}, - "execution_count": 1 - } - ], - "cell_type": "code", - "source": [ - "x = 1//3" - ], - "metadata": {}, - "execution_count": 1 - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//5" - }, - "metadata": {}, - "execution_count": 2 - } - ], - "cell_type": "code", - "source": [ - "y = 2//5" - ], - "metadata": {}, - "execution_count": 2 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "When adding `x` and `y` together we obtain a new rational number:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "11//15" - }, - "metadata": {}, - "execution_count": 3 - } - ], - "cell_type": "code", - "source": [ - "z = x + y" - ], - "metadata": {}, - "execution_count": 3 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "*This notebook was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*" - ], - "metadata": {} - } - ], - "nbformat_minor": 3, - "metadata": { - "language_info": { - "file_extension": ".jl", - "mimetype": "application/julia", - "name": "julia", - "version": "0.6.3" - }, - "kernelspec": { - "name": "julia-0.6", - "display_name": "Julia 0.6.3", - "language": "julia" - } - }, - "nbformat": 4 -} diff --git a/release-0.2/generated/outputformats.jl b/release-0.2/generated/outputformats.jl deleted file mode 100644 index fa53a34..0000000 --- a/release-0.2/generated/outputformats.jl +++ /dev/null @@ -1,6 +0,0 @@ -x = 1//3 - -y = 2//5 - -z = x + y - diff --git a/release-0.2/index.html b/release-0.2/index.html deleted file mode 100644 index f96bb9a..0000000 --- a/release-0.2/index.html +++ /dev/null @@ -1,2 +0,0 @@ - -1. Introduction · Literate.jl

      1. Introduction

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

      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 wants to RTFM, others want to explore the package interactively in, for example, a notebook, and some people wants 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/release-0.2/outputformats.html b/release-0.2/outputformats.html deleted file mode 100644 index 5401af2..0000000 --- a/release-0.2/outputformats.html +++ /dev/null @@ -1,38 +0,0 @@ - -4. Output Formats · Literate.jl

      4. Output Formats

      4. Output Formats

      When the source is parsed, and have 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`:
      -
      -x = 1//3
      -#-
      -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

      The (default) markdown output of the source snippet above is as follows

      ```@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
      -```

      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.

      Some of the output rendering can be controlled with keyword arguments to Literate.markdown:

      Literate.markdownFunction.
      Literate.markdown(inputfile, outputdir; kwargs...)

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

      Keyword arguments:

      • name: name of the output file, excluding .md. name is also used to name all the @example blocks, and to replace @__NAME__. Defaults to the filename of inputfile.

      • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.

      • documenter: boolean that tells if the output is intended to use with Documenter.jl. Defaults to true. See the the manual section on Interaction with Documenter.

      • codefence: A Pair of opening and closing code fence. Defaults to

        "```@example $(name)" => "```"

        if documenter = true and

        "```julia" => "```"

        if documenter = false.

      source

      4.2. Notebook Output

      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. Some of the output rendering can be controlled with keyword arguments to Literate.notebook:

      Literate.notebookFunction.
      Literate.notebook(inputfile, outputdir; kwargs...)

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

      Keyword arguments:

      • name: name of the output file, excluding .ipynb. name is also used to replace @__NAME__. Defaults to the filename of inputfile.

      • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.

      • execute: a boolean deciding if the generated notebook should also be executed or not. Defaults to true. The current working directory is set to outputdir when executing the notebook.

      • documenter: boolean that says if the source contains Documenter.jl specific things to filter out during notebook generation. Defaults to true. See the the manual section on Interaction with Documenter.

      source

      4.3. Script Output

      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. Some of the output rendering can be controlled with keyword arguments to Literate.script:

      Literate.scriptFunction.
      Literate.script(inputfile, outputdir; kwargs...)

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

      Keyword arguments:

      • name: name of the output file, excluding .jl. name is also used to replace @__NAME__. Defaults to the filename of inputfile.

      • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.

      • documenter: boolean that says if the source contains Documenter.jl specific things to filter out during script generation. Defaults to true. See the the manual section on Interaction with Documenter.

      • keep_comments: boolean that, if set to true, keeps markdown lines as comments in the output script. Defaults to false.

      source
      diff --git a/release-0.2/outputformats.jl b/release-0.2/outputformats.jl deleted file mode 100644 index 9dbdad1..0000000 --- a/release-0.2/outputformats.jl +++ /dev/null @@ -1,12 +0,0 @@ -# # 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 diff --git a/release-0.2/pipeline.html b/release-0.2/pipeline.html deleted file mode 100644 index 071a080..0000000 --- a/release-0.2/pipeline.html +++ /dev/null @@ -1,29 +0,0 @@ - -3. Processing pipeline · Literate.jl

      3. Processing pipeline

      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
      -                                                                         <- code
      -x = 1 // 3                                                               <- code
      -y = 2 // 5                                                               <- code
      -                                                                         <- 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                                                     ┐
      -#                                                                        │
      -# In julia rational numbers can be constructed with the `//` operator.   │ markdown
      -# Lets define two rational numbers, `x` and `y`:                         ┘
      -                                                                         ┐
      -x = 1 // 3                                                               │
      -y = 2 // 5                                                               │ code
      -                                                                         ┘
      -# 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
      -
      -In julia rational numbers can be constructed with the `//` operator.
      -Lets define two rational numbers, `x` and `y`:

      Chunk #2:

      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.

      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 describe 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/release-0.2/search.html b/release-0.2/search.html deleted file mode 100644 index 674f80b..0000000 --- a/release-0.2/search.html +++ /dev/null @@ -1,2 +0,0 @@ - -Search · Literate.jl

      Search

      Search

      Number of results: loading...

        diff --git a/release-0.2/search_index.js b/release-0.2/search_index.js deleted file mode 100644 index bdfc9d4..0000000 --- a/release-0.2/search_index.js +++ /dev/null @@ -1,307 +0,0 @@ -var documenterSearchIndex = {"docs": [ - -{ - "location": "index.html#", - "page": "1. Introduction", - "title": "1. Introduction", - "category": "page", - "text": "" -}, - -{ - "location": "index.html#**1.**-Introduction-1", - "page": "1. Introduction", - "title": "1. Introduction", - "category": "section", - "text": "Welcome to the documentation for Literate – a simplistic package for Literate Programming." -}, - -{ - "location": "index.html#What?-1", - "page": "1. Introduction", - "title": "What?", - "category": "section", - "text": "Literate is a package that generates markdown pages (for e.g. Documenter.jl), and Jupyter notebooks, from the same source file. There is also an option to \"clean\" the source from all metadata, and produce a pure Julia script.The main design goal is simplicity. It should be simple to use, and the syntax should be simple. In short, all you have to do is to write a commented julia script!The public interface consists mainly of three functions, all of which take the same script file as input, but generate different output:Literate.markdown: generates a markdown file\nLiterate.notebook: generates an (optionally executed) notebook\nLiterate.script: generates a plain script file, removing all metadata and special syntax." -}, - -{ - "location": "index.html#Why?-1", - "page": "1. Introduction", - "title": "Why?", - "category": "section", - "text": "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 wants to RTFM, others want to explore the package interactively in, for example, a notebook, and some people wants 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." -}, - -{ - "location": "fileformat.html#", - "page": "2. File Format", - "title": "2. File Format", - "category": "page", - "text": "" -}, - -{ - "location": "fileformat.html#**2.**-File-Format-1", - "page": "2. File Format", - "title": "2. File Format", - "category": "section", - "text": "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." -}, - -{ - "location": "fileformat.html#Syntax-1", - "page": "2. File Format", - "title": "2.1. Syntax", - "category": "section", - "text": "The basic syntax is simple:lines starting with # are treated as markdown,\nall other lines are treated as julia code.Leading whitespace is allowed before #, but it will be removed when generating the output. Since #-lines is 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\n#\n# In julia rational numbers can be constructed with the `//` operator.\n# Lets define two rational numbers, `x` and `y`:\n\nx = 1//3\ny = 2//5\n\n# When adding `x` and `y` together we obtain a new rational number:\n\nz = x + yIn 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).\nThe 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:#md, #nb, #jl, #src: tags to filter lines, see Filtering Lines,\n#-: tag to manually control chunk-splits, see Custom control over chunk splits.There is also some default convenience replacements that will always be performed, see Default Replacements." -}, - -{ - "location": "fileformat.html#Filtering-Lines-1", - "page": "2. File Format", - "title": "2.2. Filtering Lines", - "category": "section", - "text": "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,\n#nb: line exclusive to notebook output,\n#jl: line exclusive to script output,\n#src: line exclusive to the source code and thus filtered out unconditionally.Lines starting with one of these tokens are filtered out in the preprocessing step.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\n#md # Literate.markdown\n#md # Literate.notebook\n#md # Literate.markdown\n#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 simple 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\n@test result == expected_result #src" -}, - -{ - "location": "fileformat.html#Default-Replacements-1", - "page": "2. File Format", - "title": "2.3. Default Replacements", - "category": "section", - "text": "The following convenience \"macros\" are always expanded:@__NAME__\nexpands to the name keyword argument to Literate.markdown, Literate.notebook and Literate.script (defaults to the filename of the input file).\n@__REPO__ROOT_URL__\nexpands to https://github.com/$(ENV[\"TRAVIS_REPO_SLUG\"])/blob/master/ and is a convenient way to use when you want to link to files outside the doc-build directory. For example @__REPO__ROOT_URL__src/Literate.jl would link to the source of the Literate module.\n@__NBVIEWER_ROOT_URL__\nexpands to https://nbviewer.jupyter.org/github/$(ENV[\"TRAVIS_REPO_SLUG\"])/blob/gh-pages/$(folder)/ where folder is the folder that Documenter.deploydocs deploys too. This can be used if you want a link that opens the generated notebook in http://nbviewer.jupyter.org/." -}, - -{ - "location": "pipeline.html#", - "page": "3. Processing pipeline", - "title": "3. Processing pipeline", - "category": "page", - "text": "" -}, - -{ - "location": "pipeline.html#**3.**-Processing-pipeline-1", - "page": "3. Processing pipeline", - "title": "3. Processing pipeline", - "category": "section", - "text": "The generation of output follows the same pipeline for all output formats:Pre-processing\nParsing\nDocument generation\nPost-processing\nWriting to file" -}, - -{ - "location": "pipeline.html#Pre-processing-1", - "page": "3. Processing pipeline", - "title": "3.1. Pre-processing", - "category": "section", - "text": "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." -}, - -{ - "location": "pipeline.html#Parsing-1", - "page": "3. Processing pipeline", - "title": "3.2. Parsing", - "category": "section", - "text": "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\n# <- markdown\n# In julia rational numbers can be constructed with the `//` operator. <- markdown\n# Lets define two rational numbers, `x` and `y`: <- markdown\n <- code\nx = 1 // 3 <- code\ny = 2 // 5 <- code\n <- code\n# When adding `x` and `y` together we obtain a new rational number: <- markdown\n <- code\nz = x + y <- codeIn 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 ┐\n# │\n# In julia rational numbers can be constructed with the `//` operator. │ markdown\n# Lets define two rational numbers, `x` and `y`: ┘\n ┐\nx = 1 // 3 │\ny = 2 // 5 │ code\n ┘\n# When adding `x` and `y` together we obtain a new rational number: ] markdown\n ┐\nz = x + y ┘ codeIn 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\n\nIn julia rational numbers can be constructed with the `//` operator.\nLets define two rational numbers, `x` and `y`:Chunk #2:x = 1 // 3\ny = 2 // 5Chunk #3:When adding `x` and `y` together we obtain a new rational number:Chunk #4:z = x + yIt is then up to the Document generation step to decide how these chunks should be treated." -}, - -{ - "location": "pipeline.html#Custom-control-over-chunk-splits-1", - "page": "3. Processing pipeline", - "title": "Custom control over chunk splits", - "category": "section", - "text": "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\ny = 2 // 5\n#-\nz = x + yThe example above would result in two consecutive code-chunks.tip: Tip\nThe 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." -}, - -{ - "location": "pipeline.html#Document-generation-1", - "page": "3. Processing pipeline", - "title": "3.3. Document generation", - "category": "section", - "text": "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 describe 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),\nNotebook output: markdown chunks are printed in markdown cells, code chunks are put in code cells,\nScript output: markdown chunks are discarded, code chunks are printed as-is." -}, - -{ - "location": "pipeline.html#Post-processing-1", - "page": "3. Processing pipeline", - "title": "3.4. Post-processing", - "category": "section", - "text": "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." -}, - -{ - "location": "pipeline.html#Writing-to-file-1", - "page": "3. Processing pipeline", - "title": "3.5. Writing to file", - "category": "section", - "text": "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." -}, - -{ - "location": "outputformats.html#", - "page": "4. Output Formats", - "title": "4. Output Formats", - "category": "page", - "text": "" -}, - -{ - "location": "outputformats.html#Output-Formats-1", - "page": "4. Output Formats", - "title": "4. Output Formats", - "category": "section", - "text": "When the source is parsed, and have been processed it is time to render the output. We will consider the following source snippet:Markdown.parse(\"```julia\\n\" * rstrip(read(\"outputformats.jl\", String)) * \"\\n```\")and see how this is rendered in each of the output formats." -}, - -{ - "location": "outputformats.html#Literate.markdown", - "page": "4. Output Formats", - "title": "Literate.markdown", - "category": "function", - "text": "Literate.markdown(inputfile, outputdir; kwargs...)\n\nGenerate a markdown file from inputfile and write the result to the directoryoutputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .md. name is also used to name all the @example blocks, and to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that tells if the output is intended to use with Documenter.jl. Defaults to true. See the the manual section on Interaction with Documenter.\ncodefence: A Pair of opening and closing code fence. Defaults to\n\"```@example $(name)\" => \"```\"\nif documenter = true and\n\"```julia\" => \"```\"\nif documenter = false.\n\n\n\n" -}, - -{ - "location": "outputformats.html#Markdown-Output-1", - "page": "4. Output Formats", - "title": "4.1. Markdown Output", - "category": "section", - "text": "The (default) markdown output of the source snippet above is as followsfile = joinpath(@__DIR__, \"src/generated/name.md\")\nstr = \"````markdown\\n\" * rstrip(read(file, String)) * \"\\n````\"\nrm(file)\nMarkdown.parse(str)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.Some of the output rendering can be controlled with keyword arguments to Literate.markdown:Literate.markdown" -}, - -{ - "location": "outputformats.html#Literate.notebook", - "page": "4. Output Formats", - "title": "Literate.notebook", - "category": "function", - "text": "Literate.notebook(inputfile, outputdir; kwargs...)\n\nGenerate a notebook from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .ipynb. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\nexecute: a boolean deciding if the generated notebook should also be executed or not. Defaults to true. The current working directory is set to outputdir when executing the notebook.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during notebook generation. Defaults to true. See the the manual section on Interaction with Documenter.\n\n\n\n" -}, - -{ - "location": "outputformats.html#Notebook-Output-1", - "page": "4. Output Formats", - "title": "4.2. Notebook Output", - "category": "section", - "text": "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. Some of the output rendering can be controlled with keyword arguments to Literate.notebook:Literate.notebook" -}, - -{ - "location": "outputformats.html#Literate.script", - "page": "4. Output Formats", - "title": "Literate.script", - "category": "function", - "text": "Literate.script(inputfile, outputdir; kwargs...)\n\nGenerate a plain script file from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .jl. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during script generation. Defaults to true. See the the manual section on Interaction with Documenter.\nkeep_comments: boolean that, if set to true, keeps markdown lines as comments in the output script. Defaults to false.\n\n\n\n" -}, - -{ - "location": "outputformats.html#Script-Output-1", - "page": "4. Output Formats", - "title": "4.3. Script Output", - "category": "section", - "text": "The (default) script output of the source snippet above is as followsfile = joinpath(@__DIR__, \"src/generated/outputformats.jl\")\nstr = \"```julia\\n\" * rstrip(read(file, String)) * \"\\n```\"\nrm(file)\nMarkdown.parse(str)We note that lines starting with # are removed and only the code lines have been kept. Some of the output rendering can be controlled with keyword arguments to Literate.script:Literate.script" -}, - -{ - "location": "customprocessing.html#", - "page": "5. Custom pre- and post-processing", - "title": "5. Custom pre- and post-processing", - "category": "page", - "text": "" -}, - -{ - "location": "customprocessing.html#Custom-pre-and-post-processing-1", - "page": "5. Custom pre- and post-processing", - "title": "5. Custom pre- and post-processing", - "category": "section", - "text": "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) accepts 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.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\n# This example was generated DATEOFTODAY\n\nx = 1 // 3where DATEOFTODAY is a placeholder, to make it easier for our preprocess function to find the location. Now, lets define the preprocess function, for examplefunction update_date(content)\n content = replace(content, \"DATEOFTODAY\" => Date(now()))\n return content\nendwhich 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)" -}, - -{ - "location": "documenter.html#", - "page": "6. Interaction with Documenter.jl", - "title": "6. Interaction with Documenter.jl", - "category": "page", - "text": "" -}, - -{ - "location": "documenter.html#Interaction-with-Documenter-1", - "page": "6. Interaction with Documenter.jl", - "title": "6. Interaction with Documenter.jl", - "category": "section", - "text": "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 lets take a look at what will happen if we set documenter = true:" -}, - -{ - "location": "documenter.html#[Literate.markdown](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.markdown:", - "category": "section", - "text": "The default code fence will change from\n```julia\n# code\n```\nto Documenters @example blocks:\n```@examples $(name)\n# code\n```\nThe following @meta block will be added to the top of the markdown page, which redirects the \"Edit on GitHub\" link on the top of the page to the source file rather than the generated .md file:\n```@meta\nEditURL = \"$(relpath(inputfile, outputdir))\"\n```" -}, - -{ - "location": "documenter.html#[Literate.notebook](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.notebook:", - "category": "section", - "text": "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 notebook.\nDocumenter style markdown math\n```math\n\\int f dx\n```\nis replaced with notebook compatible\n\\begin{equation}\n\\int f dx\n\\end{equation}" -}, - -{ - "location": "documenter.html#[Literate.script](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.script:", - "category": "section", - "text": "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." -}, - -{ - "location": "generated/example.html#", - "page": "7. Example", - "title": "7. Example", - "category": "page", - "text": "EditURL = \"https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl\"" -}, - -{ - "location": "generated/example.html#**7.**-Example-1", - "page": "7. Example", - "title": "7. Example", - "category": "section", - "text": "This is an example generated with Literate based on this source file: example.jl. You are seeing the html-output which Documenter have generated based on a markdown file generated with Literate. The corresponding notebook can be found 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." -}, - -{ - "location": "generated/example.html#Basic-syntax-1", - "page": "7. Example", - "title": "Basic syntax", - "category": "section", - "text": "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\ny = 2//5In 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 + yx * y" -}, - -{ - "location": "generated/example.html#Output-Capturing-1", - "page": "7. Example", - "title": "Output Capturing", - "category": "section", - "text": "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.function foo()\n println(\"This string is printed to stdout.\")\n return [1, 2, 3, 4]\nend\n\nfoo()Both Documenter\'s @example block and notebooks can display images. Here is an example where we generate a simple plot using the Plots.jl packageusing Plots\nx = linspace(0, 6π, 1000)\ny1 = sin.(x)\ny2 = cos.(x)\nplot(x, [y1, y2])" -}, - -{ - "location": "generated/example.html#Custom-processing-1", - "page": "7. Example", - "title": "Custom processing", - "category": "section", - "text": "It is possible to give Literate custom pre- and post-processing functions. For example, here we insert two placeholders, which we will replace with something else at time of generation. We have here replaced our placeholders with z and 1.0 + 2.0im:z = 1.0 + 2.0im" -}, - -{ - "location": "generated/example.html#documenter-interaction-1", - "page": "7. Example", - "title": "Documenter.jl interaction", - "category": "section", - "text": "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 mathrmdOmega = int_Omega v f mathrmdOmegausing 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/release-0.2/siteinfo.js b/release-0.2/siteinfo.js deleted file mode 100644 index f0336ba..0000000 --- a/release-0.2/siteinfo.js +++ /dev/null @@ -1 +0,0 @@ -var DOCUMENTER_CURRENT_VERSION = "release-0.2"; diff --git a/release-0.3/assets/arrow.svg b/release-0.3/assets/arrow.svg deleted file mode 100644 index ee2798d..0000000 --- a/release-0.3/assets/arrow.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/release-0.3/assets/documenter.css b/release-0.3/assets/documenter.css deleted file mode 100644 index 26c8166..0000000 --- a/release-0.3/assets/documenter.css +++ /dev/null @@ -1,573 +0,0 @@ -/* - * The default CSS style for Documenter.jl generated sites - * - * Heavily inspired by the Julia Sphinx theme - * https://github.com/JuliaLang/JuliaDoc - * which extends the sphinx_rtd_theme - * https://github.com/snide/sphinx_rtd_theme - * - * Part of Documenter.jl - * https://github.com/JuliaDocs/Documenter.jl - * - * License: MIT - */ - -/* fonts */ -body, input { - font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif; - font-size: 16px; - color: #222; - text-rendering: optimizeLegibility; -} - -pre, code, kbd { - font-family: 'Roboto Mono', Monaco, courier, monospace; - font-size: 0.90em; -} - -pre code { - font-size: 1em; -} - -a { - color: #2980b9; - text-decoration: none; -} - -a:hover { - color: #3091d1; -} - -a:visited { - color: #9b59b6; -} - -body { - line-height: 1.5; -} - -h1 { - font-size: 1.75em; -} - -/* Unless the

        the is very first thing on the page (i.e. the second element - * in the
        , * after the
        , we add some additional styling to it - * to make it stand out a bit more. This way we get a reasonable fallback if CSS3 - * selectors are not supported in the browser. - */ -article > h1:not(:nth-child(2)) { - margin: 2.5em 0 0; - padding-bottom: 0.30em; - border-bottom: 1px solid #e5e5e5; -} -h2 { - font-size: 1.50em; - margin: 2.3em 0 0; - padding-bottom: 0.25em; - border-bottom: 1px solid #e5e5e5; -} -h3 { - font-size: 1.25em; - margin: 2.0em 0 0; -} -h4 { font-size: 1.15em; } -h5 { font-size: 1.10em; } -h6 { font-size: 1em; } - -h4, h5, h6 { - margin-top: 1.5em; - margin-bottom: 1em; -} - -img { - max-width: 100%; -} - -table { - border-collapse: collapse; - margin: 1em 0; -} - -th, td { - border: 1px solid #e1e4e5; - padding: 0.5em 1em; -} - -th { - border-bottom-width: 2px; -} - -tr:nth-child(even) { - background-color: #f3f6f6; -} - -hr { - border: 0; - border-top: 1px solid #e5e5e5; -} - -/* Inline code and code blocks */ - -code { - padding: 0.1em; - background-color: rgba(0,0,0,.04); - border-radius: 3px; -} - -pre { - background-color: #f5f5f5; - border: 1px solid #dddddd; - border-radius: 3px; - padding: 0.5em; - overflow: auto; -} - -pre code { - padding: 0; - background-color: initial; -} - -kbd { - font-size: 0.70em; - display: inline-block; - padding: 0.1em 0.5em 0.4em 0.5em; - line-height: 1.0em; - color: #444d56; - vertical-align: middle; - background-color: #fafbfc; - border: solid 1px #c6cbd1; - border-bottom-color: #959da5; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #959da5; -} - -/* Headers in admonitions and docstrings */ -.admonition h1, -article section.docstring h1 { - font-size: 1.25em; -} - -.admonition h2, -article section.docstring h2 { - font-size: 1.10em; -} - -.admonition h3, -.admonition h4, -.admonition h5, -.admonition h6, -article section.docstring h3, -article section.docstring h4, -article section.docstring h5, -article section.docstring h6 { - font-size: 1em; -} - -/* Navigation */ -nav.toc { - position: fixed; - top: 0; - left: 0; - bottom: 0; - width: 20em; - overflow-y: auto; - padding: 1em 0; - background-color: #fcfcfc; - box-shadow: inset -14px 0px 5px -12px rgb(210,210,210); -} - -nav.toc .logo { - margin: 0 auto; - display: block; - max-height: 6em; - max-width: 18em; -} - -nav.toc h1 { - text-align: center; - margin-top: .57em; - margin-bottom: 0; -} - -nav.toc select { - display: block; - height: 2em; - padding: 0 1.6em 0 1em; - min-width: 7em; - max-width: 90%; - max-width: calc(100% - 5em); - margin: 0 auto; - font-size: .83em; - border: 1px solid #c9c9c9; - border-radius: 1em; - - /* TODO: doesn't seem to be centered on Safari */ - text-align: center; - text-align-last: center; - - appearance: none; - -moz-appearance: none; - -webkit-appearance: none; - - background: white url("arrow.svg"); - background-size: 1.155em; - background-repeat: no-repeat; - background-position: right; -} - -nav.toc select:hover { - border: 1px solid #a0a0a0; -} - -nav.toc select option { - text-align: center; -} - -nav.toc input { - display: block; - height: 2em; - width: 90%; - width: calc(100% - 5em); - margin: 1.2em auto; - padding: 0 1em; - border: 1px solid #c9c9c9; - border-radius: 1em; - font-size: .83em; -} - -nav.toc > ul * { - margin: 0; -} - -nav.toc ul { - color: #404040; - padding: 0; - list-style: none; -} - -nav.toc ul .toctext { - color: inherit; - display: block; -} - -nav.toc ul a:hover { - color: #fcfcfc; - background-color: #4e4a4a; -} - -nav.toc ul.internal a { - color: inherit; - display: block; -} - -nav.toc ul.internal a:hover { - background-color: #d6d6d6; -} - -nav.toc ul.internal { - background-color: #e3e3e3; - box-shadow: inset -14px 0px 5px -12px rgb(210,210,210); - list-style: none; -} - -nav.toc ul.internal li.toplevel { - border-top: 1px solid #909090; - font-weight: bold; -} - -nav.toc ul.internal li.toplevel:first-child { - border-top: none; -} - -nav.toc .toctext { - padding-top: 0.3em; - padding-bottom: 0.3em; - padding-right: 1em; -} - -nav.toc ul .toctext { - padding-left: 1em; -} - -nav.toc ul ul .toctext { - padding-left: 2em; -} - -nav.toc ul ul ul .toctext { - padding-left: 3em; -} - -nav.toc li.current > .toctext { - border-top: 1px solid #c9c9c9; - border-bottom: 1px solid #c9c9c9; - color: #404040; - font-weight: bold; - background-color: white; -} - -article { - margin-left: 20em; - min-width: 20em; - max-width: 48em; - padding: 2em; -} - -article > header {} - -article > header div#topbar { - display: none; -} - -article > header nav ul { - display: inline-block; - list-style: none; - margin: 0; - padding: 0; -} - -article > header nav li { - display: inline-block; - padding-right: 0.2em; -} - -article > header nav li:before { - content: "»"; - padding-right: 0.2em; -} - -article > header .edit-page { - float: right; -} - -article > footer {} - -article > footer a.prev { - float: left; -} -article > footer a.next { - float: right; -} - -article > footer a .direction:after { - content: ": "; -} - -article hr { - margin: 1em 0; -} - -article section.docstring { - border: 1px solid #ddd; - margin: 0.5em 0; - padding: 0.5em; - border-radius: 3px; -} - -article section.docstring .docstring-header { - margin-bottom: 1em; -} - -article section.docstring .docstring-binding { - color: #333; - font-weight: bold; -} - -article section.docstring .docstring-category { - font-style: italic; -} - -article section.docstring a.source-link { - display: block; - font-weight: bold; -} - -.nav-anchor, -.nav-anchor:hover, -.nav-anchor:visited { - color: #333; -} - -/* - * Admonitions - * - * Colors (title, body) - * warning: #f0b37e #ffedcc (orange) - * note: #6ab0de #e7f2fa (blue) - * tip: #1abc9c #dbfaf4 (green) -*/ -.admonition { - border-radius: 3px; - background-color: #eeeeee; -} - -.admonition-title { - border-radius: 3px 3px 0 0; - background-color: #9b9b9b; - padding: 0.15em 0.5em; -} - -.admonition-text { - padding: 0.5em; -} - -.admonition-text > :first-child { - margin-top: 0; -} - -.admonition-text > :last-child { - margin-bottom: 0; -} - -.admonition > .admonition-title:before { - font-family: "FontAwesome"; - margin-right: 5px; - content: "\f06a"; -} - -.admonition.warning > .admonition-title { - background-color: #f0b37e; -} - -.admonition.warning { - background-color: #ffedcc; -} - -.admonition.note > .admonition-title { - background-color: #6ab0de; -} - -.admonition.note { - background-color: #e7f2fa; -} - -.admonition.tip > .admonition-title { - background-color: #1abc9c; -} - -.admonition.tip { - background-color: #dbfaf4; -} - - -/* footnotes */ -.footnote { - padding-left: 0.8em; - border-left: 2px solid #ccc; -} - -/* Search page */ -#search-results .category { - font-size: smaller; -} - -/* Overriding the block style of highligh.js. - * We have to override the padding and the background-color, since we style this - * part ourselves. Specifically, we style the
         surrounding the , while
        - * highlight.js applies the .hljs style directly to the  tag.
        - */
        -.hljs {
        -    background-color: transparent;
        -    padding: 0;
        -}
        -
        -@media only screen and (max-width: 768px) {
        -    nav.toc {
        -        position: fixed;
        -        overflow-y: scroll;
        -        width: 16em;
        -        left: -16em;
        -        -webkit-overflow-scrolling: touch;
        -        -webkit-transition-property: left; /* Safari */
        -        -webkit-transition-duration: 0.3s; /* Safari */
        -        transition-property: left;
        -        transition-duration: 0.3s;
        -        -webkit-transition-timing-function: ease-out; /* Safari */
        -        transition-timing-function: ease-out;
        -        z-index: 2;
        -    }
        -
        -    nav.toc.show {
        -        left: 0;
        -    }
        -
        -    article {
        -        margin-left: 0;
        -        padding: 3em 0.9em 0 0.9em; /* top right bottom left */
        -        overflow-wrap: break-word;
        -    }
        -
        -    article > header {
        -        position: fixed;
        -        left: 0;
        -        z-index: 1;
        -    }
        -
        -    article > header nav, hr {
        -        display: none;
        -    }
        -
        -    article > header div#topbar {
        -        display: block; /* is mobile */
        -        position: fixed;
        -        width: 100%;
        -        height: 1.5em;
        -        padding-top: 1em;
        -        padding-bottom: 1em;
        -        background-color: #fcfcfc;
        -        box-shadow: 0 1px 3px rgba(0,0,0,.26);
        -        top: 0;
        -        -webkit-transition-property: top; /* Safari */
        -        -webkit-transition-duration: 0.3s; /* Safari */
        -        transition-property: top;
        -        transition-duration: 0.3s;
        -    }
        -
        -    article > header div#topbar.headroom--unpinned.headroom--not-top.headroom--not-bottom {
        -        top: -4em;
        -        -webkit-transition-property: top; /* Safari */
        -        -webkit-transition-duration: 0.7s; /* Safari */
        -        transition-property: top;
        -        transition-duration: 0.7s;
        -    }
        -
        -    article > header div#topbar span {
        -        position: fixed;
        -        width: 80%;
        -        height: 1.5em;
        -        margin-top: -0.1em;
        -        margin-left: 0.9em;
        -        font-size: 1.2em;
        -        overflow: hidden;
        -    }
        -
        -    article > header div#topbar a.fa-bars {
        -        float: right;
        -        padding: 0.6em;
        -        margin-top: -0.6em;
        -        margin-right: 0.3em;
        -        font-size: 1.5em;
        -    }
        -
        -    article > header div#topbar a.fa-bars:visited {
        -        color: #3091d1;
        -    }
        -
        -    article table {
        -        overflow-x: auto;
        -        display: block;
        -    }
        -
        -    article div.MathJax_Display {
        -        overflow: scroll;
        -    }
        -
        -    article span.MathJax {
        -        overflow: hidden;
        -    }
        -}
        -
        -@media only screen and (max-width: 320px) {
        -    body {
        -        font-size: 15px;
        -    }
        -}
        diff --git a/release-0.3/assets/documenter.js b/release-0.3/assets/documenter.js
        deleted file mode 100644
        index 5d31622..0000000
        --- a/release-0.3/assets/documenter.js
        +++ /dev/null
        @@ -1,129 +0,0 @@
        -/*
        - * Part of Documenter.jl
        - *     https://github.com/JuliaDocs/Documenter.jl
        - *
        - * License: MIT
        - */
        -
        -requirejs.config({
        -    paths: {
        -        'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min',
        -        'jqueryui': 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min',
        -        'headroom': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.3/headroom.min',
        -        'mathjax': 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML',
        -        'highlight': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min',
        -        'highlight-julia': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/julia.min',
        -        'highlight-julia-repl': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/julia-repl.min',
        -    },
        -    shim: {
        -        'mathjax' : {
        -            exports: "MathJax"
        -        },
        -        'highlight-julia': ['highlight'],
        -        'highlight-julia-repl': ['highlight'],
        -    }
        -});
        -
        -// Load MathJax
        -require(['mathjax'], function(MathJax) {
        -    MathJax.Hub.Config({
        -      "tex2jax": {
        -        inlineMath: [['$','$'], ['\\(','\\)']],
        -        processEscapes: true
        -      }
        -    });
        -    MathJax.Hub.Config({
        -      config: ["MMLorHTML.js"],
        -      jax: [
        -        "input/TeX",
        -        "output/HTML-CSS",
        -        "output/NativeMML"
        -      ],
        -      extensions: [
        -        "MathMenu.js",
        -        "MathZoom.js",
        -        "TeX/AMSmath.js",
        -        "TeX/AMSsymbols.js",
        -        "TeX/autobold.js",
        -        "TeX/autoload-all.js"
        -      ]
        -    });
        -    MathJax.Hub.Config({
        -      TeX: { equationNumbers: { autoNumber: "AMS" } }
        -    });
        -})
        -
        -require(['jquery', 'highlight', 'highlight-julia', 'highlight-julia-repl'], function($, hljs) {
        -    $(document).ready(function() {
        -        hljs.initHighlighting();
        -    })
        -
        -})
        -
        -// update the version selector with info from the siteinfo.js and ../versions.js files
        -require(['jquery'], function($) {
        -    $(document).ready(function() {
        -        var version_selector = $("#version-selector");
        -
        -        // add the current version to the selector based on siteinfo.js, but only if the selector is empty
        -        if (typeof DOCUMENTER_CURRENT_VERSION !== 'undefined' && $('#version-selector > option').length == 0) {
        -            var option = $("");
        -            version_selector.append(option);
        -        }
        -
        -        if (typeof DOC_VERSIONS !== 'undefined') {
        -            var existing_versions = $('#version-selector > option');
        -            var existing_versions_texts = existing_versions.map(function(i,x){return x.text});
        -            DOC_VERSIONS.forEach(function(each) {
        -                var version_url = documenterBaseURL + "/../" + each;
        -                var existing_id = $.inArray(each, existing_versions_texts);
        -                // if not already in the version selector, add it as a new option,
        -                // otherwise update the old option with the URL and enable it
        -                if (existing_id == -1) {
        -                    var option = $("");
        -                    version_selector.append(option);
        -                } else {
        -                    var option = existing_versions[existing_id];
        -                    option.value = version_url;
        -                    option.disabled = false;
        -                }
        -            });
        -        }
        -
        -        // only show the version selector if the selector has been populated
        -        if ($('#version-selector > option').length > 0) {
        -            version_selector.css("visibility", "visible");
        -        }
        -    })
        -
        -})
        -
        -// mobile
        -require(['jquery', 'headroom'], function($, Headroom) {
        -    $(document).ready(function() {
        -        var navtoc = $("nav.toc");
        -        $("nav.toc li.current a.toctext").click(function() {
        -            navtoc.toggleClass('show');
        -        });
        -        $("article > header div#topbar a.fa-bars").click(function(ev) {
        -            ev.preventDefault();
        -            navtoc.toggleClass('show');
        -            if (navtoc.hasClass('show')) {
        -                var title = $("article > header div#topbar span").text();
        -                $("nav.toc ul li a:contains('" + title + "')").focus();
        -            }
        -        });
        -        $("article#docs").bind('click', function(ev) {
        -            if ($(ev.target).is('div#topbar a.fa-bars')) {
        -                return;
        -            }
        -            if (navtoc.hasClass('show')) {
        -                navtoc.removeClass('show');
        -            }
        -        });
        -        if ($("article > header div#topbar").css('display') == 'block') {
        -            var headroom = new Headroom(document.querySelector("article > header div#topbar"), {"tolerance": {"up": 10, "down": 10}});
        -            headroom.init();
        -        }
        -    })
        -})
        diff --git a/release-0.3/assets/search.js b/release-0.3/assets/search.js
        deleted file mode 100644
        index 4dfee82..0000000
        --- a/release-0.3/assets/search.js
        +++ /dev/null
        @@ -1,243 +0,0 @@
        -/*
        - * Part of Documenter.jl
        - *     https://github.com/JuliaDocs/Documenter.jl
        - *
        - * License: MIT
        - */
        -
        -// parseUri 1.2.2
        -// (c) Steven Levithan 
        -// MIT License
        -function parseUri (str) {
        -	var	o   = parseUri.options,
        -		m   = o.parser[o.strictMode ? "strict" : "loose"].exec(str),
        -		uri = {},
        -		i   = 14;
        -
        -	while (i--) uri[o.key[i]] = m[i] || "";
        -
        -	uri[o.q.name] = {};
        -	uri[o.key[12]].replace(o.q.parser, function ($0, $1, $2) {
        -		if ($1) uri[o.q.name][$1] = $2;
        -	});
        -
        -	return uri;
        -};
        -parseUri.options = {
        -	strictMode: false,
        -	key: ["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],
        -	q:   {
        -		name:   "queryKey",
        -		parser: /(?:^|&)([^&=]*)=?([^&]*)/g
        -	},
        -	parser: {
        -		strict: /^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,
        -		loose:  /^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/
        -	}
        -};
        -
        -requirejs.config({
        -    paths: {
        -        'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min',
        -        'lunr': 'https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.1.3/lunr.min',
        -        'lodash': 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min',
        -    }
        -});
        -
        -var currentScript = document.currentScript;
        -
        -require(["jquery", "lunr", "lodash"], function($, lunr, _) {
        -    $("#search-form").submit(function(e) {
        -        e.preventDefault()
        -    })
        -
        -    // list below is the lunr 2.1.3 list minus the intersect with names(Base)
        -    // (all, any, get, in, is, which) and (do, else, for, let, where, while, with)
        -    // ideally we'd just filter the original list but it's not available as a variable
        -    lunr.stopWordFilter = lunr.generateStopWordFilter([
        -        'a',
        -        'able',
        -        'about',
        -        'across',
        -        'after',
        -        'almost',
        -        'also',
        -        'am',
        -        'among',
        -        'an',
        -        'and',
        -        'are',
        -        'as',
        -        'at',
        -        'be',
        -        'because',
        -        'been',
        -        'but',
        -        'by',
        -        'can',
        -        'cannot',
        -        'could',
        -        'dear',
        -        'did',
        -        'does',
        -        'either',
        -        'ever',
        -        'every',
        -        'from',
        -        'got',
        -        'had',
        -        'has',
        -        'have',
        -        'he',
        -        'her',
        -        'hers',
        -        'him',
        -        'his',
        -        'how',
        -        'however',
        -        'i',
        -        'if',
        -        'into',
        -        'it',
        -        'its',
        -        'just',
        -        'least',
        -        'like',
        -        'likely',
        -        'may',
        -        'me',
        -        'might',
        -        'most',
        -        'must',
        -        'my',
        -        'neither',
        -        'no',
        -        'nor',
        -        'not',
        -        'of',
        -        'off',
        -        'often',
        -        'on',
        -        'only',
        -        'or',
        -        'other',
        -        'our',
        -        'own',
        -        'rather',
        -        'said',
        -        'say',
        -        'says',
        -        'she',
        -        'should',
        -        'since',
        -        'so',
        -        'some',
        -        'than',
        -        'that',
        -        'the',
        -        'their',
        -        'them',
        -        'then',
        -        'there',
        -        'these',
        -        'they',
        -        'this',
        -        'tis',
        -        'to',
        -        'too',
        -        'twas',
        -        'us',
        -        'wants',
        -        'was',
        -        'we',
        -        'were',
        -        'what',
        -        'when',
        -        'who',
        -        'whom',
        -        'why',
        -        'will',
        -        'would',
        -        'yet',
        -        'you',
        -        'your'
        -        ])
        -
        -    // add . as a separator, because otherwise "title": "Documenter.Anchors.add!"
        -    // would not find anything if searching for "add!", only for the entire qualification
        -    lunr.tokenizer.separator = /[\s\-\.]+/
        -
        -    // custom trimmer that doesn't strip @ and !, which are used in julia macro and function names
        -    lunr.trimmer = function (token) {
        -        return token.update(function (s) {
        -            return s.replace(/^[^a-zA-Z0-9@!]+/, '').replace(/[^a-zA-Z0-9@!]+$/, '')
        -        })
        -    }
        -
        -    lunr.Pipeline.registerFunction(lunr.stopWordFilter, 'juliaStopWordFilter')
        -    lunr.Pipeline.registerFunction(lunr.trimmer, 'juliaTrimmer')
        -
        -    var index = lunr(function () {
        -        this.ref('location')
        -        this.field('title')
        -        this.field('text')
        -        documenterSearchIndex['docs'].forEach(function(e) {
        -            this.add(e)
        -        }, this)
        -    })
        -    var store = {}
        -
        -    documenterSearchIndex['docs'].forEach(function(e) {
        -        store[e.location] = {title: e.title, category: e.category}
        -    })
        -
        -    $(function(){
        -        function update_search(querystring) {
        -            tokens = lunr.tokenizer(querystring)
        -            results = index.query(function (q) {
        -                tokens.forEach(function (t) {
        -                    q.term(t.toString(), {
        -                        fields: ["title"],
        -                        boost: 10,
        -                        usePipeline: false,
        -                        editDistance: 2,
        -                        wildcard: lunr.Query.wildcard.NONE
        -                    })
        -                    q.term(t.toString(), {
        -                        fields: ["text"],
        -                        boost: 1,
        -                        usePipeline: true,
        -                        editDistance: 2,
        -                        wildcard: lunr.Query.wildcard.NONE
        -                    })
        -                })
        -            })
        -            $('#search-info').text("Number of results: " + results.length)
        -            $('#search-results').empty()
        -            results.forEach(function(result) {
        -                data = store[result.ref]
        -                link = $('')
        -                link.text(data.title)
        -                link.attr('href', documenterBaseURL+'/'+result.ref)
        -                cat = $('('+data.category+')')
        -                li = $('
      • ').append(link).append(" ").append(cat) - $('#search-results').append(li) - }) - } - - function update_search_box() { - querystring = $('#search-query').val() - update_search(querystring) - } - - $('#search-query').keyup(_.debounce(update_search_box, 250)) - $('#search-query').change(update_search_box) - - search_query_uri = parseUri(window.location).queryKey["q"] - if(search_query_uri !== undefined) { - search_query = decodeURIComponent(search_query_uri.replace(/\+/g, '%20')) - $("#search-query").val(search_query) - } - update_search_box(); - }) -}) diff --git a/release-0.3/customprocessing.html b/release-0.3/customprocessing.html deleted file mode 100644 index 96726fb..0000000 --- a/release-0.3/customprocessing.html +++ /dev/null @@ -1,8 +0,0 @@ - -5. Custom pre- and post-processing · Literate.jl

        5. Custom pre- and post-processing

        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) accepts 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.

        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)
        -    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)
        diff --git a/release-0.3/documenter.html b/release-0.3/documenter.html deleted file mode 100644 index 56f688d..0000000 --- a/release-0.3/documenter.html +++ /dev/null @@ -1,12 +0,0 @@ - -6. Interaction with Documenter.jl · Literate.jl

        6. Interaction with Documenter.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 lets take a look at what will happen if we set documenter = true:

        Literate.markdown:

        • The default code fence will change from
          ```julia
          -# code
          -```
          to Documenters @example blocks:
          ```@examples $(name)
          -# code
          -```
        • The following @meta block will be added to the top of the markdown page, which redirects the "Edit on GitHub" link on the top of the page to the source file rather than the generated .md file:
          ```@meta
          -EditURL = "$(relpath(inputfile, outputdir))"
          -```

        Literate.notebook:

        • 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 notebook.
        • Documenter style markdown math
          ```math
          -\int f dx
          -```
          is replaced with notebook compatible
          \begin{equation}
          -\int f dx
          -\end{equation}

        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/release-0.3/fileformat.html b/release-0.3/fileformat.html deleted file mode 100644 index a1d454a..0000000 --- a/release-0.3/fileformat.html +++ /dev/null @@ -1,17 +0,0 @@ - -2. File Format · Literate.jl

        2. File Format

        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 is 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`:
        -
        -x = 1//3
        -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.

        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 with one of these tokens are filtered out in the preprocessing step.

        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.markdown
        -#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 simple 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" 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__

          expands to https://github.com/$(ENV["TRAVIS_REPO_SLUG"])/blob/master/ and is a convenient way to use when you want to link to files outside the doc-build directory. For example @__REPO__ROOT_URL__src/Literate.jl would link to the source of the Literate module.

        • @__NBVIEWER_ROOT_URL__

          expands to https://nbviewer.jupyter.org/github/$(ENV["TRAVIS_REPO_SLUG"])/blob/gh-pages/$(folder)/ where folder is the folder that Documenter.deploydocs deploys too. This can be used if you want a link that opens the generated notebook in http://nbviewer.jupyter.org/.

        diff --git a/release-0.3/generated/example.html b/release-0.3/generated/example.html deleted file mode 100644 index e81fa9a..0000000 --- a/release-0.3/generated/example.html +++ /dev/null @@ -1,352 +0,0 @@ - -7. Example · Literate.jl

        7. Example

        7. Example

        This is an example generated with Literate based on this source file: example.jl. You are seeing the html-output which Documenter have generated based on a markdown file generated with Literate. The corresponding notebook can be found 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.

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

        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])
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -0 - - -5 - - -10 - - -15 - - --1.0 - - --0.5 - - -0.0 - - -0.5 - - -1.0 - - - - - - - -y1 - - - -y2 - - -

        Custom processing

        It is possible to give Literate custom pre- and post-processing functions. For example, here we insert two placeholders, which we will replace with something else at time of generation. We have here replaced our placeholders with z and 1.0 + 2.0im:

        z = 1.0 + 2.0im
        1.0 + 2.0im

        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/release-0.3/generated/example.ipynb b/release-0.3/generated/example.ipynb deleted file mode 100644 index be40e26..0000000 --- a/release-0.3/generated/example.ipynb +++ /dev/null @@ -1,964 +0,0 @@ -{ - "cells": [ - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "# **7.** Example\n", - "\n", - "This is an example generated with Literate based on this\n", - "source file: [`example.jl`](https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl).\n", - "You are seeing the\n", - "generated notebook output. The corresponding markdown (html) output\n", - "can be found here: [`example.html`](https://fredrikekre.github.io/Literate.jl/latest/generated/example.html),\n", - "and the plain script output can be found here: [`example.jl`](./example.jl)." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "It is recommended to have the [source file](https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl)\n", - "available when reading this, to better understand how the syntax in the source file\n", - "corresponds to the output you are seeing." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Basic syntax\n", - "The basic syntax for Literate is simple, lines starting with `# ` is interpreted\n", - "as markdown, and all the other lines are interpreted as code. Here is some code:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//5" - }, - "metadata": {}, - "execution_count": 1 - } - ], - "cell_type": "code", - "source": [ - "x = 1//3\n", - "y = 2//5" - ], - "metadata": {}, - "execution_count": 1 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "In markdown sections we can use markdown syntax. For example, we can\n", - "write *text in italic font*, **text in bold font** and use\n", - "[links](https://www.youtube.com/watch?v=dQw4w9WgXcQ)." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "It is possible to filter out lines depending on the output using the\n", - "`#md`, `#nb`, `#jl` and `#src` tags (see Filtering Lines):\n", - "- This line starts with `#nb` and is thus only visible in the notebook output." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "The source file is parsed in chunks of markdown and code. Starting a line\n", - "with `#-` manually inserts a chunk break. For example, if we want to\n", - "display the output of the following operations we may insert `#-` in\n", - "between. These two code blocks will now end up in different\n", - "`@example`-blocks in the markdown output, and two different notebook cells\n", - "in the notebook output." - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "11//15" - }, - "metadata": {}, - "execution_count": 2 - } - ], - "cell_type": "code", - "source": [ - "x + y" - ], - "metadata": {}, - "execution_count": 2 - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//15" - }, - "metadata": {}, - "execution_count": 3 - } - ], - "cell_type": "code", - "source": [ - "x * y" - ], - "metadata": {}, - "execution_count": 3 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Output Capturing\n", - "Code chunks are by default placed in Documenter `@example` blocks in the generated\n", - "markdown. This means that the output will be captured in a block when Documenter is\n", - "building the docs. In notebooks the output is captured in output cells, if the\n", - "`execute` keyword argument is set to true. Output to `stdout`/`stderr` is also\n", - "captured." - ], - "metadata": {} - }, - { - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "This string is printed to stdout.\n" - ] - }, - { - "output_type": "execute_result", - "data": { - "text/plain": "4-element Array{Int64,1}:\n 1\n 2\n 3\n 4" - }, - "metadata": {}, - "execution_count": 4 - } - ], - "cell_type": "code", - "source": [ - "function foo()\n", - " println(\"This string is printed to stdout.\")\n", - " return [1, 2, 3, 4]\n", - "end\n", - "\n", - "foo()" - ], - "metadata": {}, - "execution_count": 4 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "Both Documenter's `@example` block and notebooks can display images. Here is an example\n", - "where we generate a simple plot using the\n", - "[Plots.jl](https://github.com/JuliaPlots/Plots.jl) package" - ], - "metadata": {} - }, - { - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "┌ Warning: `Array{T}(d::NTuple{N, Int}) where {T, N}` is deprecated, use `Array{T}(undef, d)` instead.\n", - "│ caller = plot_color(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},1}) at colors.jl:24\n", - "└ @ PlotUtils /home/travis/.julia/packages/PlotUtils/xQ9v/src/colors.jl:24\n", - "┌ Warning: `a::Number + b::AbstractArray` is deprecated, use `a .+ b` instead.\n", - "│ caller = get_zvalues(::Int64) at color_utils.jl:104\n", - "└ @ PlotUtils /home/travis/.julia/packages/PlotUtils/xQ9v/src/color_utils.jl:104\n" - ] - }, - { - "output_type": "execute_result", - "data": { - "text/plain": "Plot{Plots.GRBackend() n=2}", - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAlgAAAGQCAIAAAD9V4nPAAAABmJLR0QA/wD/AP+gvaeTAAAgAElEQVR4nOy9eXxcZ3X/f567zKaRZrTNjHbZslZvcewkzp6QhCwkhECAEL6GEqDkW0rS9fX6tpAflH5LQ0vapoF+W/qFH/mVBkgTSqGQ3VlI4iyOHduyJNuStUszo2VG0ux3eX5/jCIr2jyaufeeZ2bu+69EGt17bB0/53nOc87nEEopmJiYmJiYFCsctgEmJiYmJiaYmIHQxMTExKSoMQOhiYmJiUlRYwZCExMTE5OixgyEJiYmJiZFjRkITUxMTEyKGjMQmpiYmJgUNWYgNDExMTEpasxAaGJiYmJS1JiB0MTExMSkqNEmEPb09EiSlOGHKaWyLGvyXhOdkGXZ1N5jGUVRVFXFtsJkXcxVLr/QJhDefPPNExMTGX5YVdXZ2VlN3muiE+Fw2PxnzDKxWCwWi2FbYbIusiyHw2FsK0wyxUyNmpiYmJgUNWYgNDExMTEpasxAaGJiYmJS1JiB0MTExMSkqDEDoYmJiYlJUWMGQhMTExOTomZlIHz00UeDweDqz42Ojt5333133XXXQw89ZBbWm5iYmJgUDOcCYTwef+CBB7761a9OT0+v+BCl9N57773//vsfe+yxmpqaBx980FgjTUxMTExM9EJY/j+33norz/OrP9Td3b1v376WlhYAuPvuu++4444VH1BVtb+/f3WHL8dx27ZtW/FFRVGUyJxcVkpES67mZ0sgDkmF1pUQnmCZwDSKoiiKwnG6Z87VREyNzvGlFcRi1ftd6zGVgJhM6xxEyJ+LAkVRCCGKomAboiU0GVciYd7pJlY7lg0zSVhI0boSIubmDMp7aGRX0UFTSSqnOEdp5j/CcRwhWS7o5wKh3W6/5JJLnnrqqdUfGhwcbG1tXfpfURRXfCCRSNxzzz2CIKz4uiiKr7zyyoovKooSf/nn/t5D3Nad/FUfI1W12ZmeBQqFR4es3z9rm5fAykFMgY83pP64PVkummpV7yMUCsmyvPoXrSF0uFd59T/VySHiKKPROdLUKVz1MeJr0u+NKw0A+MmI5Z/6bdNJ4hAgIpOP1KX+pD3hseaBM0QiEUJIMpnENkQb6Hi/8srP1fF+4iijsXmuvpW/8qOkrsVIG34+bvnuGdt4gnPyNCyR22qlP22P19mzdAZJkhYWFrJel4sZ6h+WX3mSDvfyl97KX3F75j/ocrms1iz30ytD15rIsrw6yC3H4XC88sorTU0ZrWKKosx86HPVd98XfeOZ+ccedN36uZL9N2ZkbG5MJ+DO52WBwE+v5y+uJgAwHqV/c1y47hX7f1zHX+oxXfYcHMe5XC69AiGlc//9w9jRl923fd6+63LCCzSVjL39/Px//F3p9Z90Xv0RXV76fuZS8MmD8nwKfnANf4WPEIBAHP6+m7/+Fetj1wofqGXdGex2OyHE6XRiG5IzlM4/99Poa//t/tDv2C/8ayKIVErFj74894vvllx+a9kHP2WACTEZDrykDC7Qh6/gr60hHIGZJDxykr/pVcv/vZK/rTGbs6EkSVartaqqSnNrC5vIy79YeP5n7psPOL70TSNThhkFwurq6iNHjiz9ryZqv8Rqd179EVvXRdP/8jWaSjiv2kTkz4KZJFzza/nDjeSvLjqXDa0rIQ9fyt9UTz/ynPzkdcIVPtaXv0KA0tDPHpanxr1/8r2lvAexWEsu/5Ct66Lpf3lATcb1Xv4WJLjhKfniavLwpfySN3jt8OBF/M313CcPyo9eLdxYbzqDEcz9178mB7o9f/JdvrQ8/RUiWhwX32Dt2Dfzr1+niajrw1/Q1YC4DLc8Izc7yRu3C5b3Ql6lFb5xIf+hBu725+TkpXDnlvxJmucz88/+JH7kJc8fPcyXewx+9Ua/4Gg0+vLLLwPA3r17Dx48mB5HMDIy4nK5tHq9UF1X/eVvLxz8j3j3G1o9czWSCnc8J9/aSL510Rp3gjc3kH+/Rvj4C/LZBXPegu7MP/dTaXKo6kt/uTr7z5d7qr78YOyt52Jvv6CfASqFTx2U91aR717Gr/aGq2vIf94gHHhJ7g6ZzqA7kd/+MnHqSNXvfWspCi7Bl5VX/d63Er2HI7/9pa423PNbpc5BfngVb1m1Fl5UTZ66Sfjy68qbQdMZdCf29guxt56r/v1vGx8FYXUgtFqtFsvigfTQoUN33XWXqqoOh+PAgQO33Xbbxz/+8fvuu+8b3/iGhhbw5Z7Kex4I/fQflNAabRua8LXDissC39q3Rh1QmuvryFf38J98QZHy4Hooj0n2n4i+9t+Vn/9/iMW25gf40vLKL3w9/F/flwOjOtnw7eNqRIZHLl3XGS71kIf28594QYmZXUJ6kho9M//MY5Vf+AZnXzvBy9mdlV/4xvwzj6VGz+hkw//pVc/M0R9cxXPrnP93V5B/vYK/60VlLqWTCSYAAHJgNPxf36/8wtc5pxvHAqoFjY2NQ0NDGX5YluVAILDii/PP/2zqn/5ME2NWcCig1v67NBU//ydvfUb6iyOKHjbkHVNTU6lUSttnqsn45Dc/G+9567yfjLz634G/v5+qqrYGUEpPzKrV/5YajZz/yZ9+Uf7DQ7LmBmjF/Pz8wsICthXZo8qS/69/N/rOi+f9ZPSdF/0PfkmVJc1tGJhXq/8tdSp8fmf4vdfke17enDOkUqmpqalsTSsyVDXwd/dHXvs1ogms5L5Lr/2YEp2PHXlJ28cqFO59Vfm7/VzV2ieQ9/F/LucfOan0z5tpEF2Yf+Yxy9btts6LzvvJkstuIbwYff032hpAAf7na8r/3sfXl5z//u/hS/mfDKjvzpjOoAuRF5/kK2scF15z3k86LryGr/BFXvq55jbc97ryJ7v4Ntf5neHBi/jnJ+hv/aYz6EL09d8QUSy59GZEG1gJhMDx5R/7vblf/ZBKWuYg/u8ptcIKn9ya0R+zvoT86S7+T98006PaI8/4o2887bots8IHQtx3fnn+6R+riaiGNjx+Vo3L8IX2jJyh0grf2Mv/4RtmH5j2KPOhhRefdH/03gw/7/7olxYOPqEshDS04ekx2j8Pf7gjI2coFeFvLub+8A1FNUOh1qjxyPzTP3Z/7MuA2mrCTCAEsGzpsjS2aXg3HpfhL4+qf3vJurdBq7l/O3d0hh4y78a1Zv43/5/zqo/wZStrItZDrGm2dV0ceeEJrQyQVfjaYfVvL1n3Nmg1X2jnphLw9JjpDBqz8Oy/l1x8g1Dpy/DzQmVNyUXXLzzzmFYGUIA/f1v564u4zLvmP7GVEzh4/Ky5S9aYhYNP2LZfLNY045rBUCAEgLKbPxN58UmaSmjytH/uU/d7yN6qTWw0rDw8sIf7+jvmOUBL5MBo8vTR0mtWChJtTNlNn468/ms1Oq+JDf/WrzY54dqaTTgDT+AbF5rOoDFKeCp29JXS6z+5qZ8qvf6TsaMvK+GV6o/Z8Z9DqsDBR5o3sfoRgL/cy3/zqGoeCjVEjc5HX/9N2Y2fxjYksz5CwxB9jZZtO6Ov/8Z5zUdzfFRSgYdOqL++cRPHwTSfaeX+8qj61hRNN92b5M78C487r7p9s7pZfLnHvvuKyCv/VXbzgRwNUCk8eEz91ys37Qwfbea+cUR9bpzeUGc6gzYsHHyiZP+NXEnZpn6Kc7pKLvngwotPuO/INKG6Ad96V/36hZmnBha5oY64LPDzIZWRtsKbbropEAhgW5ETajwCqsr9ZqWgSnt7+09/+lMjLWErEAJA2XWfmP7BN51X3Q7cppet5Tw2oO6qgN0Vm16/RA7+aCf3nePq49flZIBJGmVuJnHyTffXfpjFz5Ze+7Hgw39cet0nclQi/cWwWmWDqzYvmMAR+NNd3HeOKzfUMfcvJR9RYwuxwwe9/+tfsvhZ5zUfDTz4pbIb/wfnyElP5+AETShwa1Z6Mf9rN/etd1kJhN3d3T/4wQ88HoSuO105ffr0t771LYNfytw/b7F+m1Dpix171bHn6lye8w/d6kObuR1czj1t3F8elYYjXJPTPAfkSuTVXzn2fWC9XrGNEarrrFs6Y4dfKLnsllxs+Idu9Y8yK4tYzadauD9/Wz0ZotvLTWfIleihp2w79vNlFVn8LF9WYduxP/rG06UfuDMXG/6+W/nDHZs+Dqa5rZH707fU1wL0ci8TzrB9+/b6+npsKzTGAK3/NV5q/CvPi/Oq26O5lcy84qeyCtdlm85yivCZVu6fe82L8VyhUip66GnnFbdl/QTnVbfnWD91bJYOLcDtTVm6uoWDL3Vy3+0xnSFnVDXy2n+X5iCm6Lzyw9FXfwU5SDwOLtA3g/TuliydgSPw5U7ue6YzFBwsBkL7jv3yjF+aHMr6Cf/cq97bmeWmL829Hdz/e1pNmQ6fG/Hjr1rqW4TquqyfYN22mypyavBk1k/45171dzu4XEYsfbGd+9lZdUHK/gkmAJDofZsvrRDrV85lyxxLQyvndCf6Dmf9hO/3qZ9p5ew5JMI+28Y9PaYG49k/wYRBWAyEwPEl+2+MvvF0dj89k4Snx9QDrTn90VpdZEc5+eWwGQlzInro6RyzmkBIyWW3RA5l6QxRGR4/q97TnlMiq8YB19RwPzNL53Mj+sbTJZfl2jRdctkt0WydQVLhR6fVL3bktDK4LfCRJu7f+k1nKCiYDIQAjktujL3zIlWyUXt8rF+9pYFz5zzB45527oenTXfPHnl6Ug6M2rZfkuNzSvZdl+g+RJPZbMKfHFQv9ZBaR643Op9v5354ynSG7FEWQsmBbscFV+X4HMeeq5IDx7Nrrn9qVN3mIu0ZSMlszD1tpjMUGowGQqHCK9Y0J06+mcXPPnpG/Z3cjoNp7mji3gzSiZjZN5Qlsbeft194DeFzLcjinC7rtl2xd3+bxc8+ekb9XJsGznBjHRmK0DNzpjNkSfydF+07L8199Dyx2u07Lo2/82IWP/voGarJynC5j0gU3p4ynaFwYDQQAoBj33Wxw5sex9MTpoE4aDJY1S7A7U3cTwdMd88KSmPvHCy56DpNHpadM4xG6bEZml2h/AoEDj7Vwv3YTIhlS/TwC459H9DkUY6LrosePrjZnwol4YUJ9eOZqS1uDAH4tOkMhQW7gdC++/Lk6WNqPLKpn3qsX71rK8mpTmYZn97GPTZguns2pIZPAS/kUhmxHFvXxdLEoDI3s6mf+tlZ+tEtnFWjdtC7W7jHzF1RVkiBEXUhbN22W5OnWbftVhdCmx3U9cSg+sE6rkzUxAT49Dby+FlVMd2hUGA3EHK2EmvbBfHjr2/qpx4fpJ/KtjZ6NdfUkImYmRDLhtjRlzKZLZAhRBDtOy6Nv/vKpn7qZwPqXVqcANLsrSIcgcPTpjNsmvjRVxx7rtZMVZkQ+56rY0df3tQP/eys+qkWzZr/tpWRBid5adJ0hgKB3UAIAPY9V21q7TsyTSmFCzcjLroxPIE7t3D/MWi6+yahNJ6zJMIK7Huu2tQ14cA8HYvSqzcjLnpePrmV/IdZO7p54u++Yt+Ta5nMchwXXBU7uomVIRiHd6bpzQ1aLnef3MqZGtwFA9uBsOvi1GCvGss0O/rEoHrnFo0VH+7cwj0xaLr75kgN9XKOUsGjpeaFtXW3HBzLXHb5ySH6kWaO19Qd7tzCPWHuijaJ5B9WUwlLY7uGz7Q0tdNkXPKPZPj5/xxWb27gbJpqJt65hfxi2MyOZsqjjz4aDAaxrVgXpgMhsdqtrbszrx39+RD9mNYygJd7yWSMnl0w/X0TxI+9at91ubbPJLxg335J/PhrGX7+50PqxzYzXiATdlUQjsBRc1rvZogfe9W+6wqNp80RYt99+SacYVD9WLPGW+QmJ2ksIea03vMSj8cfeOCBr371q9PT2gwP0QOmAyEA2HddHj+R0TVhb5jGZNjU0KVM4Al8uIn7xZDp7psg3n1I80AIALZdl8dPHMrkk+NR2j+ncV40zR3N5BdDZoZgE8RPHLLvvFTzx9p3XZ7IbGUIp+CNIL1J07xomjuauV+YmhvLCAaDSwMxAoHA0hHw1ltv/cIXMhvKjQRzotsrsG2/OPzkP1EpRcTzdMj/1zC9vUmXIce3N3HfPqb80U7WNw2MIE0OAaVi7RbNn2xrvzD0479VY5Hzzh/41Qi9pWETY1cz5yNN3O+9pvzFXu2fXJAooaASnrJu2a75k61btsuhoBKe4t3VG3/yqVH16hquRIel7vYm8qFn1H/Yr/2Ts+P5cWqYKO4NdeTLXSv/gYXD4e9+97v/+I//CAB/9Vd/9fu///sej8dut19yySVPPfWUMYZlB+uBkHOUivVbk2fetXVdvPEnfzms/sVeXQYnfaCW3P0inUlCZU6zgIqFePch2w5d1gYiWqytuxK9bzn2nqcj7Zcj6j1a9NGvZr+HTMbpSIQ2mpNJMiB+8k1b18WgxzwBjrN1XRzvfuO8ku6/HKG3N+nyy9peTngCx2fprs2Pe9ODVhf8TptBljSv5f9tbW2Tk5Nzc3McxwWDwba2NmOMyR3WAyEA2Lbvj3e/sXEgDMahN6xLKgwAbDxcW8M9Nar+j23mofD8JE6+5brlMzo93LZ9f+LkmxsHwqgMr/npTz+gyy+LI3BLA/erEfrlLibWPsZJnHyzZP9NOj3cvv3i6BvPbBwIZRWeHVP/7hKN+gdXcVsT+dUIK4GwyUnQJ8d97nOf+9GPfkQp/exnP4tryabIg5Xd3nVxoudtoBvd0j09pl5Xx1l0+9N8qJH8ZtS8Jjw/anRe9g9btu7Q6fm2rosSfUdAVTb4zPPj6sUeolXr9GpuaSC/HjVvhs4PTSWSZ09a2/fo9Hxr+97UYA9NJTf4zGsBurWU1Dh0MgE+1MD9xnSGZdx0003PPvvsc889d+ONK+fOs0weBELB20AEQfIPb/CZp8boLQ06boVuaSDPjpml0ucn0XvY2raHCHpFIb6sgq/wJof6NvjMU6P0Fh0qI5b4YB33mp/GsxGELy6SZ45ZGts5W4lOz+dsDrGhLXnm3Q0+89SYquvKcJWPnAzRmY1icXHBcdz+/ftvvPHGFfN1rVarxZLzJATdyINACAC2zosSvesOIVMoPDem3lSvo7vXOkiDk7xlyuyej0TvYVvXRbq+wt55UXJ9ZwCAp8fozXo6g8sCe6pMVZHzk+h929a5T9dX2Dr3Jfre2eADT41q3Ee/AisP19Rwz46Zh8JFEonE66+//vnPf37F1//sz/5s2zZtBBf1IF8C4b4NAuFbU7S+RINROxtzUz15xnT3jaE0ceqIrUPfkkpr574NRrP2hikh0OHW1xlurueeGTed4Twk+t4xIhD2vr3edydidCJGL6o2YGUwd0UAAG+//fZdd93153/+5yUleqUBdCI/AqF1267UyKn1JtI9O0Zv1PMEkObGes50941JjfXzTtd5y9lzxNrcIc9MqpHwmt99dox+sM4AZzDXvvMgT09QKSX6mnR9i1jTTGVJnp5c87vPjtHrajVWF1rNjfXk2XHV9AYAEAThe9/73pVXXoltyKbJj0BILDZLY1ty4MSa331uXP1gve5/kMu8pCdEZ83LgPVJ9r1jbb9Q99dwvLVlV+LU0TW/+ey4akAg3F1JZpN0JGKufuuS6Dtia79QY0GZtbC17VkvO/rcOP2g/lvkLaWkRCAnZk1ngD179tTV1WFbkQ35EQgBwNp2QeL0Grfi8xIcn6WXe3V3dwsHV/jIwQkzIbYuiVNHbAYEQgBr+57k6TUCYUqFV/30A7W6ezUBuK6We27cXPvWJXnqiBG7IgBr29rOQAGen1Cv12I06Xm5oY6YzpDX5E0gtLVfmDx1ZPXXX5pQ93uItnK663F9HffChOnua0NTydToGWuLXo0Ty7G1X7jmifCNIG13k3JDdA+uryPPm86wHqqaHDhubbvAgFdZ2/Yk+4+BunKHenyWui3EGN2D6+vIC+YWOZ/Jm0BoqW9V5maU+dCKr78wQa/T/wSQ5rpaYgbC9Uie7bbUtRCr3YB3CdV1wBF5anzF118YV68z5AQAANfVkoMT5s3Q2qRGT/OuKr603IB38WXlfFllaqx/xddfGKeGOcM1NdxrfiqZoTBvyZtACBxnbdmZ7D+24ssHJ+gHjHL3nRVkLkVHo+bqtwbJM8eMOQGksW3bnViVEDNyV9TkJGUiORkynWENkmeOWdv06qNfzZqp8oMTqmErQ4UVWl1me9XaDA4O/sEf/MGnPvWp73znO6lUCtuctcmfQAhgbd2d7D++/CvBOIzHqIaTeDeGAFxTw71oHgrXInnmmLV1t2GvW+0MURmOGXJbvMS1tcR0hjVJnjlmazPQGbatdAZZhVcD9Joa49a3D9SSg6YzrMVXvvKVr3zlKz/+8Y8bGhq+/e1vY5uzNvkWCN9fL/PSpHqlT/fy6OVcW2N2Uq+BmohJgRFLU4dhb7S27k6eOb5ceO9VP91bRewGqueazrAmVJFTw336yeytxrptZ2qolyrnxH7emabNTlJlM8wEuLaGe2my2HOja45huv3221taWniev+GGGwYHB1ENXJc8EN1eQvQ1qYmYMjfDuyrTX3nZT6/RR2h7Pa6uIX9zvNjdfTWpsyctTe36KauthndXcza7FBgVfY3pr7w8qRrsDNfUcF95XVIpzzEhucwK0sgpobqes59nVJaGcHYnX1UrjZ6xNHemv/Kyn15jVF40zeU+8smDNKmA1ZDCvTVJDfXGjrxkzLsszZ2OC69Z8cU1xzB98YtfTH/361//+tJ/s0Y+BUIgxNqyI9l/3LH32vQXXpqgn9dn2s56dLhJTDan8KwkOXDc2rLL4Jdat+1K9h8/Fwj99H/vM3QRqnFAlY2cDNGdbAwfYIRk/wnrtp0Gv9S2bVey//hSIHxpUv3dDkNXhjIROt3krSl6pQ/NGYitRKiqNeZdvNO9+osbjGH6wQ9+4PV6L71U+xHNmpBXgRDA2rIzOXAiHQinEjAZp7srDXU7AnCVj3vZTw9sM9e+cyT7T7g+vFJdUG+sW3ck+g7DFbcCQEyG47N0v85iWqu5qoa87DcD4ftIDpwoOd+MQM2xtOyMvv7r0us/CQAKhUMB+m/XGH3vc5WPvDyJGQhFX+PSvhCLNccwPfnkk++88873vvc9RMM2Jp/uCOG9QJj+79/61cs8xMgLwjRX15Df+s2boXPQZFzyD1sa2w1+r2XbruRAd/q/3wjSCyoNvSBMc5XPdIb3oyqpoT7rVu1H0m+MtWVHarA3PZ/r3RlaX0KMH6N9dQ33W3+x35usHsP085///Omnn/7ud79L9JcZypo8C4Ri7RZ1PpTWmXzFT6/0Idh/pY+8YpZILCM13Gep20pEo2esCBVe4Pi0zuQrfvVKA+tFl7jSR8y1bzmp8QG+wsM5Sg1+L+co5d1VqfGzsLgyIDjD5V7yRpDKxe0OK8YwHTt27MCBA6FQ6K677vrEJz5xzz33YBu4NnmWGgVCLFs6k2dP2ndd/qqfPnwpQiDcUU6CCRqIg9eI3vE8IHn2pJElgsuxbt2eHDghVNX81k//eCdClUKTk4gcOT1H21zs7naNJDXQbfxxMI21ZWdq4ISlofW3fnrnFoRfR7kVmkvJ0Rnd512wTHoM0xNPPJH+3927d0ejUVyTMiHPToQAYN2yPXX25IIEp+boPqM6CJfDEbjMQ14LFPfGbxnJgW4rUiC0bN2eOntSUuHtKXoZxokQAK7wklcDZoZgkeTZbqxdkWVrV3KwhwK8FlCxLuqu8BW1M5hjmIzD0rIjefbkG0G6p5JgVSpf7uNeK2J3fx+qkho5ZdnSifJy65btybPd787QLaXEjTT++gofec28JkxDafJsD9qJcOuO1NmTZ+aojScNJTiB8HIvKeaVwRzDZByWhjbJP/zmeNxIDZEVXO4lr5prHwAApMYHhAqvkU1jyxFrmtXI3OHh8BV4pXpFvvYtR56eIKJF74GU68GXe4AXjp4euwJ1ZXitiO+MzTFMxkFEi1i7JXDm9OVeNOMvqiInQzQmn/+TBU/q7EmsvCgAACGW5o7gqZ7LPGhr345y4o/T6QTW+xkiOYh2HExj3do1faoHK0kOAE1OInBkYN7cGOUZ+RcIAcCypcs20XMpnrvbBdhRQQ5Pm+4OyaHepS5mFCzNXZYxzLWPI7DfQw4Fi/ccsESKAWcQxnoRnQEALvOS14PmypBn5GUgnKzquCTeZ3yf0HIu85BDZkIMIDXYY9nahWhA2Ne5K9K7pRRz7bvUw71uOkM6PbAF0xkSdV2t4d5dqPoG5sqQj+RlIHzD1rkr0rdccNl4LvWSQ0W/71PC01SWhcoaRBvetLZ1xAeXCy4bz2WmMwCoiagcCoq1WxBteFtobpCCJBlDtMFcGfKRvAyEL0XKidUmT08g2nCpmQ0DSA32WJHqRZd4NWSLuWqk8QFEGy6uJkemi72TOjXUZ2loBQ5PcxrgjWkuXNmSGu5DtOGCStI/TyMSogkmmyYvA+GbQco3daaGehFtqC8hFo6cXSjqrV9quM/I0Utr8kaQCg0dqSHMtc9lgUYnOVHcQ3oZcQa+qQvXGSwc7K4gh2cQTTDZNPmmLAMwmwR/nFZv60wN9Tkuuh7Rkv0e8kaQbkW9ncIlOdzn+tDvIBqQUOBkiPo6OlNnjgDcjmhJ2hn2GCsBzxSp4b6SS29GNECl8NYUrdvRkTr8FKIZALDfQ96conv0l7/+/ve/73K5dH+NsUxOThr/0vwLhG9N0X1VxLqlI3T4eVxLLvGQN4P07hZcK9CgiixNDFoaWhFtODpDO9ykdEvH9HOPIZoBAPs95Ld++j+R88R4UJoaPlV+1x8hmnBqjlbZSNW2zsCT/wCUAp7E834PefQ03KtzIPzJT37yi1/8gk0Bs9jbz9t27M+6vfgzn/mMtvacl/wLhG8E1f0eIta1yMExmkoSC1rx6CXV5InB4r0XkibOCpU+YsVUXH0jSPd7iOCpV+MLamSOc6Ltji+pJt8p4onN8vQEsdr4snJEGw4F6QFAwRsAACAASURBVH4P4cvKicUmz0waNplvNZd4yJdf1/0tV155JZsaLmpkzv+t4dq/+mfEvchmyb87wrem6MXVhAii6GuSxvsRLdlbRbpnaVJBNAGT1PAp3KYxAHh7il5cTYAQS2N7auQUoiVd5WQyRkNJRBMwSQ2fsjax4QwAlqb21DCmMzSUEJ7AaCxvwoC2pIb7LI3teRQFIe8CIU27u4cDAEtTexLV3R0CtLnIsdkiLZFIDZ+yNLad/3N68mbwvbWvsQ137eMJXFhF3i5WjYXUyCkR2xneWgqEje24haMAsK8SjobzL9+mCakR/JVhs+RZIBxcoHae+OwAAJbGdgn1EAAAF1eTt6aKdu07jVslOJ2A2SRtd793CGDAGd4uamcwejLzcuIynArTCyqXnOE0ojEAcFEVHA1hdpIgkho+hV4/vFnyLBC+FaQXv6cqaWlqTw1ju3uxrn1qIqqEp0RvA6INb0/RfdWL+RexoT01fApXY6FonYEqsjQ5ZKnfhmjDu7O00704jsbS0CZNDuFqLFxUBUeKMxBSmho9g54e2Cz5Fgjfy34AgFBdp8YW1Og8oj1FewiQRs9Y6rfhdk8vdwa+rJxY7fKMH9Gei6vJm0WpsSBNDAqVPmKxIdrwZpBe8t4WmVisQoVXnhxCtGdfFZwI80rxrQ3yzCSx2vhSzLKpLMizQHh4etn0Z0LEhm2p0TOI9nS6yViUzhefigQLF4SHp9Xlk5ktDa2pUcwMQaOTUIDxaNEtftLIaUsjZl4UAN6Zft+YbksjcnbUZQGPjfaFi84ZUiOnLQ3IzpAF+RQIFQrvztALK5evfW247i5wsKuCHCm+EonUaL+I2kEIAIen6L7q5Wtfm4S6KwKAfUVZL5MaPY3bTgoAh6ff5wxiYyv6NeEFbqUIB9RIo2csjcjOkAX5FAj7wrTWQVzLBpFbGtvQ62Uuqi7GeUzS6GncE+FYlALA8kHklkbkXREA7Ksmh4svVY5+JzQvwXiUdrrf7wzYu6I95UpROsNpS0OeXRBCfgXCFZs+SJ8Isd19X1XRXROq0Xk1EcUdOrHaGcT6VmmsH7deZl8V906R7YqolJKnJsSaZkQbjkzT3ZWEX+YOYu1WeWqcSik8o+ACt1J06QFKpbEBsQGzbCo78ioQTr3vGgAA+AoPVWRlDlPgdm9V0R0CUiOnxfptuA2z70zTve93Bs7h5JxuOTiGZRKkT4RFtvZJ42dFbyMRREQbDk+vXBkIL4jeBmn8LJZJALDDpXTPUqmYyqek4CjndGetrIZIXgXCVWsfAFjqt0ljmIfCNheZThSXpEhqBD/7cXhqLWdoaE2hOoPPDlaeDEeKKBamRk+L2HdCazqDiF08VSLQJic5WUwzSaSR0/l4QQh5FAhlFU7MLjbMLkdsaE2NYgqtcQQuqCRFlRCTxs6gF0e8M/2+sqk06M4AxZchkEbZcIY1t8jY9yZ7q4prZUiNnhHrzUCoJz1h2uAkpasSMJaGVvRrwguryJGZYnL3sQGxHnPoxkiE8gTqSlafCLdJ2PUyFxbZriiV7ijFI5yCQJy2u9baFY0h74qKbWWQxgYseXhBCHkUCFdfA6QR67dJ2O5eVPs+NTpPkzHWKmXSiHXbUuMDuPUyF1ZB8ax9NJWUZyYFXxOiDe9M0wveXymTRqzdIk9P0BTmpUVRrQxAaWp8QKwzA6GevDuz9tRTocJLZUmZDxlv0hIXVhVRK2Fq9IxY14JbKXN0HWfgHE4eu17mwsoicgZpclDwNOBWyqznDIQXBE+9NDlovElLXFBJumepXBz1MnJwjC91c478q5SBPAqER9a6BkhjwT4UtruIP07nMEu1jYOFO6Eja5VNpRHrt+EmxOrSI3iKQ18mxYAzHN1oZUDOjpaK0OAkvcWhL5MaO4MuspE1+REIVQrH16qUSSPWt+C6O09gVwU5WhwJsdTYgIh6JwTrHwIAwFLfIo0PGGzPCvYUTYZAGuvHvS0GgCMza5RNpRHrt0lj2M5QWSzXhNLYgKUO2RmyJj8C4ak56rUTt2Xt74p1LejXhBdWFksglMb7xbqtiAZMxGhKgUbn+idC7MLR4nGG1NiABfVOKCLBSIR2uNffFaGvDFVF5AyiGQh15ejMusdBALA0tLJwCDhaBIcANRFTFsKiB3P60rszsF4qDNKFo+PI+jJ7KsmRacT3GwRVZDk4KtZuQbTh2CzdUU7EdZYxsXarFBjFnce0p7IoVgagVBpHLibPhfwIhOtVyqQRqmqVyJwaWzDSpBXsKY5DgDTWL9ZuYbNSJg3ndBPRqoSmjDRpBUVyCJAnh4UKH7FYEW14d8MtMrFY+XKP7B8x0qQVXFBJjs2i7ssMQZ4NENGSd9OXlsiPQLjx2geEWOq24sopbS8nZxdoHHPraQTSOP41wMbpAQAQ61pS45gJseZSEpHoVALRBCNIMXACOM/KAGCp35ZCTRdVWsFlIQPzBR4KpfGz6KUDuZAfgXDjfR+krwlR3d3CQZuLdBe6nBILlTIbpwcAwFLXgrsrIgAXVJJ3C/1QKI3j3wllsDJsxb83KQpn6Ldg74pyIQ8C4WiUCgRqHBt9RqxrSaGufVAc2VFpDNnd5yUIxGnrKhmR5YgMlEgURSAcG8B1BkmF3jDdVXGeEyELhaMFvzKkxvK1lT5NHgTC8276gI19X8GvfVSW5JlJwduIaMOxGbqjfA0ZkeWwsCsqeGcASqWJQbEWs364N0ybnMQhbPQZsW6rNDGIWzx1QSUcK2xnSKdG6zDLpnIkDwLh0RnYOBUGAGJNM/r4sd0V5NhsIbu77B8WqmqJuE4XiyGc904IAIRKH41H1ei8MSatScEHQnnGT+wlXEkZog2ZOANXUkasdnk2YIxJa7K7grw7i/h+3VGj8zQREyp82IZkTx4EwmMzdPf53J0IolBVKwcwy8N2V5ITs1Qt3NUvNX4Wt1YeMnMGIESs3SJNYB4Ku9xkKFLIxVPSxFnc4yAAHJ89T140jYhdSddUSmJyIRdPSRNn0YvJcyQfAuH6mjLLEetbcMvD3BaoshVyeRgLxRHHZukFmax99cj1MmKhF09J48gXhABwLINLEwCw1G3F3RWRdLqocDME6ONocudcIBwdHb3vvvvuuuuuhx56SJZXbmUfeeSRT7xHd3e3YfYtSBCI021lGax9tcj7PljMgRSsu0vjZ3F7J2QVesN0RyaBsHZragJTbRkKPVUujZ/FFRgCgGOzGaQH2Cgg2F1Z0CvDBL4z5MhiIKSU3nvvvffff/9jjz1WU1Pz4IMPrvjcK6+88vh77NixwzD7js/S7ecrjkiDvu8DgN0FfCtOqTQ5iJsa7ZujDSWkZMPiiDRi3Rb0XdEFlYV8CJAmkJ1hLEp5Aj77+T/JyBbZdAaWWVxUuru79+3b19LSAgB33333HXfcseJzkiS9+OKL4XB47969jY0r6wYVRfnNb35TVVW14us8z99yyy2rP5xMJhOJjFLmh/1ku4tk8mFaVZ8aO5uIxxFT1V2l5NEBkkhIWAZoRfoXpCjK0lfU0BQIlpRghcx+cXpw2E92uDNzBrdPDo7GoxHCZxA29aGzlDxxVi9nSCQShBBBwPnTqfGIGluQS8plPGd42092lWfkDOCsUKLzsdA0ZzduQpAkSctXuU4n+fsZrgBWhtVQRZanxhW3L8MlXT9EUeR5PrufXfyHNDg42Np6boKGKK4cMNbf33/ixImqqqqvfe1r11133Wc/+9nl302lUo8//rjdvnJ7JgjCtddeu+KLiqLE4/F4PJ6JfUenrdtdajyegQMRAURLLDBGXCvjsWG02snxWUeGfzSWicfjoiguz5DLw6eItxH3j3Z0ytLphHg8s9pgV3Vs7CyHJ4u6zUZOhByxeFyPfVk6EGb9zz5HlOHTUF0fR134jgQtHRk7A6muj42c4Rs79LZqCUmSlq9yzVZyZt4xF41b8qAqY3Oo/mHiqk7ICsjI6x7P87kGQlmWN95dLt0L3n333R/+8IdXBEK73f6jH/2oqSmjQdWKoqiqWl6ekSpdb0T+4g6+vDyjxUSpb3FEZ2zNaDOx3OWwIEuqo7wSU39RAxRFcblcy/dD8/NTlsY2V2a/NZ3oi8r37eDLy0sy+TBt3Gabn3K079LbqvUoByizyPOCu7lU+1AoCAIhxOnEGYIa6Z7mG1sz/CesE6diykeaSYbOAI2t4vyUs/xSnY06hyRJHMct/ytqKZP9xL07s6Usj4j1HyENLbjOkDuL+5Pq6upA4FyrjapuNFPZajVomVcp9ITpzgyKI9Kgl0gQgB3lpLsQb8VZKI44EaK7KjL9sFi7FXc6OQDsroCCrJeRxs9asHsnToQy6p1II9ZulVgonirEa0IWGmlyZzEQ7t279+DBg5RSABgZGXG5XAAQjUZffvllAHj99de//e1vpz85MzOzuqZUJwbmaZWNlK1M066LWLsF3d13FWitILq7TyUgoUBDSeZrHxPOcLwQO6kX+8bwiMswEqHtGyrtLcdSx4gzFOTKMIi+Rc6dxXSow+E4cODAbbfdZrfbJUl65JFHAODQoUMHDhwYHx+/7LLLnn766TvuuCN9b7QUFPUmw6axJcS6rfPP/Lt+9mTCrgryTsGNH6OppDI3LXrqEG14d4bu3pQz1OJXEe+qIE8OFZozAKVSYFSoaUY0oTtE213rjiFcjVCzRfIPA6WIlXS7Ksjfd2+UactT0JX2NOHcveCdd9555513Lv/e9ddfPzk5mf7vb37zm4baBQAA3SG6I+NUGACInnolPEVTScQZabsqyA9PF5q7S5ODgqcBOJzSjDQnZjeRJAcA3l1FFUWNhDmnWz+rNmZXJfn6kUJzBnlqnHe6OduGKvg6cyJEd2zmso2zOXinS56eEKrRNnO7CjFPrkbmqCLzrkpsQ3KF6Rqm47OQ+TUAAADHC9X1UmBYN4vOz84K0hOiSmE5vDQxaMHuE9rUnVAasaYJNyHWVkbGojRWWEJrLDSNnZiluzJopV8Oeqq8roQoKvjzvqL8faTGBwogLwqMB8Jjm8yGAYBY2yxNDOljTkaUiuC1F5rQmjQ5JGCvfRkKSy4HvURC4KDdRU4WltCaNDkk1jbj2pDNylDTLE0O6WJNxuyqICcK61AoTw6JqElyrWA3EEYkCMRpSwbiassRa7agu/vOgnN39BOhQuFUmG7fZOk5I2tfgZVIsHAn1B3aXJ4cGNgVQYGuDOjOoAnsBsKTIdrpzkhcbTnoYwcAYFcFnCjAQwBmIDwzR2scGYmrLUes3YKbHoD02ldgzoCdGk1nFzMRV1uOWNPMRCAsLGdITQyipwc0gd1AmEUqDNhZ+wqoaF6ZnwXCIZacQNbO4GuSAiOwYVOs3hTYIYAm48pCSKisQbQhO2cQquuU+VmawlTDKbTUqKrKwTHRl5GOCuOwGwi7Q5tOhQEAX1YBQJWFkB4mZcjO8oLa90kMbPq6Q3TnZuqH0xCrnS8tl2cmdbAoU3aWF9TaJ/mHRW8jcJjrxonZjCaQrITjBE+95MespNteTvrChVNJJ0+N82UVxGLDNkQD2A2Emy2XX0KsaZYnhzS2ZjO0ush4lEYLpVaQhWuAE7OwqXL5JdBrBWscQKFwagWlySGxBvkE0L3J3oklLNjpohIBahzkzFyBREL0GxMNYTcQdoc2XRiWRqxpxhVa4wm0u0hvuFDc3T+Mnv04sfniiDRiLX69TCGp7kmTQ7it9ABwfDbLlUGoaUZX3dtRXjhVxFKhlIwCs4FwMgYA4NnkfXga0dckT2ImQABgZwHVCqKnRqMyTMYyGs68GtGHXyKxq4BKJNArZdL1w53uLLfI6LuinQVUSSdNDpqBUF+yKI9eQqzF76AonENA+j7cu3ICpZGcDNGOzdcPpxHME6GmSJNDYg1mIOyfpz4HcWasP7wcsaYZfYu8o5x0YxYwaIk0OWwGQn3J+oIQ0vu+wAhQzKVnRznpLoh9nzwzyZeWE2tWZ3ON6A7RndkOrxGr65S5aZpKamvSpthRUSDOoCyEgFK+DHPgTvds9s7AuyqpqqiRsLYmbYodhVI4mtYfFqprsQ3RBkYDYXeIbs8q+wEAxGrnSkrlGb+2Jm2KnRVQGGsfel4UALpns6kfXoTjheo6KTCiqUWbY3s56QlTNf/dgQUZke4QbEp/eAWirwk3Q5BW3YvnfyWdFBgWqutx9Yc1hN1AmE2F9Hug68vUl5C4DNOYPUvawMJ9eC55cgAQfchVxGUiVFrJ4ELeR0JGnCHrLTIsXhNiZkcFDlrLSE/+V9JJk8PoW2QNYTEQqhR6N6+ntRwWbsV3VBRCeZg0OSygl4zO0h05ZOPEmibc7jEA2FEOheEM6PXDue6KGNCXKYyVQZ4cQncGDWExEA4u0ErrJubxrkb0Ncn+Ic0MyorCuCaU/MiHgOkEJBSoz3ge72rEmibcQwCkb4byv0RC8iP3TiQVGI7Q1ozn8a5GYGJXVAjXhCykBzSExUB4MpTTCQDYWPu2538gpLKkhIKCpx7RhpNZCQwtR/AxkB7If2cASmX/CG43fd8cbSkllhwWLdHXLPvxK+lOFkBq1D8s+pqxrdAMFgPhiRDkkv0AAMHTIE9PUAXzSnp7/nfOysExocJH+E1qXWtKjqkwABAqvDQRVeMRrUzKggJwBiU0RWwOzu5EtCGXYvI0nMNJrDYlPKWVSVmwvRxO5nl6QI1HaCLGl1djG6IZLAbCkyHaldshgIgWvtwjT41rZVIWFMAhgIWG2dxPhECI4G2U/ZiFo51u0j9PpXweVo+eJAdNnIGBepnmUhJK0rkUogm5Ik0OC75GILn+LtiB0UCYnZbgctCbZ6ttYOFgPJrHsZCFSpnstNdXIPqQb4ZsPDSWkNP5LDLJQqXMyRBsz7mJEd0ZCECnO78LR+XCyosCg4FQVqF/nnbkcB+eRqxplrDrZbaXkx7M5t1ckf34yhEa7YqQu8fgvW5CXBtyQfIzsSvK3RkEBkrK8z1VLvmH0bXXtYW5QNg/T+tKiD3naynR24heL5Pv2VFpEtndJ2MgcFCd85gXAfsQAAA7yiGvhdbQqwSjMgTjdEtp7umBRhnfGfJ9ZcDPk2sLc4HwZG4Ns0sINc3oa9/2fBaZpKmksjCLO4JVK2cQa5rR177t5eRk/qYHKJWnxkVvA6IJvWHa5spScnY5oq9JCoziFo7m/YmQgUsTbWEuEOYoobSEUF2rhIJUljR4VrbkdTZMDo4K1fW4I1g1KY6AtMikLKnR+dwflTVd5aQnb9c+eWaSLylDlpyd1SAvCulxzU4XrgTj9nwWWFAjc6AqfJkWyzQzMBcIe8K0S4tDAOEFobJGDo7l/qis2V5OekKoO88cUBi4BjiZm8DQcgQvcna0zUWGIjSpIJqQPdLkMPoYQq12RQAg+BrlAKYzpCUYZzGl4LOHhQGlmsNcINRq3wcMqEi4LeAUyVh+Fo7KwVF0d9dw7UMXWrNwsMWZr4WjMgNrn4a7ItGHL7jR6c7XDIHkHxawt8iaw1YglFQYjNC2nEtG04hMSIpA9yyuCVki+0fQrwF6cu4oXUL0NeFKb0M+3wxJ/mHRhzmTEgB6QtCl0QAo9FZCyGflKdk/jDugVA/YCoRn5mljCbFqNNlD9CG3UUP6Zig/rwnRDwHjUWrjodKqzdNEX5OE7Qzb81ZbS8JupFmQYDpBm52apUYl1NQo5HMBQeH1TgBrgVDDVBgw0DkL+XsIkJJqdE6o8CKacDIMGjqD4GtED4Rd5dCTj9paqipPjeNKzvaGaYebcBq5g+htkoNjoGIq/eTrygAgMZAr0hwGA6FmTxOqa5W5aSphahnlqburU+N8oZSMpuHLKkBV1MicVg/Mgjx1Bnlmki+tIJac2zlzQFtnIBYrX1ohz0xq9cAs2F4O+XhHqEbCQClfqt0yzQZsBcKeEGhSMroIxwuVNXJwVLMHbp5ON+kL51/hKJ0aE1CbxkDTC8I0IvahsLWMjETzr3BU8o8I+BeE2hSTL4GeIah1kIQCM/lWOCr5RwrvghBYC4Ta7vuAgZuhPC0cpTMTAra7a9VNv4Tga8K9GRLzs3AU/bYYNC0ZTSP6GuUAcqq800168+1QWJAlo8BUINS2ZDSNwEC9TD5OXVGDY+jXAL1h2qn1rghXhx3yMzvKQt+YhiWjaURvIxMFBPlWL1OQJaPAVCDUtmQ0DQv1MvkoKUKnJ3CLIyZiWpaMphF9jRL2IaCrHPKuVlAKjAg+zDx5RNOS0TQCdq4I8nNlkAL47cV6wFAg1PxOCAAEL/7at92dZ4cAmkrSaJiv8CHacDIEejgDA+kBkmfpAUrl4DjuIaA3TNu1KxlNI3ob5OAYuuJo/u2K0pMICw6WAmEYutwaP5MFxdG8ayWUAiOkoga3ZFTz4ghIK44q2Iqj+TaITp6Z5EvduCWjWskuLodY7ZyzTJ7FVBztcueZ4qganQdVLjCV0TQsBUIdToQsKI52uUlvXhWOyv4RrroO14aesPbOAAxkCNpcZDivFEflwEjh1Q+nEX1NuDNJ6kpITIZQ/hSOSv5hwVuAeVFgKxDqsO+DRRUJzLWv3AoOIZ9G1UuBEcJCINTBGUTs7KjIQZOT9M/njzMwMJi+J0w1zxXBYgEBZm9V3o2ql/0jhacpk4aVQCirMDBP2zUtGU0jehvlAKa7w2JCDNeETSD7h0klciDsDdHOQtwVQb5lR6XAKHojjcbtxe8heBvQOyi68kp6WwqM4M6k1A9WAuHAAq11aDCYfjWCD39UfVd5PjUMSdip0UAcCAGPDsPvWBg7kF9Ca7J/BFduOyaDP063lumxRcYvKe8sJ715tCvyj6DvinSClUDYq8+dECyeCPE7Z/PlEECllDI3Tco9iDbolBeFdK0gtjPk04mQUik4intH2BemrWUaDKZfjeBrRB9Vn0/OACAHkHdF+sFKIOwJQacO1wAAIHjq5ZlJqsi6PD0z8sjd5eCYUFULnKbtnJtEp7woAPDuajURUxNRPR6eIV35cwiQQ0HO7uRsJYg2aK6rsARnc3A2hxKe0uPhGdLlzpv0gBqP0GScd1VhG6ILrATCXt0OAUQQ+XKPPD2hx8MzJI+0lCQWqgR1Sw8AIaK3QUYtkWh3kYF5KmNOPsgUFk4A+q0MwIAEY6OThFJ0AbO9K1PkwKjgaQCi1+8CF1YCYU9Yr0MAMFAv47EDIRCII5qQKXJgBL9KUIcmwiXQFUdtPNQ6yNmFPNgYsTBwpyesV64IGCie4gi0u/IjQ1CQYwiXYCIQqhROz9EO/dY+bwN6rWCnO1/cHV9dvidMtRWWXI7obUCvIs4XZ5AZqBLUqYkwDXo7DeSRMxRupQwwEgiHI7TCSkpFvZ4v+prQ3T1f6qTlAPLMnVASEgrUOvTLhuGrLXe6IS/aadB7J1IqjETpNh1KRtOgnwghfxRHpcAo+q5IP5gIhL16Zj8gfSJED4T5UCJBFVme8QuovRO9eibJAUDwMrArypN2GvQT4Zk52uwkFt1WKTZKyqE3H3ZF6FtkXWEiEPZoPWxsBaK3QZ4ax62T7siHBIgyPcm7q4mg29k8A/TrnUgjVPqUSJimEvq94rzkRTZMmZ8FTuBKyhBt0LV0AAC4kjLgeGUBs3AzL5yBppJKZE5AFeLXFSYCYW+IduigKbMEsdhYENhlf98nsVElqN9tMQAAIUJ1Ha78bKeb9M2xLj+L3koPAH0654qAgWvCllIyHqMJtuVnpcCIUF1XqCWjwEgg1LFc/j1E7IRYXQmJSJRxgV0Z+04IdC6OSCN6G3FT5aUiuC1kNMJ0KJQCjJRN6esMi231eAgcbC0lp+eYdga5oC8IgZFA2KdzAgQARG8DrrsTgA436WPb3VkoGdX7whgWRSbR5WdZr5dhYe6E3rkiYOOakP1KOimA30ijK/iBcDIGVh4qNJ1FvhrBx4C7M18vIwWGcWeRR2XtZ5GvhoVR9eyLTKLPIlconJnXOU/OSiUdMO4Msh+/kUZX8AOh3vfhaUTsQXQA0OFiu1YwPYvcg+nuvWHa5tJ4FvlqBC9yNgzSzsD42hdAVhkdXKBeO3HoIMS/HNHXhL5F7nARxgsIpCD+pYmu4AdCA/KikD4RogprAfP7PjkU5ErKiFWHoQ8ZY5AzVNcps35k+Vm2T4RqPEJTCdxZ5AZUygAA76qkqaQai+j+pvVh3BmoIiuhoFBdi22IjuAHQr37xtJwdicRLcr8rN4v2gDG933oTWNglDMQXuDd1ejysyxfCy3KiKBWCRrjDJDW5UetIm5zkYEFduVn5akJvtxDeJ3P5qjgB8Ie3UYNrEDwNuAWjm4tI/44jWOeQzZCwk6FgSGVMmnQxYaqbcAxLD8rBfGrBI25NIHFwlFk+dk6huVn5cAI7o2JAeAHwt4wNWjt8zZKQczsKE+gpYycYrVwVGaiZFT34og0grcB1xmA7U5qFoQlDTsRmvKzGyMFRgtYUyYNciAMpyAmQ21JUZwIId1Jbbr7egaoMBzRUVhyOejDmIB1ZxgRUeuHwagLY2CkeMoNfazem8gMdJTqDXIgTE/dNOYiQsTunIVFtWVG1z45OIrr7mfmaWMJsRoyElhgoIq4k+FxzejSChMxauehXOeuqjSitwG9cJRlZ2BhRqne4AdCvRtmlxC8jTLqTQAsJkBwTVibtNwirrCkfoPpV8OC/CyzJ0IqpZSFEK6wZG8YjEmSA4BQWaPMz1IpZczr1oTd1OhiV1U9th36gh0I9dfTWoJ3VdJUCrdOmtm1Tw4gHwcBoDcM+o0hXAGx2jl7iRKaMuh9a9HBqvysHBwVKmuAw1wcevUXVzsHxwmVNfLUuEGvW4uucnIqzKL8rDwbQO+qMgDkQNg3Rztcxr3OrJNeD4mBGSt9c7TdqPQAMKCx0Ogk4RRdkBBNWBv022IA6DMwVwQMzO4uE8EpkvEoc6Gw4FVG0yAHZKzbagAAIABJREFUwp4QGLfvY2AOp42HWgcZZK9OmgV3N/QQwIDqHgFoc7GYIWAhPWCA9vpyRG8jeuEom/UyBa8pkwYzECYUmIzrLiy5HNFTz8CtOIv1MujFERTgtMEnQg+yDjsAdDF5MyT58YsjjM4VYZ8IgdV6mYJXGU2DGQhPz9GWUiIYaAILddKdbsLivg9bVmYkQt0WUmrgSGCBgbEDbJZIoJfLh1MQlQzqqkojmr1V68BCntwAkO/DDasSTCNiZ8OAyWFMNBlX41HeXY1oQ28YugzRVVhC9OGfCFnMhqmKPDMpVNchmtAXph1uQ+XdBE+DPDMJKubtfQeTgVAOjhZ8ySjgBsK+MHQYu/YJlT5lbga9Tpo1kUkpMIo+frrPKE2ZJTinGwDUyJyRL10BgydCecbPuyqJaEG0wXhnIKKFLy2XZ/1GvnQFDF6aqJEwvPcvpbDBDISGaQmeg+PR66TTCRCm/B09FQYozgAgeJCF1raVkZEoTbFURSxh3xYDljNgt9XXOkhCgVAS0YSVSH78GjpjwD0RGr3vAwYKR90WKBFhgqU6aRbktg3T01oO+s2QyEGTk/TPM+QMLNQPGzOAaQWir0liQHWPqQyBXBwlo4AYCBUK/fOGVgmmYUFgt8NF+jATciuRGRg1YJjc9nIELwPXhIyNa5YDIwL2qAEcZ/A0yNg67KwVEBSDuFoatEA4ZMj46dWw4u4s7fvQs2EzSVApeA0XrxC9jejO0OkGpnZFUmBURK0STCowHqMtpcZvketZ2BUxtTKwkB4wBrRAaNjkuRWIbHRQsJMAoYqszAaEqhpEG3pDCCcAABC89fjdY4xNJ5eDY7gnwtNzdKuxXVVpBAZ66jvdwJQzoG+RDQMxECLcCUFaZQ1bbZmpE6E8PcG7q4lgYAffKtCcocKnRuZpKmH8q5dg6hCgzM0QQeQcTkQbsJyBc5QCLyjzs8a/eokOlpqMaSqhRueFcg+2IUaAFghRKmUAgFisnNOFXifNjtqyjJ0Kg7SMCIYzACFCda0cxKwi7nCTU3OsVBHLQQbKpuaM7qpaAr2AYGspGY/RhIJowjlY6KoyDLxAOGeoqO5yRG+jHMCU3q4rIRGJzmF2M54DXVwNjJ3GtQIRW1urVAS3hYxGmAiFjNQPYzmD4EVupxE42FpKTrNRL8NCDZ1hYKZGcQ4BDAxlJQDtzGRHJQaUI4wcwLQCwYM/lLWDmXoZOTgmMlAyipIaBTakt9kRWpMZ2BUZBk4gnEpyAoEqG8rL09Lb+O7OyK247EfWEozJEIzTJgO115cjeBsk1PQApJ2BjQ4KyT+Mu/apFM7M0Xa0LTJ+bxU79yYSA0NIDAMnEJ6J8FibPmCke4yRhiFKpeCogHoiPDVHt5URHskdWOig6HCx4QwMXBgPR2iVjZQY3lWVRvTgz6BgZWVId5SaJ0JdObPAYeVFgY21j5F9nzI3w9kcnK0E0Qassqk0QnWdPD0BKmZ9AiMdFGoipiZivKsK0Qbj9YeXw5dXq/EoTcbRLGAnPaAq8oxfqKrFtsMg0E6EiGsf53QBttoyI0XzLChH9IUpSkdpGiJaeFelPINZRdzhYiIQysFR0dOAWyWIWDoAkK4irsOtl2l3kTPzVMV2B3nGz7uqcLXXjeRcIBwdHb3vvvvuuuuuhx56SJblFZ/b+Lub5cwCh5gaBQZqBVvKyGiUJrHrpFmYRd4bBlxnELAn9NY4QFJhBlttWfaPCD7sXdEcWqVMGtHbKKMqjjoEqLaRYewqYsk/gl5MbiSLgZBSeu+9995///2PPfZYTU3Ngw8+uPxDG383C85EeCPHT69G8CDfioscNDOgtsxCYRhaE+F7iD78WkEWMgQSAyWjiL0TadA7KICNexM5MCJ6C38M4RKLt9Ld3d379u1raWkBgLvvvvuOO+5Y/qGNvwsAkiQ9/PDDbvfKDBfP8/fff/+KL0ZSaihlq4BoJKLhH2RzKOXe2NgARbQAYJtTPOpPNYmYM3gSE4O2tr2RVX8P0WiU53lR1F1uRqEwMG+t5VCdweVJDvUQVGdoKRGOBaTdJZmmCKLRKNE6h5kYH7TsuXq1MxhJT8jSICYjeOchxVWdevcVPue/BEmSotGozZZNZXxLifBuQLqqHDNfFJ8YEpo7cZ1BpcBtxsdtNpsgZFlntfhjg4ODra2tS19dsQJu/F0AUFV1fn5+jacLAl0lmmHj1LevGCdQhSinwVfVJfuPrbbNSNrL1FNzhNZj2qBOjZOq2tV/D/Q99DZgKEI8VmrjMX8VXFWNcvg5XGdoK6On5iBzG9Kf1NZmZWpsTWcwjJkkUSlUW1XEXwWpqlWmx3P/S8jlX1BbqXpklsN1SCUwatl3PaINCQXafmkd+khyU7EwaxYDoSzLG8TSjb8LAFar9YEHHmhqasrklYqiVKVSpaWlmzJUW+Tm1sSvJ3Bt2OVRnx6lpaWGz1x4DzUeWZBTrtrG1fURyWSytLTUgBPhaIh2VSi4vwh1S0dsehLXht0e9ft96qacgRDidGomCkoVeX5u2tXUSnik3gWAd6O0sxzZGaijLRqecjrsOf49SJKkqmp2f5YLfPTxUaW0FKnPGgAAFmYmy5rbEVVnh2ZpXYniKjPIGRbvCKurqwOBwNJXVfV9+bqNv5uPsKK2jNowtCiuhl0liFscAQCco5QIIq7acqcbeUSlPD3Bl3sQoyCw4QyEF/hyjzw9gWgD+oWxMjdDLJai0l5fDIR79+49ePBg+iA8MjLicrkAIBqNvvzyy+t9N79hQ235NKrashQYQdcS7AsjDGdejeBFFhvaWkYmUdWWWagfxu0oXUL0NuBqEXvsAABTeLt0FvSHDdZeX9wAOhyOAwcO3HbbbXa7XZKkRx55BAAOHTp04MCB8fHxNb+b76Q7KMT6FiwD0mrLIxE0dTFGSkY/14YmeLuE4G2UAqPW1t1YBvBkUW15VwWOMzDRUTpHr6tjwBkW5WcvQ7Shw016w7Tah+YMLNQPf6jBuD/+uUzInXfeeeeddy7/3vXXXz85Obned/MdwduIrrbc6Ya+MDQhZSCkwFjJ/htx3v0evWHaWc7CIYAFZyC9YbRAKAdGbe0Xorx6ib4w4HZVpRG9DYkz7+LakJbevgopEMrBMfRdUW+Y/slO43ZF+PsvLEQPvtpyB6r0thwYwRWW9MdBIFBpRTRhEcFTz4D8LCAOZUXPhsVkCMRpcyn+rogF6W3clQE9PWC89nrxBkLBh38IQLwVp7KkzE0LlT6Ut6dhoTgijehtQJefxVRbplQKjhWz9vpy0nlyQO1e6EAdxoR+YTxkuPZ6EQfC6jp5ZrJo1ZblqXGhsgY4HuXtaRgpjgAA3l2txqNqIoZoQ4cLTW1ZmZvmbA7O5kB5exp2nCH9V6HMzSDagCgu8572eiXO6wEAoC8MBusPF28gJILIu6pw1ZY78Q4BTFTKMHMiBEJETz3uobDDjaa2zMhgekTt9RUI2FrEzU4ynaDRXEWds4EF7XXjd0XFGwiBgcGEPjukFBy1ZRZ6J5BHDbwfdPlZhwAeOxnCUBeT/SPovRPo2uvLEbGdgSPQ6iKnMNJFLGivG39pUtSBUPQ2oF8TdiJdBrBxIjQ6AbIBgo+Bcc0unISYFMTvG2NrV8TGnTHKvQkT2uuGC/EXdSBEPxEC3q24FBwVUN09IsFskjaUsLL2iV78GRSIuyLcUQMKhYEF2lbGkDPgrwwucgrj3oSFLXJvyDwRGggjax/Cvo9SOTguolYJ9s3RdjcxRlE3EwQPC/N3cA4B6L0TZ+dprYPYMfXd3ofARK4IKT3gH8YNhGlJnWpjlVaLOhAuujtqnTTK2ifPBriSMmJF0/uGdCqMAXG1JYTqWiUUpApGfcJ7oDiDGo9QKcWXVRj83uX0zVEWWumX4F2VNJVSY5hDiFCcgSqyEp4SqmoNfu9yUJLkRR0IObuTWKy4assobdRycBS/UiZEuxjQlFmC8ALvrpanMNWWO8sRUqOyH19crSfEUKVMGvRrwlYXObtAZWMHHMhT43yFF1173fiVoagDITBQK7illPjjNG7sOUTyj6AXR/TNMaGntRz0tvpKK/AEAnFDXyoF8HdFpwwvjjgv6B0UNh7qHOTsgqEbI5mBYvI+jFxRsQdC0duIezPEE2gpI6fni87dGVEZXY7gbcRd+wCg3fB6GTmAvyvqYaej9D1ED/JAElhMFxnqDFJgDN0ZUASnij0QsqAr2OkmPcZKikiBMQFVZVRSYThCtzFTJZhGZMAZugy/GZICoyJ239gplnon0gjeRnQt4k436TH23kQOjOL3ToQNHcCUxgyEDZIfvzzM6ENAENnd++dpQwmxMOZ9AgNVxMZ3j8kB5EaaiRi18lDBgPb6ckRfoxwYxrXB+HYadLntqAzTCYTJdIwtRYYjehvxO2ddhk4nVyNhAOCcmBd07MhtL0f0NkjBMfQqYiPXPiqllPkZbO115iplAECo9Cnzs1RKIdpgtA47pfLUOO6lSV+YtroQuqqKPRDyrkqajKtx1DppY6W3JT9+cQRTmjJLEKudszmU8BSiDQZ3j8nBMaGq1tReXwOOFyp88jRqFbGb9IaM25cpoSnO7sTtqsLSHy72QAiECJ4GGfUyoN1F+ueNq5OWGdDTYrA4Io3oa8KVFGl0klCKLkgGvU4KjODeFgOr6QEAEHyNkh8zO+q2gEOAyZhBoVDCHlAKeCtD0QdCNuqkax1k0Kg6ack/zMCJkNW1D1tShAC0GTilEn3yHDDsDEwUT5WTnpBB70K/IAS8XJEZCBmR3gbDsqPoelqUyb6xNCzIzxo5nIuFta+XyTw5sNFOY6S+DBtDSHBWBjMQgoCdDQNj62Uk7EPASIS6LaRURDRhXURvk4xdRdxh8IkQtWQ0nIKIROuY0V5fjuhtxHcGA3dFchBZbltSYShCWzG6qsxAyMaJsNygVkKajKuxBb682oB3rQeblTJpRB9ynhwAusrBoGyYqsozkwKu9nqYdrhRh8Cuj+Cpl2cmQTVW5ez9GNlkjL5FHpinDSXEilG5ZQZCECp9ytwMbp20YdkwKTAqeOpxx08zWykDAJzTDQBqdB7RBsNaCeWZSb6sgogWA961Hiw7AxEtfGm5POtHtMGwJmMWuqoQncEMhAAcL1TVylPjiCYYVidtFkecF9HbgFsr2FpGRqI0pf85RMK+LQbmnUHwNuKmi2odJK5AKKn7i1iQnEXMFZmBECA9iw7V3d0WKBFhIqp7KJQCIwK2nhaz5fJp0HXYRQ6aneSM/hkCmYH64d4wZTZPDou7IvziKQMyBDIDQvyIK4MZCAEW5ZRYcHfd3yIHmCgMY2oA0woEH36tYIch+jIsnAh7QsC0M2CfCMGoQCgxIMTfg7cymIEQgIFWQlgU2NXf3bErpINxoNTo8dObgoXusU43GKC2jL4risvgj9MtpewGQtHXiF5SbszKIAdGBV+T3m/ZAJXC6TnajjSs2wyEAACiD79o3oCxA1SWlPAUX1Wj61s2hsHpSysQvI3oOuxGzKCgVA6OCV7MktHT87SljPAMu8OiwAKq/GyXIRKM6CfCkQitsKJ1VZmBEABAqK6TpydAVRBtMKCDQp4aFyp9+OOnGb4gBACh3KPGI2oihmiDAdkwZW6aWO2c3anrWzamN8T0bTEAcHYnsdiU+VlEGwyQn1UTMTUe5d2YXVW4ugpmIARI10m7KuUZ3Dpp3dc+dE0ZYL5SBgCAENFTLwcx5Wc73OT0HFX0dAeJgeKIHrYrZdKgXxM2O8lUnEZlHV+xOJcNtasKd2UwA+EigrcJNyHms4NCYTqh4yvQsx/Adt/YEoKvUUbtoHAI4LGTIT3lZ2UGyuV7wsB4egDS14SoKwNHoNVFTum5S5b9+MXkuCuDGQgXEX0M6MvofChko0KaXVmZJUQPvuJolxt0LZFgYe4E402EaViopOvSuV5Gwi6bAvNEyAjFILAr+Ydxx6zMpWA+RRsMHz+9WdCzYaB/O43sHxa9mFWCsgpnF2gbUpVg5rCgOKr/ysDCFtkMhAwg+vDdXV9trUVhScwESC/DwpLLQc+GgQFrX2BURM2G9eMJS24K9KmEANChc72MjD2JcDIGIgdVeF1VZiBcRPA0SMEx3Drp7XoWjrIgLJkHlTIAACBU1SjzyPKzXXo6w3vCkphJ6nxxBr60HLDlZ3V1BiqllLkZodKn0/MzAd0ZzEC4CGdzcPYSJTSFaIOubdSSf1hATYUBQE+I9d6JRTheqKzBLRztdJO+sF77MnRdBQA4GYIu5m+L0wgeJuRnk/q0d8mBUaG6DjjMs3lPmG5HbS82A+E5RF+TFMB090YnmUvReUmXh8vYqTBgXlhyOehCa24LOEUypo/8LAuVMuxLKyyBfm8icrDFSc7M6+UM6Lui3jDtQL0tNgPhOdAlRQhAu4v06pMDYcPdmRaWXI7IQL2MfoMJGZlFnh/pgbT0NrYz6Ce4ITOwK+oJIesPm4HwHCxM6NVPTkn2I7t7jHlhyeWI2Lsi0LNeRsJ2BpXCKTxhyc0i+JCbjAGgS7d6GRby5D3YuyIzEJ6DBXfXS2CXUik4hlsy2hemrWwLSy5HYKBwVL/uMTkwLKIqLA8uUI+dOJGEJTeL6MNPD+gnvY2eJ59JgqRCjQPRBDMQLgP9JgDSbdQ6JEDkUJCzOzkbpq8hzljJAsFTr8z6qaKnsNX50KlWUI1FaCrFl1Vo/uTMyQtdhSV4VxVNxtV4BNEGnZyBKrIyGxCq6zR/cub0MCA5awbCc3COUmKxKHMziDZ0lRM9Ckdl/7BYY5aMbgLCC3yFV54aR7RBpxOh5B8WfI24wpInQ3R7/jgDECJgt9W3u8jAApVVjR8rB8f4CmQh/pMh5JJRMAPhCgRvE26d9JZSEtRBYJeNawDoKsc1YXOg18tU2UDkwB/X+LHo3dOQVyWjaUTsKmIbD/UlpF/rwlHZz4YzYO+KzED4PsSaJly1ZZ5Aq0v76eQsFIaxsO/bFKKvUZpElhTpdGufEGNBTyvPToRsFBDokSGQGNgVoVfKgBkIVyB4WVBb1sHdJ5GLIxIKjMdoS56UjKYRvI3oo+q3l5OTWgfC/7+9846P67ru/LnvzXtTAMyg915JNJIAi0hRpqgu2pRNm6EkWoxsp9mbRE7Z2Mla9keW5Gz08bokzG52s59kpSSyFdoWHVktKqQo9k40EiA6Bn1QB1Nfu/vHUBSIOuXN3PcG9/sXgHnz3gHwm3PuPffcc4nPCDFA+6zeZoRZhA8kgVsFBCrfUxztJz4quj5NPldEA+EdcFmEZ4QQjVVxjKVxO/GS0XIrMuhKblw24Tw5RGtU1Ed2VNQ/h1N4ZNVJyWgATVQRp6gvBml0gKwYpv3gEnF+Ap0RagkuRwu+T+VGa7fOIreQPIuceAulMDBk5ksTw3FWOKr43IrPQ/Ys8rYZqCE9AwgVQ0qm4nUpPg9BG6rVzpNjWZImRwiXjM7g6hTyjfhpILwDJsEKDCs7o9PPIzhUz4YRz4uCNiqkQwVxPJucIU+MELShJlllMdzqKUPU8xBvIxIOCHGZhBturE9GnU41C0eliWE2OYNsI36NFJPTQLgQLptwdrTMikY82KPePEQc7TeQDoRt01Cjn31jtyGeHc00A4PULBwVtbCRRgPFEWFgIJ0uMhsg14K651QbGGlhV1WbNnJFNBAuhLjvYxFUWNUsHNVChbRG5B4qWlgZUrfRmqSRklEdioHLLpJIVxGrmyoXRwfIHs4MmhEDDYQLMZAOhBDIjqrn+8SRPi6nWK27hYFPhkE3LreSl3uoEE8PAEBtKmqdUtH3EZ4EYIB2DewbCwPiWwkBoCYZ2tRbtxFH+w2kZ4RaKBkFGggXowXfp+YyYaBkNItkyWjHLC5L0lnJaADi6QFQu3BUCyWjyTyykVyWChNDdhHxfaXqDpEl0tUDGikZBRoIF6OFwtGaFFArEMozDmQ0M2aSJaMayX6EgRYKR1UcFdGS0UjQROGoeqlRWjI6HxoIF8IkWIExyM4pgjZUJyO1ds6KI/1k86IA0KbHKkEA+KRwVJoYJmiDioHw1gyAdJdRnYoBEOKyCsh2HF1nQ10qFY5KjmE2JZNsyah2hsg0EC4B8UZrpVY0plLHUY2UjNbqcxIAGkiVZ5iAValwVBwlv5GmbRrXasP3hQHxVLmKhaOSNsRAA6F24XKKxZE+ggawCCpt6tQKUrlHCJdDfmWoNkWdehltFEfocu9EAANpzwCqioH83gnNeAYaCJeAyyLfbVmthBjx3fReCYb11mV0PlqpIo4LMSgY2md1mxq9dWQpcTFAmxqdp8SRPg3kirBGthfTQLgEhpziOPF9GIvjdrLnTlyfwRV66zI6Hy6nmLjvU6vJpDRKeCNN7xxON6EkXXUZnQ8XN57h1oywOPL7hM2ED3wy5GmgZBRoIFySW8tCWP0zUYOnNgW1Rix3aWqUSUgifjC9RrIf4WHIzJcmCR9Vr4oYFM8cFkXWlqaKSeGhnRlAeLC2dOz3KZ45gjaokhrFkkj+YHoteQYaCJeAsSQio1mecRC0oSZFhZ2zWlggbJ3SkNzDALEGQ1o22fOYApOACJ2fONJH/EzK1mnQtRgAIeKN1iptqNeFhcgKR6XxQUNaDtmD6VunNFQ2RQPh0hDPgRQnoWk/nhUiuokW9k60TmP9lowGIJ4qTzWCxQCD7ohCoVbEkKoV3xcexButGVkoTkQ3ZyMUA+EkOQC0aqZSBmggXA6OdBcJFDidPLKVIeLFERDYO0F9X8TUpqDWyLa2SqOEe8qAzvdOBCC+gwLUyI5qY1eVhkZFNBAuTXzUSYujhAvDnCJM+nFxolbkHh5cTrE40kvWhsiXCcURwuXyogJdTrzORsUQKTURi0Ea6SO+d6JVS6MiGgiXhsspIh4II+0rqMiSY4jsJKB1ClcnI0Yrag8T4nlyUKNWUBzt53JK1LInDDqduCABmUkuS6mAIadIHO4ja0NtxAUExFOjQ27MMZBhImjCHdBAuDRcdpE0bgdFvUMwQ6c2FbVEMCMUx4dYWzrxFkraGfSFjSEtR3ZOY8FH0IYIZ4Ty7CQAMIk29SwKGb2XTQVgk1KAYci2YKxNRS0RiAELPnlu2pCWo6JJodI2A5ryDDQQLg3iTaw1VZokeTp5XWS+TyK9TwjiojgCAIBhDJn5ZCeFNSmofQbL4cpBHOnjcktVtShk2vRfNhWAyykhmy4qt6JRT/gtGMXRfi6rEBiSzr9lSluegQbCZSHeaC3HArIC4+E2mRRH+rhckqkwCMhdS+O+sCEuhkQOssyoxxlmJBRH+rjcYlUtCpmWaajTku8LGy6nSBrpI2gAi6AqOfxjKMRhTZSMasoz0EC4LFy2BuplIsiBiCO9xKsEtSb3sOFyiol33atLRc3hpsol0mtCoLFy+UggXlIOAHUpkXgG8s3VNLWJEGggXAEtrIrXRVA4Ko4Q7rA85gUFQw7JtjaqweUUi8OEawXrUqE13BIJcaSfyy5W05oQ8Ugw5MYVVg35vrDhckuIF47WpkbiGQiPihQMN7TUVgZoIFwBrcg9rHEfFvzyjIMj2kKpZQrXx0UqDG51HO0ja0P49TIYi+N2suXybdO4yqbjlrPz4XKKxTG7flswisO9ZBdNup04y6ytlrNxIczowGXmyzMOLEbW3CUywk6AiKP9hqwCYFjVTQqelviolAEAADY5HUuS4polaENduFXE0sQwm2hDRrPqJgVP6zSOjwVCAEBGM5tgJV1JB+GJQXHNgiKTbTmrQc9AA+HyMKwhI49srWBtKmqbxkroghdHesluGgPtLQNECPGd1BVWZHdjb+i1gsRTYRBHC4QBuNwSsqnyvAQkhFVJJw73ki+bmoI6jdUP00C4Elx2MdnyMCsH6SbUE/qB1OIw+ZLR5im8QWPjvkjgcorJrhlzDJRbwzmumXgqDACaJuNKDFroPFUXViWdONxDfCNNy7TmFk1oIFwJLlcDck8JJyEmDvcSXw/X9RGsi9HCmnF9WIWj4rAG0gPxsokwAPFREYTtGbSQHtDYJkKggXBluBzCCRAAqE+FltBrBYnLvduJM/V8BOtiNOH7wguEI30GomIY94KkaOUIVlXQwqgovDVj4p7BK4HdjSs1Vj9MA+FKaEHutaGP+2TnNGCF7Hp4UxyVjAbgckvE0X6yXffqQ8+GYcEnz05wmSTrh+NQDIFKOqJd98JJjSqKODpANhC2arJ+WGPmaAw2OR3LsuKaIWhDfVrIkwBNLANM4bpUsiaoDDKa2aQUsrWC9akQshhG+risQrL1w3HSaW8+DGvIzBdHBwiaUJuCrk+H1nVPmhhmrSlk64dbNFk/TAPhKnA5RWSzo5VWNOjGnlBqBUUNnLHSPBUn/bTmw+UWi8M9BA3ItSBZgbFQagXFkX6yeVEAaI67GSFoYN0kiYMsM+oKpeueOEK4dAC0KgYaCFeByy0ViMrdwMC65NA2z4rDvVwe4RlhU3yVjAbgckuILxOGWi8jDvfwGigZ1aDvixAtrJtsCDFdJA73cnll0bMnGJo1KYZPA6Hdbn/mmWeeeOKJH/3oR5K0cAJy+PDhA5/Q2toaWyNJwuWWEq+XqUsJXe5Efd+cCA4fLtPYenjkEN89BqGnyomLQVKgYzauNhEG4PNKxSGS6QEAqEsJLVVOvJgcNJ4axRh//etf/+Y3v/mzn/0sJyfnb/7mbxZc9/HHHx/5hNra2pjbSQwut4RsNgxCHPdhWZIcg2QbS7ZM4epkxGpO7ZGihVFR6DNCwoHwphPnJ6AEnZ/HuxgtjIo2pKHmUA5GJC6GYQ9mEGSTXKNcmluBsLW1dfPmzWVlZQzDHDx48PLlywuuE0Xx+PHjR48eHRgguT4ce7icYml8EMvhnv2lBiH5Pml8kE3JInse77VJvCEt7sIggCE9V3bNKD4PQRs2pKKmyWDy9j77AAAgAElEQVTFIE+PIwPHJCZH1aSVuRZfW+lvwyQmI4NBnpkgaENInkHxeWTXrCE9N6omrcy1SdCmGG6N03p7eysqKm7/lOMW7v/q6upqaWlJT09/9tln77///qeffnr+qz6f75lnnrFYFh40wHHc4cOHF/xQlmWn02k0GtX5DaIPsqbN9LQzmQWkDCg2oKZJ08zsbDAKErtaISNvdjairphOpxOWkkGQXB7j11mV2VmSo4cowWTkz3S2soVVpAzIZ9DNWdPk7BzPgCzLK18sdbaizIIIxRAhF0e4SgvMzooEbYgSKLNwprPFUNmw+CVRFJ1OZ9ifoCBJwzDhNdsnnFZu9XAoD3QwGfmzTmdUTVqZC8NcVQLMzrqjcXOLxRL2H9xw4MCB733ve5IkGQwrJS9urwsePHjwscceWxAIDQbD9u3b09IWblxjWXaxZQzDcBwXbYmoiCG3BE0MEiw/yeHAzKJRgStMWP1icdzO55VF+OflPiG8t193so+XhB9HtYwhtwQcg1wZsdUBjoOiBOj1GWus8qp/YWli0JBbSvYfcd3J/l6FEpdiEHOKkWOQq9m25Kux8XI1ydDu4u7ODCIQjg8YckvI/iNuzBkeyo2WGBgm/NpPw5EjRwBgenr6ypUrt3+qrLhrePFkzmAwPPnkk0VFQZXsy7Ls9XoXTx81i1xQoTgGyRq8MV266TGty1j9P+0Zt1t27TNFZq3H4wl7eKVgaJsRt+aaLSSzs9FCKawUh3vIimFThtzpNW/JVlY1wztut9TfTdba1hlpaw5vsWgxIRYpxVXe1nNL/nlFURRFMQZ/+U0ZcofH8KBldc/gdwyaiyrJiqFlRvpOA6dBMdz68zU2Nh47dgxjDAADAwM2mw0A3G73iRMnAODMmTMvvfRS4MrJycnFNaXxDZdHvkRiQypqCm5VnPh6eLcTp5lQcjxGQQiUSJCuFdyQilpmgnIlxKsEHT7wyrgwUXOOTxW4XPKFoxtS0bXg1ozF4V6yG2m8EvS78PpkLYrhVjrUYrEcOnRo7969ZrNZFMXAwt7Zs2cPHTo0NDS0Y8eOd999d9++fRzHSZJ0OyiuEbi8MmGwm6wNG9PQL3qDyH44p7Ais8npMTBpOeJyB+Ft+LxScaQPFAUiyMNEyIY09O4AA7DKAiEWfPKMg8sitrYNcbqD8DZcVoE848B+L8FeLRvT0D91BNH2T1HEsQGyDacCzdU4Te5d/3RdcP/+/fv375//2gMPPDAycquh1PPPPx9Tu7QEa0sDrMjOadZKrH/+hlT0nUury10c6ia+YbZpCm8k2eU0uiCjmbWmSI4hA7kAE+SMUBzu5bKKyDZXuzaFN8Zj/fAtGJbLKhRH+/midaRMqEtFN2awpMDK3TtFxyBrTSXbXE3LxeSajM7ag8srFYdITgorbWjci2eFVS4Th3t50j1lrk7Ete8LZAiIiiHHAiyCodU2cYhDPVwe4Z4y1ybxxvidEYIGsqMJBshPQO2zq6SLxKEe4mdSXpvSrhhoIAwKPq+MbCBkEFQHcQyFOKiFGaFGtwqphRa21dclKy0zq0z1hKFuLr88NvYsx7XJuB8VlZIdFQHAhrTVt5aKQ91cPmnPQGeEeofLKyO+Kr4xFV1bLRAKQ91ku4xO+MAl4uIkjcpdFfh8wukBAKhPwc3Tq/yRxcFusukBrwS9c3F1OPNiuHzCQ2QA2Ji2er2MONTDEx0iKxiaNVw9QANhUHB5pcJgF1kbNqWjqxMryV0LxRGBZQCNil0luLxykXTxVJ1NaV55mVBRxNF+4sURlTbEx7WP4XJLxRHCp1RuTEVXVwuEAulcUZcTp5lQilbbqMS1SNWDyyqUZyexP5Tzb9Rm1RmhONTDZRMujrg6iTdpNfuhFmxyOsaK7AylyaPabEjFTVMr/Z3FcTtrSyNeHBHfeVEAYEwWNilFdAwStGFT+iozQnl2EgJFf+S4pm3PQANhcDAMl11IdmWoPhW1z2Bh+aGnFtaE1kIghMCaMdFJYVkidvhhheIpLawJrRExcPmExZBtBp6FAdeysVAc7OKpGFaEBsJg4fLLya6Kmw1QkoSuL38woThIeIEQ1sYkAAC4/DJhiGSqnEFQm4xXmAcQXxMCzfs+teDzy4kvE25KWyk7Kgz1EK+huzap6V1VNBAGC59XJtpJLxOuLPfBLp7ojNAlardzhLpwGhDDxhR8ZQUx2DvJpgdkDK3Ta2NUlFdGvoBgRc8gDnaS9QwAcHUSN2hYDDQQBgtXUE52EgAryh3LkjRu53JIbhVqnsI1KRrtHKEufEEF8UnAhlS8bPEUxuJQD9lsWPsMzrGgpDhstb0Q4qlRuOUZln1VHOohmycfcmMMkJdAA6H+4XJKpPFBLK62pz2aNKSjK8v4Pmmk35CajXiSVVlX1kYqDAAM6bmKe07xzBG0oT5ZWW5GKE2NIt5I9hhCjc8AVIRNSkEcL02NEbRh0/KeQfHMKe45sscQXtG8GGggDBbE8Yb0XHG0j6ANG9NQ0xSWlxK8MNjJFVQs8UIMuTKBG9M1LXfVQIjLLSE7D1hvw71z2LNUA3yRdJIcAK5M4IY1IgYALr9CtHcSNKAkCbklPL5UVbtg7+TyS4HonqbLmhcDDYQhwOeXk10ZSuYh24xuLtVOSQuFYZfWTiAMpMqJrgzxDKxPRk1L7agRBsnXD68pMfCkxYAAGtLQ5aUmheJgN5dHWAyXNS8GGghDgMsnLHcAaEhfWu6CvYvsjNArQbcT18Z1G5H58KQnAbB8qly0d/JExaBgaFozeXIA4PLLRQ14hiVT5cIgYTEAwNVJ0LgYaCAMAb6ggnitYOOSvk9RxNF+suXyzVO4yoaMJHfzxxSuoEIgHQgblxsVDRIeFXU6cZoJpWq1jYjq8AUVwsBNsjYsJwbR3skVkJwRjnrBK2m97SINhCHA5ZWJYwNYJnkuceNS4z5xbIBNTifbRuTKpNazH+rCZebLc9OKz03Qhs1LjYrkGQdiWNaaSsSkANpPhakLa0tDLCvPTBC0YclAqPjc8twMl5FPxKQAgdIBjauBBsIQQLzRkJYtjfQTtGFzOro6gZU7BS8M3OQLKwlZdIvLE3hzhsbVrioMw+eVkq2XqUtFXc6F9TLCQCdXQF4MW9aUGAC4gkrBTnJSWGZFLnFhvYxo7+TzywkeIg0Al/QgBhoIQ4MvqCArdxsPmWbUcWe9zC25E+WSY21NAiCQHSWaEAvUyzRPLRID0VQYrL0ZIdxaNyGZKkcAm9IWposEexfxsildiIEGwtDgCiuJrwxtzkCX7syBEJ8ReiXocuJ6rZ6xEiX4gkri9TJLiMFOWAwKhqsTWt83pjq8BtaMN2egS44FnqGDeK5IF0NkGghDQwur4lvS75A7liVxbIBsL8FrU3h9cpwfuLMYvpBwNgwANt8pBsBYsHdy+SQrZTpmcZZFuwfuRAmusFLo7wC8ynFIUWVL+sJRkWjvJBsIhz1YVHBRIg2E8QWXW0q8v8zmDHRxnu+TRvoMqVmINxE06ZJjjS0QAgCAISNPcTnJ9pdZKIapUcQZWWsKQZMuOvBmzc8AVIdNSkG8kWx/mQViUNxOxeMi21NGL56BBsLQQBxvyMwXh0meVt+QhlqmsfTJeUzCwE2+qIqgPQBw0aGD9XD1QYj4MmFNMhpw4znx1rdCfwcVAyn4wkqRqBiKEpGE8bDnViwUBm5yBRVke8pcnMBb9DAqooEwZPiiKrK+L5GDokTUOn2n3ImiF7mrDvHsqIGBDamf1s0T30oPa1oMVVpIld+eFAqk86IAcNGBt2bqIMrowEStwRdWCgMdZG3YmoEu3JZ7f7uxaB1BY2YFGHLj6jXTU2Y+fGGl2E9eDJ/6vv4OnqgYBAVap/CmNRsIyYuBme8Z+EKS6QEcSA/oQQw0EIaMNuR+KxBiwSdNjRlyigkac9GBG9IRqwO1qw9fVOXvaydrw5bboyJFEYa6yaYHmqdwuRUlGAiaQAyusEIY7AJFJmjD/CGySHrRpGsWW3mUSbLPR7DQQBgyXFah4pxSPC6CNtyWu2Dv5HKKEUvS8Vxw4K1rck0IANjkDMQw8tQ4QRu2ZqDz4xgAxNF+NjmDMVkIGnN+HG/NXKNiYEwJbHKGODpA0IYtGeiSAysY5KlxYBjWRvJUeB15BhoIQ4dhuPxystnRulTUO4ddIgh97WRTYaAruUcDvmgdWTGUWpFXxiMeEPpuGIsJi+H8ON62psVQJfSTzBCkmyDNhDpmsb//BvGyqfP68Qw0EIYDX7SObHaUY2BDKro4gYUB8lWC58eVbWt1EgAB39d3g6ABCGBbBjrvUISBDrJrQgBw3oHXuhiIBkIA2JaBLjiw2K8BMehnVEQDYTjwRevIyz0TnR/HQt8NsjPCvjnMIFSQoA+5RwO+aJ2f9JrxtkzmXEAMRGeEU34Y8+Lq5LUrBiPpITIAbMtE58axv7+dL15P0AyfDG3TOugpE4AGwnDgS9YL/e1ku0jclYk6BsaxLBvSsgmacW4c37WGZwAAwBdVicM9ZM8k2ZaJmobd0rSDI1o2dX4cb05HzBqWA5dbIk2NkT2T5K5MdHFMFId7yW6kuTqJ1yUjs07KpmggDAc2KQUZTdLEMEEbtmciob+d+JrQ2TUfCBFvMqRli0Mkeyxsy0CKvZ3LLweG5IGQ58aVNS4GYFg+v5zstvqNaYgf62bScsiey3Z2TE+egQbCMDEWrye7MpSfgDa62+dySWY/AODcON6uH7lHCZ60GGw87Bbap7OrCdoAt0ZFa92l8MXr/b0kxcAz8FncMZVJWAz68gxrXbVhwxet9xP1fQCw3dfemkByPdwr6WkZIHoYi9cLfdfJ2nCX0EFWDAqGCw49TQKiBF+8juyoCAC2+9tbEwn3lDk7jrdn6UYMNBCGCV9SLfSS9H1YEvNd/R8gknK/NIFrUnSzDBA9+JJqwqMijIunO95jSObJ26Zxthmlk+z9rgmMJdVC/w2yBQTFkzfeZUnmigZcWFRwaRINhPEOl1cqTY4SXBUX7TdxesGJSZ6UAQBwZgzv0M+gL3oY0nOx4JdnJ0kZII72M4m292atpAwAgDPjVAwAAExiMmOxSuN2UgbIMxM8Ft+cyyIYis+M4R1ZegouerJVUyDWwBeUC+Taa/l72qwVNV1O7BRXvzhKnKaBMABCxpJqoaeN1POFnraksmqX+OnJA7Hn9CgVwy340hqRXLrI39NqLqu2mZgbM+TEMIbv1pUYaCAMH76kRugl5vv8PdctZdWN6ejcOBm5Y4AzY4q+5B49+JIaP0Ex9LbxpTU7spjTY9T3kcdYUk1wmVDovc6X1NydhU6PkhSDvkZFNBCGj7Gkxt9DaNyHsdB3nS+u3pmFTo8qq18fBdpnsJVHuRY9yT16GEuq/QRnhL03+OLqu7PQKUK+b9iDZwW8bg1vpZ8PX0J0RtjbZiypvjsLkRoVzYnQ6dRZDR0NhOHDl1YLAx1EdlKLY3bGnMDa0u7OYk4RkvvJUbxTV4O+qMIVVkqOISJrxvLspOJzc1kF92QjUmI4NYrvzl7LO+nvgMsqwIIXz03H/tGKzyM5hrmCip3kxHBmDDekIV5XsUVXxmoMxpRgSM8VB7ti/2ihp5UvqQGAHVnoogOLJOaEp0bxPdnU9d0CsQa+oILImrG/p9VYWgsINaajzlkya8anxqgY5oEQV7QOkzikV+i7wRdUINawPhk5BTJrxqfGFN2JgQbCiDCW1fq7W2P/XH9Pq7G8DgBsPFTYPj2gPJacHMO7cnQm96hiLKsVegiIQehu5ctqAYBnYHM6OktiHnByFH9Gb74vqnAlNbKdQNNRobvVWF4PAAhgZzZzkkSq/OQo3pWjs8iiM3O1hrGsjkwg7G41ltYGvr4nG30cc7kPuLBPwpU26vs+hZgYelqNZZ+K4cRIrPMD037oceKGNCqGT+FLa5V+AvUy/u4Wsp7BL8OVCT31lAlAA2FEGMvqhJ5WUGLqeqTJUZAlQ0Ze4Ntd2ejjmPu+E6P4M3ob9EUbvrhaGOzCohDLhyqeOXlqjM8rC3y7K4eJve87NabclYkMVA7z4PJKYXZScTtj+VAsCsJQ9+0TSHZlo49HYi2G8w5cnYISuRg/NlKoeCOCSbQx1lRxuDeWD/V3twTyogHuyWZOj2E5toI/MYJ30VTYnSDeyOUUx7hu3t/VwpfU3O61vT0TNU1hd2zrtz4a0V8qLOowLMov98c2VS703eByihF/q7vPhjQ06MYOXyxN0KtnoPKNFFN5vb+rKZZP9Hc1G8s33P423QQFiehKbJcJPxqhC4RLYCyv93e3xPKJ/q6mwJpQALMBNqWhM7FdJvxoBN9LxbAIpmi9vyvGYmg2VnzqGVgEO2OeKv9oRNHjqEh/FmsNY8UGX2dzLJ/o72yaL3cA2J2DjscwBzLgwi4RV6dQ37cQY3m9vzPmo6KK+vk/2Z2Djg/HzvdN+6FrFm/RyUHksYQprvZ3XovlE/2dd4yKAGB3DhNLz+CT4aJDl/XDNBBGirE8psuE0sQwKPLtBcIAu3PRsRj6vuMj+N4cumlsCYyltcJgFxZilI1S3E55xsHn33H+6u7cmPq+E6PK9izEUUeyCCa7WJ52KK7Z2DwOC35hqNtYcsfpS7tz0bHh2Inh7DiuSUFJelsgBBoII4dJTGZTMoTBztg8zn/zmrFy44If3pvDnB3DQqxC4bFhfF8ujYNLgHgjn1cWsxYz/pvX+JJaYO74FN+Vidqm8WysSnaODeP7cqkbWQqG5Utr/V0xShf5e1r5/PLbC4QBNqSiCV/sdhMeG1Z06hmoglXAWLHR33E1Ns/y3bxqqlgYCJN5qEqOXdPRD2kgXB5j5caYJcR8N6+aFo2KTCxsy4zdytCHQ/h+KoZlMFXU+27GyDP4b15dsGICAAyCe3OYD2M1KdTvqEiXRmsNU9WmGMkdY39nk7Fy0+JX7s9FHwzFwvddn8EcA+VW6vuWxli5yRerUZH/5lVj1RJieCCX+SAmvm/Ijce8eBPdQbgMxqoGf6wCoe/mNdNSYrg/F30wFAsxzArQMqXXxus0EKqAsbxeGLgZg5UhYbCLTUpmk9MXv/RgHvN+TOT+/iB+gM4AlsdYvE6eHI3BypAyNYolkcsqXPzSA3kx8n0fDuP7chm6XLwcXE4xlkRpciTaD1LcTnlylCusWvzSg3nog6FYHBN8fETZnolMbPSfFAVoIFQBxJv4gooY1M37O64YqxqWfOnuLHR9Gs9Ef2Xo/SHloXzq+ZaHYY3ldTHIEIhdTcaqBkBL/C82paEJHx50R937vTeEqRhWxli5yd9+JdpP8XVcMZbXI9aw+KUyKzIboG066mJ4fwg/mK/XgKJXu7WGaV2jLwZyb79sWte45EtGFnZmow+jnB31y3BqDN+vz2WAmGGsavS3X472U6TOa8uJgUHwYB7zn4PR9X0KhveHlIfyaCBcCVNVg68j6mJYwTMAwEN56L0oiwEA3hvE+hUD9WjqYFq32dd+KaqPwH6vONhlLKtf7oKH85l3oyz3U2O4OhmlGqP6EN1jWt/oa78M0UxHYVmSeq+blkkPAMDD+SjaYrgyidONqDBRr74vNpiqGvydzdE9rA1jf/tl4/KB8OF89O5gdIfIXU7slaEuVa9ioIFQHbi8UuzzSBNRXAzwdVzli9cjftko9Gg+emcwuosB79iVRwuoZlbBkJaDjGZxuCd6j5D725n0XCbButwFD+czHw4rUjS93zt2/GiBXh1fzGASbYaMPCGa5/SKQ93InGBIy17ugvtzmfPj0W2897YdP5K/VJpeJ1CnphIImdY1+m5cjN4TfDcumtZvWeGCChuyGKBpMoqh8C073kN9XxCYqrd6r1+I3v2lzqvcUsXDt8kyQ1lSdM8of5uOioLDVL3FF00xeK+v4hkSOdiaGd2q8rftiq49A9Wxapiqt0ZR7hj7rl8wVa8kdwDYU4DetkfL93U78ayAG9J1LPeYYa7Z6muLou8TOy4bqpZNhQX4bCF6yx4t3zfuhfYZXTbTij2mmq3eaIrB13beXL115Wv2FDBvRc0zuCU4O4YfzNNxNNGx6VrDWNUg9N6I0iYKcagbGc0LOqstZm8h8+ZAtHzfmwN4TwEtlQ8KvqxOGrdHaROFNDECfq8ht3Tly/YWMm8ORMv3vW1XHshjeOo/goDPr8BeV5Q2USiuGckxyH9yIOVy7C1Ebw4oUVLD+0PK1kxddla7DRWyajAmC1+8Lkq1o97Wc+bau1a97DPZqGMWj3qjYQK8MaA8VkjjYFAg1mCsavC2nY/GzX1t5wxVjUtunJhPQzpyitA5GxXv95sB/FgRFUNwIGSq2eZrPReNe3vbLpiqGpfcODGfcitK5tElR1TE8EY/fqxQ36FE39ZrDVPtdm/LmWjc2dt82ly3fdXLOAYeyWd+06/+pHDKD5cn9J39iDHm2rt80RLDGW7d5lUvQwCPFaJf96vv+7wSfDis7KELhEFjroueZzhjCmKIDACfL0L/EQXPIGN4y658XuejIiplNTHXbfddv6B6qbQ0MaK4Zvji6tUvBfhCMXq9T325v2VX7stlzKuMOymfYqre6u9qxn6Vp+eKa0Yc7mVL61a/FOALxczRKIjh/SGlMR2l0V00QWOs2CgO9aqeKsd+r9DdYqpZZYEwwL5i5mif+qOi02M4P0H3u2hoIFQT1pZmyMhV/UQ6b9MpU92OVVNhAR7NZ86Oq99i5pe9eF+xvrUeYxhzIl9S7buuciGxt/mMaf1mZAhqQWZ3Dro5i4fUbjHzqz68r5i6jhBAHG9a16j6pNB7/QJfUs2YEoK5eEsGcorQPqOyGH7Zq3xR/2LQ/S+gNcwb7vE2nVL3nt7m05YNO4O8OJGD3TnMG6rmQJwinBhR9L4MEHvMG+7xNKsvBnPQYuAY2FvEvK7qPEBQ4M0B5Yt0VBQi5o071fcMTaeCFwMC+FIJ+kWvmmJQMLzeh/eX6F4M1LWpjGXjPd6WMypmR6XJUWlydMHB0ytzoBQd6VEzEL7Rr+zKYWy8irdcE5jrtvvbr6hYSKy4ZoX+jpU3jS3gt0qYI71qiuG9QVybgnItuvd9Mca0fqvQ36FidhT7vf6Oq+b6HcG/5UAJo65nODOG041QZdO9GGggVBk2JdOQkafi2SveqycsG3cCE0JT972FzKkxPOVXywR4rVt5olT3Wo89TIKVL1nvVa9c0HPtpKl66wrdhRbzYB5qn8EDLtXmAT/vVp4oo34jZBBvNK3frOKk0Nt6ji+pZixJwb9lexZyitCqXgPun/coj8eFGOLhd9AalsbdnsvH1bqb5/Jxc8PukN6SyMGjBcwvVJoHTPjg9Bh+rIhKJRzUFYP3ynFL470hvYVjYH8J8/NudXyfW4K37cr+EiqGcFDZM1z5KFQxIIAny9DPutTxDKICv+yNkyEyFbT6WDbt8rVdUKVcUBzsxoLPWBJUveh8nipn/qVTHbm/1qN8rpBJoPWiYWGu2yH0timumchvJU2OSI7h5c7hWoGnypl/Vcn3vd6n3JPNZJhUudmaw7iuURwfVGVnveKaEXrbzHUh5EUDPFXOvNqNVdla/45dqbKhkiQaCClLwSRYjeV1nmsnI7+V+8J7li0PBFkvOp+H81CPE99UYzP1yzeV366gOgkTxJtMtds9l45FfivPhQ/MDbtW3Tq9mB1ZyC/DRTU2U798UzlUEQ+OjwiINVgadnkufhj5rTyXjplqtyM+5CFJbQrKMMGxYRXE8EonjhvPECe/htawbHvYfe4/I7wJlkTPlY8sWx4I470GBn67gvl/NyOdBzRN4Qkf3E+PpI+AhK0Puc+/F+ldFMV94f2ErQ+F8VYE8NVK5p8jFkPPHG6Z0n0PEbIkbHvIfeG9yI/ocp9/L2FbOGIAgK+pIYZxLxwfUQ6UxokY4uTX0Brm6i3y1Kg4OhDJTbzNp/m8shVOV1mZr1UxL99UhMgE/4/tyteqGNpgNBKMZbVYEoW+G5HcxNdxmU1K4fJW6S+6HF+pREd6FJcYiQnwTx3KU+WMMYSyLcpCuLwyNjE5wrNLhd7rWJaMpav0F12Og+XMO3bFEVkt88udyr4ixqrn/qLzoYEwOjBswl2PuE+/Gck93KfeTLj7s2G/vcqGqlPQ6xGUzMyJ8Fq38rtVNAxGBkIJd3/Wdeo3kdzDFZkYci1oVw7zanf4YhAU+OcO5Q/WU48RKQl3f9Z16q1I7uA6/Wbijj1hrJgESOZhXzHzzx3hi0HB8H9uKF+PIzHEz2+iNRJ27PFcPq743OG9XRzslqbHg2m0vQJ/WM38/fXw5f5Kp/JAHkN3jEVOwtaHfNcvyM7p8N4uTQwL/e2WhnsjseGPqpm/bwu/SOJIj1KfiuJgxxhxLA27hf4bYR/iLTunfdcvWMLNiwb4w2rmH26Ef27zW3YlwwxbMuJHDDQQRgvWlmZav9l95p3w3j730a8Sd+4NafvgYj5fxIx44Px4ON5PxvC3rcqf1FKFqABjSbRsutd96o3w3u468euEux5BXEQdDe7LRQyC9wbDDIU/blH+pJZmRVUAcXzCXY+4ThwN7+3uk29YGu5lzImR2NCYjgoTIeymxD9uUf6kJq48Q1z9Mlojafd+18e/xlLIKzPy1LjvxqWEHY9GaACL4E/rmJeaw5H70X7ItsD2zPgZ9JElcfcXXWfeDmNTjeKa9Vw+nviZz0duw3+tZ15qksN443tDWMLwiJ6PINcUiZ/5vOfy8TC6zGC/13X27cR7vxS5DX9Rz7zUHE6G4Pw47ndBnO0ljatfRmtw+WVcbokn9IrBuQ+PJGx/NMJBX4CvVTLnxpXmqdAEr2D4783w3zbQGYBqGNJzTVUNYawUzn30uqVhF2tNjdyGJ0qZfhecGg3Z+71wVf6rDbRkSjVYa6pl0665j14P9Y2uk2+YqhoM6TmR25gTOqcAAAtXSURBVPC5QkZS4O3Qj61/4ar8rXrGEF+hI75+G+1hfeSQ8/3XsBjCYRDS5Ijn2sdJu1UY9AGAxQDfqme/dzm0SeF/DHFmAzxKZwCqYn3ooOujoyEtG8tz0+6z7yQ98LgqBnAMfHcT893LoU0K3x3EUz6Im0J5jZD04OPus+/IcyEsGys+99xHR60PHVTFAATwXAPz3UtySLPCs+O4dRq+WhlvYoi330dr8IWVfNG6kNYDnG++nLhrH5NgVcuGr69nmqbwx0HPA/wy/PUN04shNzChrIIhq8BUs3Xu/X8P/i3Od/41YeuDbHKGWjYcqmDGvfCbgWAHRjKGb1+Qf7CFYemgSFXY5IyELQ843/234N8y9/5r5tq7DFkFatnwhWLGyMLPgq4lxgB/cV5+riEOt9DQQBh1bI99be74r+QZRzAX+zub/P031JoOBjCx8NIW5pkzcpBFYj9sVmpsyr1hbl+krIR1z1fc5/9TGh8M5mLB3ulrPZf00JMqGsAi+Ml29s/OKd7gzkf5hxtKmhG+QDvNRoGkhw/6Ws4K9s5gLpbG7O7z71n3PK2iAQjgx3exf3lRcQZXxvBvXYpfhrjpJjOfOPyVtIYhLSdx177pI3+3ajsJLPimj/xdypf+S4T1gYs5UMpkW+CHLatHwhsz+G/b5BdrPeoaQAnAWlOsD395+rWfrC4GWZp+7ae2x35XlaXi+TyUhxrT0fevrp4g7Xfh56/I/+vuuBv/awPGnGjb+zvTr/109VPbFGX6339qffjLrDVFXRu2Z6LPFqBvnV9dDONe+NZ5+R92snG5VkwDYSxIuv+3lLlZ18lVqudnXv/ffPF6U01EeweX4//ew/5tq3xhxYaTXgkOHpf/ejObb1H5GGvKbQK7YpwfvLbyZc63XjakZFg23xcNGw7vYP+tC6/ccFJU4KmP5L+oZ9clx6Pn0waWLfcbUjKcb7288mXO918D1pC4c280bPjhNva9IfzrFY/yVjA8fUL6nSpmc3p8imFhIHzllVfGx8cXX2e325955pknnnjiRz/6kSSpdursGgGxhtSn/2ru/df8N68td43r5BtC3/WU/X8YJRsKEtA/7mT3fyDb3Uu7PwXD107K1cno99bR4VE0QSj10Lfdp970tpxd7hLPxQ+8TadTDv55lEzIMMG/7GK/fFzqXL4t+x+fkVN49Od1VAzRJeXJP/M2nVqhE7e35Yz7zFupT30r7FYyK2Pl4N/vY//glLxCbflfXpS9MjzXEL+5AfwJHo/n2WefzcvLa2trw3eiKMqePXu6urpkWX711VdfeOGFBRcUFhb29fXh4JAkaWxsLMiL4wlfV/PQdx73tl9e/NLcyd8MP3dInByNtg0/aZErjojdTmXBzwUZf+WEtOtN0SthjLHD4RAEIdrGrGX8AzeHvvO4p/n04pfcFz4Y/u6Twmj/Cm93Op1zc3MR2vBPHXLRz8Xr0wvFICn4j89Im4+KTiqBcBEEweFwBHvxaP/wd590X/hg8UueptND33ncP3BTVeuW4Bc9cu6r4mXHQjEoGH/nolTzS3HCF20TSMI+99xzgYgoSZLNZrNarTU1NRkZd1Sptba2zszMfPGLX0QI1dXV/eQnP3niiSfmX/DTn/70q1/9anJycpCh1+v1JiQkqBTKdYMhNYsvXj/9ry8prlk+vyxwzrg0OTrzq//pazuX/o0fhN1fO3juykQcA099JNt4VJuCApuBzozhx4/JBgb96gGDxQAA4PF4TCYTy8bvAJA0rC3NVLlx6tX/IU+NcfnljNEMAPLMxOyv/9Fz8f30r/+Ayypc4e2CICCEeD6iteRNaSjDBE8ck3kGbUhFHAMAcGUCHzwuTwvwm4cNNpWXqtcQiqL4/X6LxRLMxWyizbR+y8wv/k4c7uPzyxmTBQDkuWnnWy+7Pjqa8fvP8wUVUbYXqlNQmRUePyYrGG1MQzwLANA6jZ8+IXfMwruPGNLj+hBKhO9ctH/uuecOHDhQXX3HSbBvvPGG0+l86qmnAt8eOHDgyJEj8y/IyMjIzs5e/LHkOO7NNxc2npZleXp6Oj09XZ3fQG9g96x0/Bfy9XPIlg6KDF4X23Cf4e7Pg9oFMivQMsv+4LrxwqShOEGZEhiewX9a5X+iULideZmamkpKSuK4eOktr1Ww1yWf+JXcchpZUzHG4J5hN+xi79mHjOaV3+hyuRBCqowmb84xL143n3SwxQnKrIgA0B+V+75SIsRlTUTMEEVxbm4uNTWENgjY75VPHpWbTkBCMkIIO6fY+p3sZ76I1K6WWoF+D/Nim+mDMUORRXHLyCejb5T7f7/Ur4vt81arNeyhoeHAgQPf+973amtXOtFDkiSDYaXjQE0m0/e///2srKwFP2cYxmazLfihLMuB2Wd4Fusemw2+/OdYFOSJYWBYQ0ZuhA1Fw2CnDd4phGk/9LnYFCMUJyIAM8CnzlcURZvNRgNh1LHZ4PFn8Je+IU8MAwCbkRfkubsMwyCEEhNVcJFbbPAf+TArQK+LTeKgNAnQnWKghIEoigAQopezwZe+gb/we7JjCADY9FxkiPUHsN4GR3JgToSeOdZigLIkYJAJQB+TwUgyWIYFc7slycjIuHLlyu1vFWVhfRHDMI2NjUVFRcE8kmEYjuPWupPlOCiMerpjZTI5yFzGkXKfEFuL1iocBwXlIb6DQwip+A9K5yB9zS1WRJcwP0Ghi0F1UjlIDSqnGz+sNON1u90nTpwAgMbGxmPHjgWSqAMDA2t3MkehUCiUuGNhHsZoNN5Os549e/bQoUNDQ0MWi+XQoUN79+41m82iKB4+fDjmdlIoFAqFEhUWFsuER1FR0ccffxxkanRubu6NN9748pe/HPlzKVHil7/85a5duxYUD1O0w4ULFxiG2bx5M2lDKEvjcDhOnDixf/9+0oZQgoJAMZDD4fj2t78d++dSgue5557r7+8nbQVlWY4ePXr0aJgnu1JiQG9v7/PPP0/aCkqw6KEqlkKhUCiUqEEDIYVCoVDWNDQQUigUCmVNE9Tu3VWRZfn8+fN9fX3BXDwyMiIIQmBjBkWbeDyeK1euuN0hnKVOiSUDAwMMw9APkWa5cePG7e1nlNhQW1ublpYW3nvVqRr98Y9/fPToUYYJan6pKMrc3BzdjKhl5ubmLBYL7TWqWbxeLwCYzbT/i0aRZdnj8SQlJZE2ZA3x4osv3nPPPeG9V51ASKFQKBSKTqFrhBQKhUJZ09BASKFQKJQ1DQ2EFAqFQlnT0EBIoVAolDWNOtsngsdut//whz8cHx/fsmXLN7/5zZWPOaQQ4fDhwydPngx8vepZlZRY8sorrzz66KOZmZmBb+mnSYMs+B/RT5M+wDFEUZQ9e/Z0dXXJsvzqq6++8MILsXw6JUj2799P2gTKQjwez7PPPpuXl9fW1hb4Cf00aY3F/yNMP006IaZDyNbW1s2bN5eVlQHAwYMH9+3bF8unU4JEFMXjx4/PzMw0NjYWFhaSNodyi8997nPzd3bST5MGWfA/Avpp0gkxXSPs7e2tqPj0WHZ6ALo26erqamlp8Xq9zz777CuvvELaHAoAgNls3rZt2/yf0E+T1lj8PwL6adIJMZ0RSpJElzG0T2tra+CLgwcPPvbYY08//TRZeyhLQj9NuoB+mnRBTGeEGRkZY2Njt79VFCWWT6eEgdFoJG0CZWnop0l30E+TZolpIGxsbDx27BjGGAAGBgZou1ENcubMmZdeeinw9eTkpCRJZO2hLAf9NGkf+mnSCzFNrVgslkOHDu3du9dsNouiePjw4Vg+nRIMO3bsePfdd/ft28dxnCRJtz/GFC1gNBp5ng98TT9N2mT+/4h+mvQCbbpNoVAolDUN7SxDoVAolDXN/weSAH+AKjCvQgAAAABJRU5ErkJggg==", - "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", - "0\n", - "\n", - "\n", - "5\n", - "\n", - "\n", - "10\n", - "\n", - "\n", - "15\n", - "\n", - "\n", - "-1.0\n", - "\n", - "\n", - "-0.5\n", - "\n", - "\n", - "0.0\n", - "\n", - "\n", - "0.5\n", - "\n", - "\n", - "1.0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "y1\n", - "\n", - "\n", - "\n", - "y2\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", - "0\n", - "\n", - "\n", - "5\n", - "\n", - "\n", - "10\n", - "\n", - "\n", - "15\n", - "\n", - "\n", - "-1.0\n", - "\n", - "\n", - "-0.5\n", - "\n", - "\n", - "0.0\n", - "\n", - "\n", - "0.5\n", - "\n", - "\n", - "1.0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "y1\n", - "\n", - "\n", - "\n", - "y2\n", - "\n", - "\n" - ] - }, - "metadata": {}, - "execution_count": 5 - } - ], - "cell_type": "code", - "source": [ - "using Plots\n", - "x = range(0, stop=6π, length=1000)\n", - "y1 = sin.(x)\n", - "y2 = cos.(x)\n", - "plot(x, [y1, y2])" - ], - "metadata": {}, - "execution_count": 5 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Custom processing\n", - "\n", - "It is possible to give Literate custom pre- and post-processing functions.\n", - "For example, here we insert two placeholders, which we will replace with\n", - "something else at time of generation. We have here replaced our placeholders\n", - "with `z` and `1.0 + 2.0im`:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "1.0 + 2.0im" - }, - "metadata": {}, - "execution_count": 6 - } - ], - "cell_type": "code", - "source": [ - "z = 1.0 + 2.0im" - ], - "metadata": {}, - "execution_count": 6 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Documenter.jl interaction\n", - "\n", - "In the source file it is possible to use Documenter.jl style references,\n", - "such as `@ref` and `@id`. These will be filtered out in the notebook output.\n", - "For example, here is a link, but it is only\n", - "visible as a link if you are reading the markdown output. We can also\n", - "use equations:\n", - "\n", - "\\begin{equation}\n", - "\\int_\\Omega \\nabla v \\cdot \\nabla u\\ \\mathrm{d}\\Omega = \\int_\\Omega v f\\ \\mathrm{d}\\Omega\n", - "\\end{equation}\n", - "\n", - "using Documenters math syntax. Documenters syntax is automatically changed to\n", - "`\\begin{equation} ... \\end{equation}` in the notebook output to display correctly." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "*This notebook was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*" - ], - "metadata": {} - } - ], - "nbformat_minor": 3, - "metadata": { - "language_info": { - "file_extension": ".jl", - "mimetype": "application/julia", - "name": "julia", - "version": "0.7.0-beta.222" - }, - "kernelspec": { - "name": "julia-0.7", - "display_name": "Julia 0.7.0-beta.222", - "language": "julia" - } - }, - "nbformat": 4 -} diff --git a/release-0.3/generated/example.jl b/release-0.3/generated/example.jl deleted file mode 100644 index b278c4e..0000000 --- a/release-0.3/generated/example.jl +++ /dev/null @@ -1,24 +0,0 @@ -x = 1//3 -y = 2//5 - -x + y - -x * y - -function foo() - println("This string is printed to stdout.") - return [1, 2, 3, 4] -end - -foo() - -using Plots -x = range(0, stop=6π, length=1000) -y1 = sin.(x) -y2 = cos.(x) -plot(x, [y1, y2]) - -z = 1.0 + 2.0im - -# This file was generated using Literate.jl, https://github.com/fredrikekre/Literate.jl - diff --git a/release-0.3/generated/notebook.ipynb b/release-0.3/generated/notebook.ipynb deleted file mode 100644 index 616e7ce..0000000 --- a/release-0.3/generated/notebook.ipynb +++ /dev/null @@ -1,100 +0,0 @@ -{ - "cells": [ - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "# Rational numbers\n", - "\n", - "In julia rational numbers can be constructed with the `//` operator.\n", - "Lets define two rational numbers, `x` and `y`:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "1//3" - }, - "metadata": {}, - "execution_count": 1 - } - ], - "cell_type": "code", - "source": [ - "x = 1//3" - ], - "metadata": {}, - "execution_count": 1 - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//5" - }, - "metadata": {}, - "execution_count": 2 - } - ], - "cell_type": "code", - "source": [ - "y = 2//5" - ], - "metadata": {}, - "execution_count": 2 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "When adding `x` and `y` together we obtain a new rational number:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "11//15" - }, - "metadata": {}, - "execution_count": 3 - } - ], - "cell_type": "code", - "source": [ - "z = x + y" - ], - "metadata": {}, - "execution_count": 3 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "*This notebook was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*" - ], - "metadata": {} - } - ], - "nbformat_minor": 3, - "metadata": { - "language_info": { - "file_extension": ".jl", - "mimetype": "application/julia", - "name": "julia", - "version": "0.7.0-beta.222" - }, - "kernelspec": { - "name": "julia-0.7", - "display_name": "Julia 0.7.0-beta.222", - "language": "julia" - } - }, - "nbformat": 4 -} diff --git a/release-0.3/generated/outputformats.jl b/release-0.3/generated/outputformats.jl deleted file mode 100644 index fa53a34..0000000 --- a/release-0.3/generated/outputformats.jl +++ /dev/null @@ -1,6 +0,0 @@ -x = 1//3 - -y = 2//5 - -z = x + y - diff --git a/release-0.3/index.html b/release-0.3/index.html deleted file mode 100644 index 19e53bb..0000000 --- a/release-0.3/index.html +++ /dev/null @@ -1,2 +0,0 @@ - -1. Introduction · Literate.jl

        1. Introduction

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

        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 wants to RTFM, others want to explore the package interactively in, for example, a notebook, and some people wants 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/release-0.3/outputformats.html b/release-0.3/outputformats.html deleted file mode 100644 index 74cfd45..0000000 --- a/release-0.3/outputformats.html +++ /dev/null @@ -1,38 +0,0 @@ - -4. Output Formats · Literate.jl

        4. Output Formats

        4. Output Formats

        When the source is parsed, and have 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`:
        -
        -x = 1//3
        -#-
        -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

        The (default) markdown output of the source snippet above is as follows

        ```@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
        -```

        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.

        Some of the output rendering can be controlled with keyword arguments to Literate.markdown:

        Literate.markdownFunction.
        Literate.markdown(inputfile, outputdir; kwargs...)

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

        Keyword arguments:

        • name: name of the output file, excluding .md. name is also used to name all the @example blocks, and to replace @__NAME__. Defaults to the filename of inputfile.
        • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.
        • documenter: boolean that tells if the output is intended to use with Documenter.jl. Defaults to true. See the the manual section on Interaction with Documenter.
        • codefence: A Pair of opening and closing code fence. Defaults to
          "```@example $(name)" => "```"
          if documenter = true and
          "```julia" => "```"
          if documenter = false.
        source

        4.2. Notebook Output

        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. Some of the output rendering can be controlled with keyword arguments to Literate.notebook:

        Literate.notebookFunction.
        Literate.notebook(inputfile, outputdir; kwargs...)

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

        Keyword arguments:

        • name: name of the output file, excluding .ipynb. name is also used to replace @__NAME__. Defaults to the filename of inputfile.
        • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.
        • execute: a boolean deciding if the generated notebook should also be executed or not. Defaults to true. The current working directory is set to outputdir when executing the notebook.
        • documenter: boolean that says if the source contains Documenter.jl specific things to filter out during notebook generation. Defaults to true. See the the manual section on Interaction with Documenter.
        source

        4.3. Script Output

        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. Some of the output rendering can be controlled with keyword arguments to Literate.script:

        Literate.scriptFunction.
        Literate.script(inputfile, outputdir; kwargs...)

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

        Keyword arguments:

        • name: name of the output file, excluding .jl. name is also used to replace @__NAME__. Defaults to the filename of inputfile.
        • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.
        • documenter: boolean that says if the source contains Documenter.jl specific things to filter out during script generation. Defaults to true. See the the manual section on Interaction with Documenter.
        • keep_comments: boolean that, if set to true, keeps markdown lines as comments in the output script. Defaults to false.
        source
        diff --git a/release-0.3/outputformats.jl b/release-0.3/outputformats.jl deleted file mode 100644 index 9dbdad1..0000000 --- a/release-0.3/outputformats.jl +++ /dev/null @@ -1,12 +0,0 @@ -# # 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 diff --git a/release-0.3/pipeline.html b/release-0.3/pipeline.html deleted file mode 100644 index f2071db..0000000 --- a/release-0.3/pipeline.html +++ /dev/null @@ -1,29 +0,0 @@ - -3. Processing pipeline · Literate.jl

        3. Processing pipeline

        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
        -                                                                         <- code
        -x = 1 // 3                                                               <- code
        -y = 2 // 5                                                               <- code
        -                                                                         <- 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                                                     ┐
        -#                                                                        │
        -# In julia rational numbers can be constructed with the `//` operator.   │ markdown
        -# Lets define two rational numbers, `x` and `y`:                         ┘
        -                                                                         ┐
        -x = 1 // 3                                                               │
        -y = 2 // 5                                                               │ code
        -                                                                         ┘
        -# 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
        -
        -In julia rational numbers can be constructed with the `//` operator.
        -Lets define two rational numbers, `x` and `y`:

        Chunk #2:

        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.

        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 describe 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/release-0.3/search.html b/release-0.3/search.html deleted file mode 100644 index 674f80b..0000000 --- a/release-0.3/search.html +++ /dev/null @@ -1,2 +0,0 @@ - -Search · Literate.jl

        Search

        Search

        Number of results: loading...

          diff --git a/release-0.3/search_index.js b/release-0.3/search_index.js deleted file mode 100644 index ed8b248..0000000 --- a/release-0.3/search_index.js +++ /dev/null @@ -1,307 +0,0 @@ -var documenterSearchIndex = {"docs": [ - -{ - "location": "index.html#", - "page": "1. Introduction", - "title": "1. Introduction", - "category": "page", - "text": "" -}, - -{ - "location": "index.html#**1.**-Introduction-1", - "page": "1. Introduction", - "title": "1. Introduction", - "category": "section", - "text": "Welcome to the documentation for Literate – a simplistic package for Literate Programming." -}, - -{ - "location": "index.html#What?-1", - "page": "1. Introduction", - "title": "What?", - "category": "section", - "text": "Literate is a package that generates markdown pages (for e.g. Documenter.jl), and Jupyter notebooks, from the same source file. There is also an option to \"clean\" the source from all metadata, and produce a pure Julia script.The main design goal is simplicity. It should be simple to use, and the syntax should be simple. In short, all you have to do is to write a commented julia script!The public interface consists mainly of three functions, all of which take the same script file as input, but generate different output:Literate.markdown: generates a markdown file\nLiterate.notebook: generates an (optionally executed) notebook\nLiterate.script: generates a plain script file, removing all metadata and special syntax." -}, - -{ - "location": "index.html#Why?-1", - "page": "1. Introduction", - "title": "Why?", - "category": "section", - "text": "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 wants to RTFM, others want to explore the package interactively in, for example, a notebook, and some people wants 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." -}, - -{ - "location": "fileformat.html#", - "page": "2. File Format", - "title": "2. File Format", - "category": "page", - "text": "" -}, - -{ - "location": "fileformat.html#**2.**-File-Format-1", - "page": "2. File Format", - "title": "2. File Format", - "category": "section", - "text": "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." -}, - -{ - "location": "fileformat.html#Syntax-1", - "page": "2. File Format", - "title": "2.1. Syntax", - "category": "section", - "text": "The basic syntax is simple:lines starting with # are treated as markdown,\nall other lines are treated as julia code.Leading whitespace is allowed before #, but it will be removed when generating the output. Since #-lines is 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\n#\n# In julia rational numbers can be constructed with the `//` operator.\n# Lets define two rational numbers, `x` and `y`:\n\nx = 1//3\ny = 2//5\n\n# When adding `x` and `y` together we obtain a new rational number:\n\nz = x + yIn 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).\nThe 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:#md, #nb, #jl, #src: tags to filter lines, see Filtering Lines,\n#-: tag to manually control chunk-splits, see Custom control over chunk splits.There is also some default convenience replacements that will always be performed, see Default Replacements." -}, - -{ - "location": "fileformat.html#Filtering-Lines-1", - "page": "2. File Format", - "title": "2.2. Filtering Lines", - "category": "section", - "text": "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,\n#nb: line exclusive to notebook output,\n#jl: line exclusive to script output,\n#src: line exclusive to the source code and thus filtered out unconditionally.Lines starting with one of these tokens are filtered out in the preprocessing step.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\n#md # Literate.markdown\n#md # Literate.notebook\n#md # Literate.markdown\n#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 simple 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\n@test result == expected_result #src" -}, - -{ - "location": "fileformat.html#Default-Replacements-1", - "page": "2. File Format", - "title": "2.3. Default Replacements", - "category": "section", - "text": "The following convenience \"macros\" are always expanded:@__NAME__\nexpands to the name keyword argument to Literate.markdown, Literate.notebook and Literate.script (defaults to the filename of the input file).\n@__REPO__ROOT_URL__\nexpands to https://github.com/$(ENV[\"TRAVIS_REPO_SLUG\"])/blob/master/ and is a convenient way to use when you want to link to files outside the doc-build directory. For example @__REPO__ROOT_URL__src/Literate.jl would link to the source of the Literate module.\n@__NBVIEWER_ROOT_URL__\nexpands to https://nbviewer.jupyter.org/github/$(ENV[\"TRAVIS_REPO_SLUG\"])/blob/gh-pages/$(folder)/ where folder is the folder that Documenter.deploydocs deploys too. This can be used if you want a link that opens the generated notebook in http://nbviewer.jupyter.org/." -}, - -{ - "location": "pipeline.html#", - "page": "3. Processing pipeline", - "title": "3. Processing pipeline", - "category": "page", - "text": "" -}, - -{ - "location": "pipeline.html#**3.**-Processing-pipeline-1", - "page": "3. Processing pipeline", - "title": "3. Processing pipeline", - "category": "section", - "text": "The generation of output follows the same pipeline for all output formats:Pre-processing\nParsing\nDocument generation\nPost-processing\nWriting to file" -}, - -{ - "location": "pipeline.html#Pre-processing-1", - "page": "3. Processing pipeline", - "title": "3.1. Pre-processing", - "category": "section", - "text": "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." -}, - -{ - "location": "pipeline.html#Parsing-1", - "page": "3. Processing pipeline", - "title": "3.2. Parsing", - "category": "section", - "text": "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\n# <- markdown\n# In julia rational numbers can be constructed with the `//` operator. <- markdown\n# Lets define two rational numbers, `x` and `y`: <- markdown\n <- code\nx = 1 // 3 <- code\ny = 2 // 5 <- code\n <- code\n# When adding `x` and `y` together we obtain a new rational number: <- markdown\n <- code\nz = x + y <- codeIn 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 ┐\n# │\n# In julia rational numbers can be constructed with the `//` operator. │ markdown\n# Lets define two rational numbers, `x` and `y`: ┘\n ┐\nx = 1 // 3 │\ny = 2 // 5 │ code\n ┘\n# When adding `x` and `y` together we obtain a new rational number: ] markdown\n ┐\nz = x + y ┘ codeIn 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\n\nIn julia rational numbers can be constructed with the `//` operator.\nLets define two rational numbers, `x` and `y`:Chunk #2:x = 1 // 3\ny = 2 // 5Chunk #3:When adding `x` and `y` together we obtain a new rational number:Chunk #4:z = x + yIt is then up to the Document generation step to decide how these chunks should be treated." -}, - -{ - "location": "pipeline.html#Custom-control-over-chunk-splits-1", - "page": "3. Processing pipeline", - "title": "Custom control over chunk splits", - "category": "section", - "text": "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\ny = 2 // 5\n#-\nz = x + yThe example above would result in two consecutive code-chunks.tip: Tip\nThe 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." -}, - -{ - "location": "pipeline.html#Document-generation-1", - "page": "3. Processing pipeline", - "title": "3.3. Document generation", - "category": "section", - "text": "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 describe 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),\nNotebook output: markdown chunks are printed in markdown cells, code chunks are put in code cells,\nScript output: markdown chunks are discarded, code chunks are printed as-is." -}, - -{ - "location": "pipeline.html#Post-processing-1", - "page": "3. Processing pipeline", - "title": "3.4. Post-processing", - "category": "section", - "text": "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." -}, - -{ - "location": "pipeline.html#Writing-to-file-1", - "page": "3. Processing pipeline", - "title": "3.5. Writing to file", - "category": "section", - "text": "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." -}, - -{ - "location": "outputformats.html#", - "page": "4. Output Formats", - "title": "4. Output Formats", - "category": "page", - "text": "" -}, - -{ - "location": "outputformats.html#Output-Formats-1", - "page": "4. Output Formats", - "title": "4. Output Formats", - "category": "section", - "text": "When the source is parsed, and have been processed it is time to render the output. We will consider the following source snippet:import Markdown\nMarkdown.parse(\"```julia\\n\" * rstrip(read(\"outputformats.jl\", String)) * \"\\n```\")and see how this is rendered in each of the output formats." -}, - -{ - "location": "outputformats.html#Literate.markdown", - "page": "4. Output Formats", - "title": "Literate.markdown", - "category": "function", - "text": "Literate.markdown(inputfile, outputdir; kwargs...)\n\nGenerate a markdown file from inputfile and write the result to the directoryoutputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .md. name is also used to name all the @example blocks, and to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that tells if the output is intended to use with Documenter.jl. Defaults to true. See the the manual section on Interaction with Documenter.\ncodefence: A Pair of opening and closing code fence. Defaults to\n\"```@example $(name)\" => \"```\"\nif documenter = true and\n\"```julia\" => \"```\"\nif documenter = false.\n\n\n\n\n\n" -}, - -{ - "location": "outputformats.html#Markdown-Output-1", - "page": "4. Output Formats", - "title": "4.1. Markdown Output", - "category": "section", - "text": "The (default) markdown output of the source snippet above is as followsimport Markdown\nfile = joinpath(@__DIR__, \"../src/generated/name.md\")\nstr = \"````markdown\\n\" * rstrip(read(file, String)) * \"\\n````\"\nrm(file)\nMarkdown.parse(str)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.Some of the output rendering can be controlled with keyword arguments to Literate.markdown:Literate.markdown" -}, - -{ - "location": "outputformats.html#Literate.notebook", - "page": "4. Output Formats", - "title": "Literate.notebook", - "category": "function", - "text": "Literate.notebook(inputfile, outputdir; kwargs...)\n\nGenerate a notebook from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .ipynb. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\nexecute: a boolean deciding if the generated notebook should also be executed or not. Defaults to true. The current working directory is set to outputdir when executing the notebook.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during notebook generation. Defaults to true. See the the manual section on Interaction with Documenter.\n\n\n\n\n\n" -}, - -{ - "location": "outputformats.html#Notebook-Output-1", - "page": "4. Output Formats", - "title": "4.2. Notebook Output", - "category": "section", - "text": "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. Some of the output rendering can be controlled with keyword arguments to Literate.notebook:Literate.notebook" -}, - -{ - "location": "outputformats.html#Literate.script", - "page": "4. Output Formats", - "title": "Literate.script", - "category": "function", - "text": "Literate.script(inputfile, outputdir; kwargs...)\n\nGenerate a plain script file from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .jl. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during script generation. Defaults to true. See the the manual section on Interaction with Documenter.\nkeep_comments: boolean that, if set to true, keeps markdown lines as comments in the output script. Defaults to false.\n\n\n\n\n\n" -}, - -{ - "location": "outputformats.html#Script-Output-1", - "page": "4. Output Formats", - "title": "4.3. Script Output", - "category": "section", - "text": "The (default) script output of the source snippet above is as followsimport Markdown\nfile = joinpath(@__DIR__, \"../src/generated/outputformats.jl\")\nstr = \"```julia\\n\" * rstrip(read(file, String)) * \"\\n```\"\nrm(file)\nMarkdown.parse(str)We note that lines starting with # are removed and only the code lines have been kept. Some of the output rendering can be controlled with keyword arguments to Literate.script:Literate.script" -}, - -{ - "location": "customprocessing.html#", - "page": "5. Custom pre- and post-processing", - "title": "5. Custom pre- and post-processing", - "category": "page", - "text": "" -}, - -{ - "location": "customprocessing.html#Custom-pre-and-post-processing-1", - "page": "5. Custom pre- and post-processing", - "title": "5. Custom pre- and post-processing", - "category": "section", - "text": "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) accepts 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.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\n# This example was generated DATEOFTODAY\n\nx = 1 // 3where DATEOFTODAY is a placeholder, to make it easier for our preprocess function to find the location. Now, lets define the preprocess function, for examplefunction update_date(content)\n content = replace(content, \"DATEOFTODAY\" => Date(now()))\n return content\nendwhich 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)" -}, - -{ - "location": "documenter.html#", - "page": "6. Interaction with Documenter.jl", - "title": "6. Interaction with Documenter.jl", - "category": "page", - "text": "" -}, - -{ - "location": "documenter.html#Interaction-with-Documenter-1", - "page": "6. Interaction with Documenter.jl", - "title": "6. Interaction with Documenter.jl", - "category": "section", - "text": "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 lets take a look at what will happen if we set documenter = true:" -}, - -{ - "location": "documenter.html#[Literate.markdown](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.markdown:", - "category": "section", - "text": "The default code fence will change from\n```julia\n# code\n```\nto Documenters @example blocks:\n```@examples $(name)\n# code\n```\nThe following @meta block will be added to the top of the markdown page, which redirects the \"Edit on GitHub\" link on the top of the page to the source file rather than the generated .md file:\n```@meta\nEditURL = \"$(relpath(inputfile, outputdir))\"\n```" -}, - -{ - "location": "documenter.html#[Literate.notebook](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.notebook:", - "category": "section", - "text": "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 notebook.\nDocumenter style markdown math\n```math\n\\int f dx\n```\nis replaced with notebook compatible\n\\begin{equation}\n\\int f dx\n\\end{equation}" -}, - -{ - "location": "documenter.html#[Literate.script](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.script:", - "category": "section", - "text": "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." -}, - -{ - "location": "generated/example.html#", - "page": "7. Example", - "title": "7. Example", - "category": "page", - "text": "EditURL = \"https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl\"" -}, - -{ - "location": "generated/example.html#**7.**-Example-1", - "page": "7. Example", - "title": "7. Example", - "category": "section", - "text": "This is an example generated with Literate based on this source file: example.jl. You are seeing the html-output which Documenter have generated based on a markdown file generated with Literate. The corresponding notebook can be found 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." -}, - -{ - "location": "generated/example.html#Basic-syntax-1", - "page": "7. Example", - "title": "Basic syntax", - "category": "section", - "text": "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\ny = 2//5In 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 + yx * y" -}, - -{ - "location": "generated/example.html#Output-Capturing-1", - "page": "7. Example", - "title": "Output Capturing", - "category": "section", - "text": "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.function foo()\n println(\"This string is printed to stdout.\")\n return [1, 2, 3, 4]\nend\n\nfoo()Both Documenter\'s @example block and notebooks can display images. Here is an example where we generate a simple plot using the Plots.jl packageusing Plots\nx = range(0, stop=6π, length=1000)\ny1 = sin.(x)\ny2 = cos.(x)\nplot(x, [y1, y2])" -}, - -{ - "location": "generated/example.html#Custom-processing-1", - "page": "7. Example", - "title": "Custom processing", - "category": "section", - "text": "It is possible to give Literate custom pre- and post-processing functions. For example, here we insert two placeholders, which we will replace with something else at time of generation. We have here replaced our placeholders with z and 1.0 + 2.0im:z = 1.0 + 2.0im" -}, - -{ - "location": "generated/example.html#documenter-interaction-1", - "page": "7. Example", - "title": "Documenter.jl interaction", - "category": "section", - "text": "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 mathrmdOmega = int_Omega v f mathrmdOmegausing 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/release-0.3/siteinfo.js b/release-0.3/siteinfo.js deleted file mode 100644 index b331d98..0000000 --- a/release-0.3/siteinfo.js +++ /dev/null @@ -1 +0,0 @@ -var DOCUMENTER_CURRENT_VERSION = "release-0.3"; diff --git a/release-1.0/assets/arrow.svg b/release-1.0/assets/arrow.svg deleted file mode 100644 index ee2798d..0000000 --- a/release-1.0/assets/arrow.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/release-1.0/assets/documenter.css b/release-1.0/assets/documenter.css deleted file mode 100644 index 26c8166..0000000 --- a/release-1.0/assets/documenter.css +++ /dev/null @@ -1,573 +0,0 @@ -/* - * The default CSS style for Documenter.jl generated sites - * - * Heavily inspired by the Julia Sphinx theme - * https://github.com/JuliaLang/JuliaDoc - * which extends the sphinx_rtd_theme - * https://github.com/snide/sphinx_rtd_theme - * - * Part of Documenter.jl - * https://github.com/JuliaDocs/Documenter.jl - * - * License: MIT - */ - -/* fonts */ -body, input { - font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif; - font-size: 16px; - color: #222; - text-rendering: optimizeLegibility; -} - -pre, code, kbd { - font-family: 'Roboto Mono', Monaco, courier, monospace; - font-size: 0.90em; -} - -pre code { - font-size: 1em; -} - -a { - color: #2980b9; - text-decoration: none; -} - -a:hover { - color: #3091d1; -} - -a:visited { - color: #9b59b6; -} - -body { - line-height: 1.5; -} - -h1 { - font-size: 1.75em; -} - -/* Unless the

          the is very first thing on the page (i.e. the second element - * in the
          , * after the
          , we add some additional styling to it - * to make it stand out a bit more. This way we get a reasonable fallback if CSS3 - * selectors are not supported in the browser. - */ -article > h1:not(:nth-child(2)) { - margin: 2.5em 0 0; - padding-bottom: 0.30em; - border-bottom: 1px solid #e5e5e5; -} -h2 { - font-size: 1.50em; - margin: 2.3em 0 0; - padding-bottom: 0.25em; - border-bottom: 1px solid #e5e5e5; -} -h3 { - font-size: 1.25em; - margin: 2.0em 0 0; -} -h4 { font-size: 1.15em; } -h5 { font-size: 1.10em; } -h6 { font-size: 1em; } - -h4, h5, h6 { - margin-top: 1.5em; - margin-bottom: 1em; -} - -img { - max-width: 100%; -} - -table { - border-collapse: collapse; - margin: 1em 0; -} - -th, td { - border: 1px solid #e1e4e5; - padding: 0.5em 1em; -} - -th { - border-bottom-width: 2px; -} - -tr:nth-child(even) { - background-color: #f3f6f6; -} - -hr { - border: 0; - border-top: 1px solid #e5e5e5; -} - -/* Inline code and code blocks */ - -code { - padding: 0.1em; - background-color: rgba(0,0,0,.04); - border-radius: 3px; -} - -pre { - background-color: #f5f5f5; - border: 1px solid #dddddd; - border-radius: 3px; - padding: 0.5em; - overflow: auto; -} - -pre code { - padding: 0; - background-color: initial; -} - -kbd { - font-size: 0.70em; - display: inline-block; - padding: 0.1em 0.5em 0.4em 0.5em; - line-height: 1.0em; - color: #444d56; - vertical-align: middle; - background-color: #fafbfc; - border: solid 1px #c6cbd1; - border-bottom-color: #959da5; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #959da5; -} - -/* Headers in admonitions and docstrings */ -.admonition h1, -article section.docstring h1 { - font-size: 1.25em; -} - -.admonition h2, -article section.docstring h2 { - font-size: 1.10em; -} - -.admonition h3, -.admonition h4, -.admonition h5, -.admonition h6, -article section.docstring h3, -article section.docstring h4, -article section.docstring h5, -article section.docstring h6 { - font-size: 1em; -} - -/* Navigation */ -nav.toc { - position: fixed; - top: 0; - left: 0; - bottom: 0; - width: 20em; - overflow-y: auto; - padding: 1em 0; - background-color: #fcfcfc; - box-shadow: inset -14px 0px 5px -12px rgb(210,210,210); -} - -nav.toc .logo { - margin: 0 auto; - display: block; - max-height: 6em; - max-width: 18em; -} - -nav.toc h1 { - text-align: center; - margin-top: .57em; - margin-bottom: 0; -} - -nav.toc select { - display: block; - height: 2em; - padding: 0 1.6em 0 1em; - min-width: 7em; - max-width: 90%; - max-width: calc(100% - 5em); - margin: 0 auto; - font-size: .83em; - border: 1px solid #c9c9c9; - border-radius: 1em; - - /* TODO: doesn't seem to be centered on Safari */ - text-align: center; - text-align-last: center; - - appearance: none; - -moz-appearance: none; - -webkit-appearance: none; - - background: white url("arrow.svg"); - background-size: 1.155em; - background-repeat: no-repeat; - background-position: right; -} - -nav.toc select:hover { - border: 1px solid #a0a0a0; -} - -nav.toc select option { - text-align: center; -} - -nav.toc input { - display: block; - height: 2em; - width: 90%; - width: calc(100% - 5em); - margin: 1.2em auto; - padding: 0 1em; - border: 1px solid #c9c9c9; - border-radius: 1em; - font-size: .83em; -} - -nav.toc > ul * { - margin: 0; -} - -nav.toc ul { - color: #404040; - padding: 0; - list-style: none; -} - -nav.toc ul .toctext { - color: inherit; - display: block; -} - -nav.toc ul a:hover { - color: #fcfcfc; - background-color: #4e4a4a; -} - -nav.toc ul.internal a { - color: inherit; - display: block; -} - -nav.toc ul.internal a:hover { - background-color: #d6d6d6; -} - -nav.toc ul.internal { - background-color: #e3e3e3; - box-shadow: inset -14px 0px 5px -12px rgb(210,210,210); - list-style: none; -} - -nav.toc ul.internal li.toplevel { - border-top: 1px solid #909090; - font-weight: bold; -} - -nav.toc ul.internal li.toplevel:first-child { - border-top: none; -} - -nav.toc .toctext { - padding-top: 0.3em; - padding-bottom: 0.3em; - padding-right: 1em; -} - -nav.toc ul .toctext { - padding-left: 1em; -} - -nav.toc ul ul .toctext { - padding-left: 2em; -} - -nav.toc ul ul ul .toctext { - padding-left: 3em; -} - -nav.toc li.current > .toctext { - border-top: 1px solid #c9c9c9; - border-bottom: 1px solid #c9c9c9; - color: #404040; - font-weight: bold; - background-color: white; -} - -article { - margin-left: 20em; - min-width: 20em; - max-width: 48em; - padding: 2em; -} - -article > header {} - -article > header div#topbar { - display: none; -} - -article > header nav ul { - display: inline-block; - list-style: none; - margin: 0; - padding: 0; -} - -article > header nav li { - display: inline-block; - padding-right: 0.2em; -} - -article > header nav li:before { - content: "»"; - padding-right: 0.2em; -} - -article > header .edit-page { - float: right; -} - -article > footer {} - -article > footer a.prev { - float: left; -} -article > footer a.next { - float: right; -} - -article > footer a .direction:after { - content: ": "; -} - -article hr { - margin: 1em 0; -} - -article section.docstring { - border: 1px solid #ddd; - margin: 0.5em 0; - padding: 0.5em; - border-radius: 3px; -} - -article section.docstring .docstring-header { - margin-bottom: 1em; -} - -article section.docstring .docstring-binding { - color: #333; - font-weight: bold; -} - -article section.docstring .docstring-category { - font-style: italic; -} - -article section.docstring a.source-link { - display: block; - font-weight: bold; -} - -.nav-anchor, -.nav-anchor:hover, -.nav-anchor:visited { - color: #333; -} - -/* - * Admonitions - * - * Colors (title, body) - * warning: #f0b37e #ffedcc (orange) - * note: #6ab0de #e7f2fa (blue) - * tip: #1abc9c #dbfaf4 (green) -*/ -.admonition { - border-radius: 3px; - background-color: #eeeeee; -} - -.admonition-title { - border-radius: 3px 3px 0 0; - background-color: #9b9b9b; - padding: 0.15em 0.5em; -} - -.admonition-text { - padding: 0.5em; -} - -.admonition-text > :first-child { - margin-top: 0; -} - -.admonition-text > :last-child { - margin-bottom: 0; -} - -.admonition > .admonition-title:before { - font-family: "FontAwesome"; - margin-right: 5px; - content: "\f06a"; -} - -.admonition.warning > .admonition-title { - background-color: #f0b37e; -} - -.admonition.warning { - background-color: #ffedcc; -} - -.admonition.note > .admonition-title { - background-color: #6ab0de; -} - -.admonition.note { - background-color: #e7f2fa; -} - -.admonition.tip > .admonition-title { - background-color: #1abc9c; -} - -.admonition.tip { - background-color: #dbfaf4; -} - - -/* footnotes */ -.footnote { - padding-left: 0.8em; - border-left: 2px solid #ccc; -} - -/* Search page */ -#search-results .category { - font-size: smaller; -} - -/* Overriding the block style of highligh.js. - * We have to override the padding and the background-color, since we style this - * part ourselves. Specifically, we style the
           surrounding the , while
          - * highlight.js applies the .hljs style directly to the  tag.
          - */
          -.hljs {
          -    background-color: transparent;
          -    padding: 0;
          -}
          -
          -@media only screen and (max-width: 768px) {
          -    nav.toc {
          -        position: fixed;
          -        overflow-y: scroll;
          -        width: 16em;
          -        left: -16em;
          -        -webkit-overflow-scrolling: touch;
          -        -webkit-transition-property: left; /* Safari */
          -        -webkit-transition-duration: 0.3s; /* Safari */
          -        transition-property: left;
          -        transition-duration: 0.3s;
          -        -webkit-transition-timing-function: ease-out; /* Safari */
          -        transition-timing-function: ease-out;
          -        z-index: 2;
          -    }
          -
          -    nav.toc.show {
          -        left: 0;
          -    }
          -
          -    article {
          -        margin-left: 0;
          -        padding: 3em 0.9em 0 0.9em; /* top right bottom left */
          -        overflow-wrap: break-word;
          -    }
          -
          -    article > header {
          -        position: fixed;
          -        left: 0;
          -        z-index: 1;
          -    }
          -
          -    article > header nav, hr {
          -        display: none;
          -    }
          -
          -    article > header div#topbar {
          -        display: block; /* is mobile */
          -        position: fixed;
          -        width: 100%;
          -        height: 1.5em;
          -        padding-top: 1em;
          -        padding-bottom: 1em;
          -        background-color: #fcfcfc;
          -        box-shadow: 0 1px 3px rgba(0,0,0,.26);
          -        top: 0;
          -        -webkit-transition-property: top; /* Safari */
          -        -webkit-transition-duration: 0.3s; /* Safari */
          -        transition-property: top;
          -        transition-duration: 0.3s;
          -    }
          -
          -    article > header div#topbar.headroom--unpinned.headroom--not-top.headroom--not-bottom {
          -        top: -4em;
          -        -webkit-transition-property: top; /* Safari */
          -        -webkit-transition-duration: 0.7s; /* Safari */
          -        transition-property: top;
          -        transition-duration: 0.7s;
          -    }
          -
          -    article > header div#topbar span {
          -        position: fixed;
          -        width: 80%;
          -        height: 1.5em;
          -        margin-top: -0.1em;
          -        margin-left: 0.9em;
          -        font-size: 1.2em;
          -        overflow: hidden;
          -    }
          -
          -    article > header div#topbar a.fa-bars {
          -        float: right;
          -        padding: 0.6em;
          -        margin-top: -0.6em;
          -        margin-right: 0.3em;
          -        font-size: 1.5em;
          -    }
          -
          -    article > header div#topbar a.fa-bars:visited {
          -        color: #3091d1;
          -    }
          -
          -    article table {
          -        overflow-x: auto;
          -        display: block;
          -    }
          -
          -    article div.MathJax_Display {
          -        overflow: scroll;
          -    }
          -
          -    article span.MathJax {
          -        overflow: hidden;
          -    }
          -}
          -
          -@media only screen and (max-width: 320px) {
          -    body {
          -        font-size: 15px;
          -    }
          -}
          diff --git a/release-1.0/assets/documenter.js b/release-1.0/assets/documenter.js
          deleted file mode 100644
          index 5d31622..0000000
          --- a/release-1.0/assets/documenter.js
          +++ /dev/null
          @@ -1,129 +0,0 @@
          -/*
          - * Part of Documenter.jl
          - *     https://github.com/JuliaDocs/Documenter.jl
          - *
          - * License: MIT
          - */
          -
          -requirejs.config({
          -    paths: {
          -        'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min',
          -        'jqueryui': 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min',
          -        'headroom': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.3/headroom.min',
          -        'mathjax': 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML',
          -        'highlight': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min',
          -        'highlight-julia': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/julia.min',
          -        'highlight-julia-repl': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/julia-repl.min',
          -    },
          -    shim: {
          -        'mathjax' : {
          -            exports: "MathJax"
          -        },
          -        'highlight-julia': ['highlight'],
          -        'highlight-julia-repl': ['highlight'],
          -    }
          -});
          -
          -// Load MathJax
          -require(['mathjax'], function(MathJax) {
          -    MathJax.Hub.Config({
          -      "tex2jax": {
          -        inlineMath: [['$','$'], ['\\(','\\)']],
          -        processEscapes: true
          -      }
          -    });
          -    MathJax.Hub.Config({
          -      config: ["MMLorHTML.js"],
          -      jax: [
          -        "input/TeX",
          -        "output/HTML-CSS",
          -        "output/NativeMML"
          -      ],
          -      extensions: [
          -        "MathMenu.js",
          -        "MathZoom.js",
          -        "TeX/AMSmath.js",
          -        "TeX/AMSsymbols.js",
          -        "TeX/autobold.js",
          -        "TeX/autoload-all.js"
          -      ]
          -    });
          -    MathJax.Hub.Config({
          -      TeX: { equationNumbers: { autoNumber: "AMS" } }
          -    });
          -})
          -
          -require(['jquery', 'highlight', 'highlight-julia', 'highlight-julia-repl'], function($, hljs) {
          -    $(document).ready(function() {
          -        hljs.initHighlighting();
          -    })
          -
          -})
          -
          -// update the version selector with info from the siteinfo.js and ../versions.js files
          -require(['jquery'], function($) {
          -    $(document).ready(function() {
          -        var version_selector = $("#version-selector");
          -
          -        // add the current version to the selector based on siteinfo.js, but only if the selector is empty
          -        if (typeof DOCUMENTER_CURRENT_VERSION !== 'undefined' && $('#version-selector > option').length == 0) {
          -            var option = $("");
          -            version_selector.append(option);
          -        }
          -
          -        if (typeof DOC_VERSIONS !== 'undefined') {
          -            var existing_versions = $('#version-selector > option');
          -            var existing_versions_texts = existing_versions.map(function(i,x){return x.text});
          -            DOC_VERSIONS.forEach(function(each) {
          -                var version_url = documenterBaseURL + "/../" + each;
          -                var existing_id = $.inArray(each, existing_versions_texts);
          -                // if not already in the version selector, add it as a new option,
          -                // otherwise update the old option with the URL and enable it
          -                if (existing_id == -1) {
          -                    var option = $("");
          -                    version_selector.append(option);
          -                } else {
          -                    var option = existing_versions[existing_id];
          -                    option.value = version_url;
          -                    option.disabled = false;
          -                }
          -            });
          -        }
          -
          -        // only show the version selector if the selector has been populated
          -        if ($('#version-selector > option').length > 0) {
          -            version_selector.css("visibility", "visible");
          -        }
          -    })
          -
          -})
          -
          -// mobile
          -require(['jquery', 'headroom'], function($, Headroom) {
          -    $(document).ready(function() {
          -        var navtoc = $("nav.toc");
          -        $("nav.toc li.current a.toctext").click(function() {
          -            navtoc.toggleClass('show');
          -        });
          -        $("article > header div#topbar a.fa-bars").click(function(ev) {
          -            ev.preventDefault();
          -            navtoc.toggleClass('show');
          -            if (navtoc.hasClass('show')) {
          -                var title = $("article > header div#topbar span").text();
          -                $("nav.toc ul li a:contains('" + title + "')").focus();
          -            }
          -        });
          -        $("article#docs").bind('click', function(ev) {
          -            if ($(ev.target).is('div#topbar a.fa-bars')) {
          -                return;
          -            }
          -            if (navtoc.hasClass('show')) {
          -                navtoc.removeClass('show');
          -            }
          -        });
          -        if ($("article > header div#topbar").css('display') == 'block') {
          -            var headroom = new Headroom(document.querySelector("article > header div#topbar"), {"tolerance": {"up": 10, "down": 10}});
          -            headroom.init();
          -        }
          -    })
          -})
          diff --git a/release-1.0/assets/logo.png b/release-1.0/assets/logo.png
          deleted file mode 100644
          index 73e1c94..0000000
          Binary files a/release-1.0/assets/logo.png and /dev/null differ
          diff --git a/release-1.0/assets/search.js b/release-1.0/assets/search.js
          deleted file mode 100644
          index f99b378..0000000
          --- a/release-1.0/assets/search.js
          +++ /dev/null
          @@ -1,250 +0,0 @@
          -/*
          - * Part of Documenter.jl
          - *     https://github.com/JuliaDocs/Documenter.jl
          - *
          - * License: MIT
          - */
          -
          -// parseUri 1.2.2
          -// (c) Steven Levithan 
          -// MIT License
          -function parseUri (str) {
          -	var	o   = parseUri.options,
          -		m   = o.parser[o.strictMode ? "strict" : "loose"].exec(str),
          -		uri = {},
          -		i   = 14;
          -
          -	while (i--) uri[o.key[i]] = m[i] || "";
          -
          -	uri[o.q.name] = {};
          -	uri[o.key[12]].replace(o.q.parser, function ($0, $1, $2) {
          -		if ($1) uri[o.q.name][$1] = $2;
          -	});
          -
          -	return uri;
          -};
          -parseUri.options = {
          -	strictMode: false,
          -	key: ["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],
          -	q:   {
          -		name:   "queryKey",
          -		parser: /(?:^|&)([^&=]*)=?([^&]*)/g
          -	},
          -	parser: {
          -		strict: /^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,
          -		loose:  /^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/
          -	}
          -};
          -
          -requirejs.config({
          -    paths: {
          -        'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min',
          -        'lunr': 'https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.1/lunr.min',
          -        'lodash': 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min',
          -    }
          -});
          -
          -var currentScript = document.currentScript;
          -
          -require(["jquery", "lunr", "lodash"], function($, lunr, _) {
          -    $("#search-form").submit(function(e) {
          -        e.preventDefault()
          -    })
          -
          -    // list below is the lunr 2.1.3 list minus the intersect with names(Base)
          -    // (all, any, get, in, is, which) and (do, else, for, let, where, while, with)
          -    // ideally we'd just filter the original list but it's not available as a variable
          -    lunr.stopWordFilter = lunr.generateStopWordFilter([
          -        'a',
          -        'able',
          -        'about',
          -        'across',
          -        'after',
          -        'almost',
          -        'also',
          -        'am',
          -        'among',
          -        'an',
          -        'and',
          -        'are',
          -        'as',
          -        'at',
          -        'be',
          -        'because',
          -        'been',
          -        'but',
          -        'by',
          -        'can',
          -        'cannot',
          -        'could',
          -        'dear',
          -        'did',
          -        'does',
          -        'either',
          -        'ever',
          -        'every',
          -        'from',
          -        'got',
          -        'had',
          -        'has',
          -        'have',
          -        'he',
          -        'her',
          -        'hers',
          -        'him',
          -        'his',
          -        'how',
          -        'however',
          -        'i',
          -        'if',
          -        'into',
          -        'it',
          -        'its',
          -        'just',
          -        'least',
          -        'like',
          -        'likely',
          -        'may',
          -        'me',
          -        'might',
          -        'most',
          -        'must',
          -        'my',
          -        'neither',
          -        'no',
          -        'nor',
          -        'not',
          -        'of',
          -        'off',
          -        'often',
          -        'on',
          -        'only',
          -        'or',
          -        'other',
          -        'our',
          -        'own',
          -        'rather',
          -        'said',
          -        'say',
          -        'says',
          -        'she',
          -        'should',
          -        'since',
          -        'so',
          -        'some',
          -        'than',
          -        'that',
          -        'the',
          -        'their',
          -        'them',
          -        'then',
          -        'there',
          -        'these',
          -        'they',
          -        'this',
          -        'tis',
          -        'to',
          -        'too',
          -        'twas',
          -        'us',
          -        'wants',
          -        'was',
          -        'we',
          -        'were',
          -        'what',
          -        'when',
          -        'who',
          -        'whom',
          -        'why',
          -        'will',
          -        'would',
          -        'yet',
          -        'you',
          -        'your'
          -        ])
          -
          -    // add . as a separator, because otherwise "title": "Documenter.Anchors.add!"
          -    // would not find anything if searching for "add!", only for the entire qualification
          -    lunr.tokenizer.separator = /[\s\-\.]+/
          -
          -    // custom trimmer that doesn't strip @ and !, which are used in julia macro and function names
          -    lunr.trimmer = function (token) {
          -        return token.update(function (s) {
          -            return s.replace(/^[^a-zA-Z0-9@!]+/, '').replace(/[^a-zA-Z0-9@!]+$/, '')
          -        })
          -    }
          -
          -    lunr.Pipeline.registerFunction(lunr.stopWordFilter, 'juliaStopWordFilter')
          -    lunr.Pipeline.registerFunction(lunr.trimmer, 'juliaTrimmer')
          -
          -    var index = lunr(function () {
          -        this.ref('location')
          -        this.field('title')
          -        this.field('text')
          -        documenterSearchIndex['docs'].forEach(function(e) {
          -            this.add(e)
          -        }, this)
          -    })
          -    var store = {}
          -
          -    documenterSearchIndex['docs'].forEach(function(e) {
          -        store[e.location] = {title: e.title, category: e.category}
          -    })
          -
          -    $(function(){
          -        function update_search(querystring) {
          -            tokens = lunr.tokenizer(querystring)
          -            results = index.query(function (q) {
          -                tokens.forEach(function (t) {
          -                    q.term(t.toString(), {
          -                        fields: ["title"],
          -                        boost: 100,
          -                        usePipeline: false,
          -                        editDistance: 0,
          -                        wildcard: lunr.Query.wildcard.NONE
          -                    })
          -                    q.term(t.toString(), {
          -                        fields: ["title"],
          -                        boost: 10,
          -                        usePipeline: false,
          -                        editDistance: 2,
          -                        wildcard: lunr.Query.wildcard.NONE
          -                    })
          -                    q.term(t.toString(), {
          -                        fields: ["text"],
          -                        boost: 1,
          -                        usePipeline: true,
          -                        editDistance: 0,
          -                        wildcard: lunr.Query.wildcard.NONE
          -                    })
          -                })
          -            })
          -            $('#search-info').text("Number of results: " + results.length)
          -            $('#search-results').empty()
          -            results.forEach(function(result) {
          -                data = store[result.ref]
          -                link = $('')
          -                link.text(data.title)
          -                link.attr('href', documenterBaseURL+'/'+result.ref)
          -                cat = $('('+data.category+')')
          -                li = $('
        • ').append(link).append(" ").append(cat) - $('#search-results').append(li) - }) - } - - function update_search_box() { - querystring = $('#search-query').val() - update_search(querystring) - } - - $('#search-query').keyup(_.debounce(update_search_box, 250)) - $('#search-query').change(update_search_box) - - search_query_uri = parseUri(window.location).queryKey["q"] - if(search_query_uri !== undefined) { - search_query = decodeURIComponent(search_query_uri.replace(/\+/g, '%20')) - $("#search-query").val(search_query) - } - update_search_box(); - }) -}) diff --git a/release-1.0/customprocessing.html b/release-1.0/customprocessing.html deleted file mode 100644 index 749ceca..0000000 --- a/release-1.0/customprocessing.html +++ /dev/null @@ -1,8 +0,0 @@ - -5. Custom pre- and post-processing · Literate.jl

          5. Custom pre- and post-processing

          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) accepts 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.

          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)
          -    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)
          diff --git a/release-1.0/documenter.html b/release-1.0/documenter.html deleted file mode 100644 index 7a431f3..0000000 --- a/release-1.0/documenter.html +++ /dev/null @@ -1,12 +0,0 @@ - -6. Interaction with Documenter.jl · Literate.jl

          6. Interaction with Documenter.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 lets take a look at what will happen if we set documenter = true:

          Literate.markdown:

          • The default code fence will change from
            ```julia
            -# code
            -```
            to Documenters @example blocks:
            ```@examples $(name)
            -# code
            -```
          • The following @meta block will be added to the top of the markdown page, which redirects the "Edit on GitHub" link on the top of the page to the source file rather than the generated .md file:
            ```@meta
            -EditURL = "$(relpath(inputfile, outputdir))"
            -```

          Literate.notebook:

          • 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 notebook.
          • Documenter style markdown math
            ```math
            -\int f dx
            -```
            is replaced with notebook compatible
            \begin{equation}
            -\int f dx
            -\end{equation}

          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/release-1.0/fileformat.html b/release-1.0/fileformat.html deleted file mode 100644 index 8a24e34..0000000 --- a/release-1.0/fileformat.html +++ /dev/null @@ -1,17 +0,0 @@ - -2. File Format · Literate.jl

          2. File Format

          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 is 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`:
          -
          -x = 1//3
          -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.

          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 with one of these tokens are filtered out in the preprocessing step.

          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.markdown
          -#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 simple 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" 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__

            expands to https://github.com/$(ENV["TRAVIS_REPO_SLUG"])/blob/master/ and is a convenient way to use when you want to link to files outside the doc-build directory. For example @__REPO__ROOT_URL__src/Literate.jl would link to the source of the Literate module.

          • @__NBVIEWER_ROOT_URL__

            expands to https://nbviewer.jupyter.org/github/$(ENV["TRAVIS_REPO_SLUG"])/blob/gh-pages/$(folder)/ where folder is the folder that Documenter.deploydocs deploys too. This can be used if you want a link that opens the generated notebook in http://nbviewer.jupyter.org/.

          diff --git a/release-1.0/generated/example.html b/release-1.0/generated/example.html deleted file mode 100644 index c6095ec..0000000 --- a/release-1.0/generated/example.html +++ /dev/null @@ -1,352 +0,0 @@ - -7. Example · Literate.jl

          7. Example

          7. Example

          This is an example generated with Literate based on this source file: example.jl. You are seeing the html-output which Documenter have generated based on a markdown file generated with Literate. The corresponding notebook can be found 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.

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

          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])
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -0 - - -5 - - -10 - - -15 - - --1.0 - - --0.5 - - -0.0 - - -0.5 - - -1.0 - - - - - - - -y1 - - - -y2 - - -

          Custom processing

          It is possible to give Literate custom pre- and post-processing functions. For example, here we insert two placeholders, which we will replace with something else at time of generation. We have here replaced our placeholders with z and 1.0 + 2.0im:

          z = 1.0 + 2.0im
          1.0 + 2.0im

          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/release-1.0/generated/example.ipynb b/release-1.0/generated/example.ipynb deleted file mode 100644 index ff112c3..0000000 --- a/release-1.0/generated/example.ipynb +++ /dev/null @@ -1,952 +0,0 @@ -{ - "cells": [ - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "# **7.** Example\n", - "\n", - "This is an example generated with Literate based on this\n", - "source file: [`example.jl`](https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl).\n", - "You are seeing the\n", - "generated notebook output. The corresponding markdown (html) output\n", - "can be found here: [`example.html`](https://fredrikekre.github.io/Literate.jl/latest/generated/example.html),\n", - "and the plain script output can be found here: [`example.jl`](./example.jl)." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "It is recommended to have the [source file](https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl)\n", - "available when reading this, to better understand how the syntax in the source file\n", - "corresponds to the output you are seeing." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Basic syntax\n", - "The basic syntax for Literate is simple, lines starting with `# ` is interpreted\n", - "as markdown, and all the other lines are interpreted as code. Here is some code:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//5" - }, - "metadata": {}, - "execution_count": 1 - } - ], - "cell_type": "code", - "source": [ - "x = 1//3\n", - "y = 2//5" - ], - "metadata": {}, - "execution_count": 1 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "In markdown sections we can use markdown syntax. For example, we can\n", - "write *text in italic font*, **text in bold font** and use\n", - "[links](https://www.youtube.com/watch?v=dQw4w9WgXcQ)." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "It is possible to filter out lines depending on the output using the\n", - "`#md`, `#nb`, `#jl` and `#src` tags (see Filtering Lines):\n", - "- This line starts with `#nb` and is thus only visible in the notebook output." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "The source file is parsed in chunks of markdown and code. Starting a line\n", - "with `#-` manually inserts a chunk break. For example, if we want to\n", - "display the output of the following operations we may insert `#-` in\n", - "between. These two code blocks will now end up in different\n", - "`@example`-blocks in the markdown output, and two different notebook cells\n", - "in the notebook output." - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "11//15" - }, - "metadata": {}, - "execution_count": 2 - } - ], - "cell_type": "code", - "source": [ - "x + y" - ], - "metadata": {}, - "execution_count": 2 - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//15" - }, - "metadata": {}, - "execution_count": 3 - } - ], - "cell_type": "code", - "source": [ - "x * y" - ], - "metadata": {}, - "execution_count": 3 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Output Capturing\n", - "Code chunks are by default placed in Documenter `@example` blocks in the generated\n", - "markdown. This means that the output will be captured in a block when Documenter is\n", - "building the docs. In notebooks the output is captured in output cells, if the\n", - "`execute` keyword argument is set to true. Output to `stdout`/`stderr` is also\n", - "captured." - ], - "metadata": {} - }, - { - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "This string is printed to stdout.\n" - ] - }, - { - "output_type": "execute_result", - "data": { - "text/plain": "4-element Array{Int64,1}:\n 1\n 2\n 3\n 4" - }, - "metadata": {}, - "execution_count": 4 - } - ], - "cell_type": "code", - "source": [ - "function foo()\n", - " println(\"This string is printed to stdout.\")\n", - " return [1, 2, 3, 4]\n", - "end\n", - "\n", - "foo()" - ], - "metadata": {}, - "execution_count": 4 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "Both Documenter's `@example` block and notebooks can display images. Here is an example\n", - "where we generate a simple plot using the\n", - "[Plots.jl](https://github.com/JuliaPlots/Plots.jl) package" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "Plot{Plots.GRBackend() n=2}", - "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", - "0\n", - "\n", - "\n", - "5\n", - "\n", - "\n", - "10\n", - "\n", - "\n", - "15\n", - "\n", - "\n", - "-1.0\n", - "\n", - "\n", - "-0.5\n", - "\n", - "\n", - "0.0\n", - "\n", - "\n", - "0.5\n", - "\n", - "\n", - "1.0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "y1\n", - "\n", - "\n", - "\n", - "y2\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", - "0\n", - "\n", - "\n", - "5\n", - "\n", - "\n", - "10\n", - "\n", - "\n", - "15\n", - "\n", - "\n", - "-1.0\n", - "\n", - "\n", - "-0.5\n", - "\n", - "\n", - "0.0\n", - "\n", - "\n", - "0.5\n", - "\n", - "\n", - "1.0\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "y1\n", - "\n", - "\n", - "\n", - "y2\n", - "\n", - "\n" - ] - }, - "metadata": {}, - "execution_count": 5 - } - ], - "cell_type": "code", - "source": [ - "using Plots\n", - "x = range(0, stop=6π, length=1000)\n", - "y1 = sin.(x)\n", - "y2 = cos.(x)\n", - "plot(x, [y1, y2])" - ], - "metadata": {}, - "execution_count": 5 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Custom processing\n", - "\n", - "It is possible to give Literate custom pre- and post-processing functions.\n", - "For example, here we insert two placeholders, which we will replace with\n", - "something else at time of generation. We have here replaced our placeholders\n", - "with `z` and `1.0 + 2.0im`:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "1.0 + 2.0im" - }, - "metadata": {}, - "execution_count": 6 - } - ], - "cell_type": "code", - "source": [ - "z = 1.0 + 2.0im" - ], - "metadata": {}, - "execution_count": 6 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "### Documenter.jl interaction\n", - "\n", - "In the source file it is possible to use Documenter.jl style references,\n", - "such as `@ref` and `@id`. These will be filtered out in the notebook output.\n", - "For example, here is a link, but it is only\n", - "visible as a link if you are reading the markdown output. We can also\n", - "use equations:\n", - "\n", - "\\begin{equation}\n", - "\\int_\\Omega \\nabla v \\cdot \\nabla u\\ \\mathrm{d}\\Omega = \\int_\\Omega v f\\ \\mathrm{d}\\Omega\n", - "\\end{equation}\n", - "\n", - "using Documenters math syntax. Documenters syntax is automatically changed to\n", - "`\\begin{equation} ... \\end{equation}` in the notebook output to display correctly." - ], - "metadata": {} - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "*This notebook was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*" - ], - "metadata": {} - } - ], - "nbformat_minor": 3, - "metadata": { - "language_info": { - "file_extension": ".jl", - "mimetype": "application/julia", - "name": "julia", - "version": "1.0.0" - }, - "kernelspec": { - "name": "julia-1.0", - "display_name": "Julia 1.0.0", - "language": "julia" - } - }, - "nbformat": 4 -} diff --git a/release-1.0/generated/example.jl b/release-1.0/generated/example.jl deleted file mode 100644 index b278c4e..0000000 --- a/release-1.0/generated/example.jl +++ /dev/null @@ -1,24 +0,0 @@ -x = 1//3 -y = 2//5 - -x + y - -x * y - -function foo() - println("This string is printed to stdout.") - return [1, 2, 3, 4] -end - -foo() - -using Plots -x = range(0, stop=6π, length=1000) -y1 = sin.(x) -y2 = cos.(x) -plot(x, [y1, y2]) - -z = 1.0 + 2.0im - -# This file was generated using Literate.jl, https://github.com/fredrikekre/Literate.jl - diff --git a/release-1.0/generated/notebook.ipynb b/release-1.0/generated/notebook.ipynb deleted file mode 100644 index 44380f6..0000000 --- a/release-1.0/generated/notebook.ipynb +++ /dev/null @@ -1,100 +0,0 @@ -{ - "cells": [ - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "# Rational numbers\n", - "\n", - "In julia rational numbers can be constructed with the `//` operator.\n", - "Lets define two rational numbers, `x` and `y`:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "1//3" - }, - "metadata": {}, - "execution_count": 1 - } - ], - "cell_type": "code", - "source": [ - "x = 1//3" - ], - "metadata": {}, - "execution_count": 1 - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "2//5" - }, - "metadata": {}, - "execution_count": 2 - } - ], - "cell_type": "code", - "source": [ - "y = 2//5" - ], - "metadata": {}, - "execution_count": 2 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "When adding `x` and `y` together we obtain a new rational number:" - ], - "metadata": {} - }, - { - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": "11//15" - }, - "metadata": {}, - "execution_count": 3 - } - ], - "cell_type": "code", - "source": [ - "z = x + y" - ], - "metadata": {}, - "execution_count": 3 - }, - { - "outputs": [], - "cell_type": "markdown", - "source": [ - "*This notebook was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*" - ], - "metadata": {} - } - ], - "nbformat_minor": 3, - "metadata": { - "language_info": { - "file_extension": ".jl", - "mimetype": "application/julia", - "name": "julia", - "version": "1.0.0" - }, - "kernelspec": { - "name": "julia-1.0", - "display_name": "Julia 1.0.0", - "language": "julia" - } - }, - "nbformat": 4 -} diff --git a/release-1.0/generated/outputformats.jl b/release-1.0/generated/outputformats.jl deleted file mode 100644 index fa53a34..0000000 --- a/release-1.0/generated/outputformats.jl +++ /dev/null @@ -1,6 +0,0 @@ -x = 1//3 - -y = 2//5 - -z = x + y - diff --git a/release-1.0/index.html b/release-1.0/index.html deleted file mode 100644 index 89d2480..0000000 --- a/release-1.0/index.html +++ /dev/null @@ -1,2 +0,0 @@ - -1. Introduction · Literate.jl

          1. Introduction

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

          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 wants to RTFM, others want to explore the package interactively in, for example, a notebook, and some people wants 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/release-1.0/outputformats.html b/release-1.0/outputformats.html deleted file mode 100644 index 126f2d1..0000000 --- a/release-1.0/outputformats.html +++ /dev/null @@ -1,38 +0,0 @@ - -4. Output Formats · Literate.jl

          4. Output Formats

          4. Output Formats

          When the source is parsed, and have 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`:
          -
          -x = 1//3
          -#-
          -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

          The (default) markdown output of the source snippet above is as follows

          ```@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
          -```

          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.

          Some of the output rendering can be controlled with keyword arguments to Literate.markdown:

          Literate.markdownFunction.
          Literate.markdown(inputfile, outputdir; kwargs...)

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

          Keyword arguments:

          • name: name of the output file, excluding .md. name is also used to name all the @example blocks, and to replace @__NAME__. Defaults to the filename of inputfile.
          • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.
          • documenter: boolean that tells if the output is intended to use with Documenter.jl. Defaults to true. See the the manual section on Interaction with Documenter.
          • codefence: A Pair of opening and closing code fence. Defaults to
            "```@example $(name)" => "```"
            if documenter = true and
            "```julia" => "```"
            if documenter = false.
          source

          4.2. Notebook Output

          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. Some of the output rendering can be controlled with keyword arguments to Literate.notebook:

          Literate.notebookFunction.
          Literate.notebook(inputfile, outputdir; kwargs...)

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

          Keyword arguments:

          • name: name of the output file, excluding .ipynb. name is also used to replace @__NAME__. Defaults to the filename of inputfile.
          • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.
          • execute: a boolean deciding if the generated notebook should also be executed or not. Defaults to true. The current working directory is set to outputdir when executing the notebook.
          • documenter: boolean that says if the source contains Documenter.jl specific things to filter out during notebook generation. Defaults to true. See the the manual section on Interaction with Documenter.
          source

          4.3. Script Output

          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. Some of the output rendering can be controlled with keyword arguments to Literate.script:

          Literate.scriptFunction.
          Literate.script(inputfile, outputdir; kwargs...)

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

          Keyword arguments:

          • name: name of the output file, excluding .jl. name is also used to replace @__NAME__. Defaults to the filename of inputfile.
          • preprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.
          • documenter: boolean that says if the source contains Documenter.jl specific things to filter out during script generation. Defaults to true. See the the manual section on Interaction with Documenter.
          • keep_comments: boolean that, if set to true, keeps markdown lines as comments in the output script. Defaults to false.
          source
          diff --git a/release-1.0/outputformats.jl b/release-1.0/outputformats.jl deleted file mode 100644 index 9dbdad1..0000000 --- a/release-1.0/outputformats.jl +++ /dev/null @@ -1,12 +0,0 @@ -# # 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 diff --git a/release-1.0/pipeline.html b/release-1.0/pipeline.html deleted file mode 100644 index 14c7c0f..0000000 --- a/release-1.0/pipeline.html +++ /dev/null @@ -1,29 +0,0 @@ - -3. Processing pipeline · Literate.jl

          3. Processing pipeline

          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
          -                                                                         <- code
          -x = 1 // 3                                                               <- code
          -y = 2 // 5                                                               <- code
          -                                                                         <- 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                                                     ┐
          -#                                                                        │
          -# In julia rational numbers can be constructed with the `//` operator.   │ markdown
          -# Lets define two rational numbers, `x` and `y`:                         ┘
          -                                                                         ┐
          -x = 1 // 3                                                               │
          -y = 2 // 5                                                               │ code
          -                                                                         ┘
          -# 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
          -
          -In julia rational numbers can be constructed with the `//` operator.
          -Lets define two rational numbers, `x` and `y`:

          Chunk #2:

          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.

          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 describe 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/release-1.0/search.html b/release-1.0/search.html deleted file mode 100644 index 67a457d..0000000 --- a/release-1.0/search.html +++ /dev/null @@ -1,2 +0,0 @@ - -Search · Literate.jl

          Search

          Search

          Number of results: loading...

            diff --git a/release-1.0/search_index.js b/release-1.0/search_index.js deleted file mode 100644 index ed8b248..0000000 --- a/release-1.0/search_index.js +++ /dev/null @@ -1,307 +0,0 @@ -var documenterSearchIndex = {"docs": [ - -{ - "location": "index.html#", - "page": "1. Introduction", - "title": "1. Introduction", - "category": "page", - "text": "" -}, - -{ - "location": "index.html#**1.**-Introduction-1", - "page": "1. Introduction", - "title": "1. Introduction", - "category": "section", - "text": "Welcome to the documentation for Literate – a simplistic package for Literate Programming." -}, - -{ - "location": "index.html#What?-1", - "page": "1. Introduction", - "title": "What?", - "category": "section", - "text": "Literate is a package that generates markdown pages (for e.g. Documenter.jl), and Jupyter notebooks, from the same source file. There is also an option to \"clean\" the source from all metadata, and produce a pure Julia script.The main design goal is simplicity. It should be simple to use, and the syntax should be simple. In short, all you have to do is to write a commented julia script!The public interface consists mainly of three functions, all of which take the same script file as input, but generate different output:Literate.markdown: generates a markdown file\nLiterate.notebook: generates an (optionally executed) notebook\nLiterate.script: generates a plain script file, removing all metadata and special syntax." -}, - -{ - "location": "index.html#Why?-1", - "page": "1. Introduction", - "title": "Why?", - "category": "section", - "text": "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 wants to RTFM, others want to explore the package interactively in, for example, a notebook, and some people wants 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." -}, - -{ - "location": "fileformat.html#", - "page": "2. File Format", - "title": "2. File Format", - "category": "page", - "text": "" -}, - -{ - "location": "fileformat.html#**2.**-File-Format-1", - "page": "2. File Format", - "title": "2. File Format", - "category": "section", - "text": "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." -}, - -{ - "location": "fileformat.html#Syntax-1", - "page": "2. File Format", - "title": "2.1. Syntax", - "category": "section", - "text": "The basic syntax is simple:lines starting with # are treated as markdown,\nall other lines are treated as julia code.Leading whitespace is allowed before #, but it will be removed when generating the output. Since #-lines is 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\n#\n# In julia rational numbers can be constructed with the `//` operator.\n# Lets define two rational numbers, `x` and `y`:\n\nx = 1//3\ny = 2//5\n\n# When adding `x` and `y` together we obtain a new rational number:\n\nz = x + yIn 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).\nThe 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:#md, #nb, #jl, #src: tags to filter lines, see Filtering Lines,\n#-: tag to manually control chunk-splits, see Custom control over chunk splits.There is also some default convenience replacements that will always be performed, see Default Replacements." -}, - -{ - "location": "fileformat.html#Filtering-Lines-1", - "page": "2. File Format", - "title": "2.2. Filtering Lines", - "category": "section", - "text": "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,\n#nb: line exclusive to notebook output,\n#jl: line exclusive to script output,\n#src: line exclusive to the source code and thus filtered out unconditionally.Lines starting with one of these tokens are filtered out in the preprocessing step.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\n#md # Literate.markdown\n#md # Literate.notebook\n#md # Literate.markdown\n#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 simple 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\n@test result == expected_result #src" -}, - -{ - "location": "fileformat.html#Default-Replacements-1", - "page": "2. File Format", - "title": "2.3. Default Replacements", - "category": "section", - "text": "The following convenience \"macros\" are always expanded:@__NAME__\nexpands to the name keyword argument to Literate.markdown, Literate.notebook and Literate.script (defaults to the filename of the input file).\n@__REPO__ROOT_URL__\nexpands to https://github.com/$(ENV[\"TRAVIS_REPO_SLUG\"])/blob/master/ and is a convenient way to use when you want to link to files outside the doc-build directory. For example @__REPO__ROOT_URL__src/Literate.jl would link to the source of the Literate module.\n@__NBVIEWER_ROOT_URL__\nexpands to https://nbviewer.jupyter.org/github/$(ENV[\"TRAVIS_REPO_SLUG\"])/blob/gh-pages/$(folder)/ where folder is the folder that Documenter.deploydocs deploys too. This can be used if you want a link that opens the generated notebook in http://nbviewer.jupyter.org/." -}, - -{ - "location": "pipeline.html#", - "page": "3. Processing pipeline", - "title": "3. Processing pipeline", - "category": "page", - "text": "" -}, - -{ - "location": "pipeline.html#**3.**-Processing-pipeline-1", - "page": "3. Processing pipeline", - "title": "3. Processing pipeline", - "category": "section", - "text": "The generation of output follows the same pipeline for all output formats:Pre-processing\nParsing\nDocument generation\nPost-processing\nWriting to file" -}, - -{ - "location": "pipeline.html#Pre-processing-1", - "page": "3. Processing pipeline", - "title": "3.1. Pre-processing", - "category": "section", - "text": "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." -}, - -{ - "location": "pipeline.html#Parsing-1", - "page": "3. Processing pipeline", - "title": "3.2. Parsing", - "category": "section", - "text": "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\n# <- markdown\n# In julia rational numbers can be constructed with the `//` operator. <- markdown\n# Lets define two rational numbers, `x` and `y`: <- markdown\n <- code\nx = 1 // 3 <- code\ny = 2 // 5 <- code\n <- code\n# When adding `x` and `y` together we obtain a new rational number: <- markdown\n <- code\nz = x + y <- codeIn 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 ┐\n# │\n# In julia rational numbers can be constructed with the `//` operator. │ markdown\n# Lets define two rational numbers, `x` and `y`: ┘\n ┐\nx = 1 // 3 │\ny = 2 // 5 │ code\n ┘\n# When adding `x` and `y` together we obtain a new rational number: ] markdown\n ┐\nz = x + y ┘ codeIn 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\n\nIn julia rational numbers can be constructed with the `//` operator.\nLets define two rational numbers, `x` and `y`:Chunk #2:x = 1 // 3\ny = 2 // 5Chunk #3:When adding `x` and `y` together we obtain a new rational number:Chunk #4:z = x + yIt is then up to the Document generation step to decide how these chunks should be treated." -}, - -{ - "location": "pipeline.html#Custom-control-over-chunk-splits-1", - "page": "3. Processing pipeline", - "title": "Custom control over chunk splits", - "category": "section", - "text": "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\ny = 2 // 5\n#-\nz = x + yThe example above would result in two consecutive code-chunks.tip: Tip\nThe 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." -}, - -{ - "location": "pipeline.html#Document-generation-1", - "page": "3. Processing pipeline", - "title": "3.3. Document generation", - "category": "section", - "text": "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 describe 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),\nNotebook output: markdown chunks are printed in markdown cells, code chunks are put in code cells,\nScript output: markdown chunks are discarded, code chunks are printed as-is." -}, - -{ - "location": "pipeline.html#Post-processing-1", - "page": "3. Processing pipeline", - "title": "3.4. Post-processing", - "category": "section", - "text": "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." -}, - -{ - "location": "pipeline.html#Writing-to-file-1", - "page": "3. Processing pipeline", - "title": "3.5. Writing to file", - "category": "section", - "text": "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." -}, - -{ - "location": "outputformats.html#", - "page": "4. Output Formats", - "title": "4. Output Formats", - "category": "page", - "text": "" -}, - -{ - "location": "outputformats.html#Output-Formats-1", - "page": "4. Output Formats", - "title": "4. Output Formats", - "category": "section", - "text": "When the source is parsed, and have been processed it is time to render the output. We will consider the following source snippet:import Markdown\nMarkdown.parse(\"```julia\\n\" * rstrip(read(\"outputformats.jl\", String)) * \"\\n```\")and see how this is rendered in each of the output formats." -}, - -{ - "location": "outputformats.html#Literate.markdown", - "page": "4. Output Formats", - "title": "Literate.markdown", - "category": "function", - "text": "Literate.markdown(inputfile, outputdir; kwargs...)\n\nGenerate a markdown file from inputfile and write the result to the directoryoutputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .md. name is also used to name all the @example blocks, and to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that tells if the output is intended to use with Documenter.jl. Defaults to true. See the the manual section on Interaction with Documenter.\ncodefence: A Pair of opening and closing code fence. Defaults to\n\"```@example $(name)\" => \"```\"\nif documenter = true and\n\"```julia\" => \"```\"\nif documenter = false.\n\n\n\n\n\n" -}, - -{ - "location": "outputformats.html#Markdown-Output-1", - "page": "4. Output Formats", - "title": "4.1. Markdown Output", - "category": "section", - "text": "The (default) markdown output of the source snippet above is as followsimport Markdown\nfile = joinpath(@__DIR__, \"../src/generated/name.md\")\nstr = \"````markdown\\n\" * rstrip(read(file, String)) * \"\\n````\"\nrm(file)\nMarkdown.parse(str)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.Some of the output rendering can be controlled with keyword arguments to Literate.markdown:Literate.markdown" -}, - -{ - "location": "outputformats.html#Literate.notebook", - "page": "4. Output Formats", - "title": "Literate.notebook", - "category": "function", - "text": "Literate.notebook(inputfile, outputdir; kwargs...)\n\nGenerate a notebook from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .ipynb. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\nexecute: a boolean deciding if the generated notebook should also be executed or not. Defaults to true. The current working directory is set to outputdir when executing the notebook.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during notebook generation. Defaults to true. See the the manual section on Interaction with Documenter.\n\n\n\n\n\n" -}, - -{ - "location": "outputformats.html#Notebook-Output-1", - "page": "4. Output Formats", - "title": "4.2. Notebook Output", - "category": "section", - "text": "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. Some of the output rendering can be controlled with keyword arguments to Literate.notebook:Literate.notebook" -}, - -{ - "location": "outputformats.html#Literate.script", - "page": "4. Output Formats", - "title": "Literate.script", - "category": "function", - "text": "Literate.script(inputfile, outputdir; kwargs...)\n\nGenerate a plain script file from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .jl. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during script generation. Defaults to true. See the the manual section on Interaction with Documenter.\nkeep_comments: boolean that, if set to true, keeps markdown lines as comments in the output script. Defaults to false.\n\n\n\n\n\n" -}, - -{ - "location": "outputformats.html#Script-Output-1", - "page": "4. Output Formats", - "title": "4.3. Script Output", - "category": "section", - "text": "The (default) script output of the source snippet above is as followsimport Markdown\nfile = joinpath(@__DIR__, \"../src/generated/outputformats.jl\")\nstr = \"```julia\\n\" * rstrip(read(file, String)) * \"\\n```\"\nrm(file)\nMarkdown.parse(str)We note that lines starting with # are removed and only the code lines have been kept. Some of the output rendering can be controlled with keyword arguments to Literate.script:Literate.script" -}, - -{ - "location": "customprocessing.html#", - "page": "5. Custom pre- and post-processing", - "title": "5. Custom pre- and post-processing", - "category": "page", - "text": "" -}, - -{ - "location": "customprocessing.html#Custom-pre-and-post-processing-1", - "page": "5. Custom pre- and post-processing", - "title": "5. Custom pre- and post-processing", - "category": "section", - "text": "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) accepts 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.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\n# This example was generated DATEOFTODAY\n\nx = 1 // 3where DATEOFTODAY is a placeholder, to make it easier for our preprocess function to find the location. Now, lets define the preprocess function, for examplefunction update_date(content)\n content = replace(content, \"DATEOFTODAY\" => Date(now()))\n return content\nendwhich 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)" -}, - -{ - "location": "documenter.html#", - "page": "6. Interaction with Documenter.jl", - "title": "6. Interaction with Documenter.jl", - "category": "page", - "text": "" -}, - -{ - "location": "documenter.html#Interaction-with-Documenter-1", - "page": "6. Interaction with Documenter.jl", - "title": "6. Interaction with Documenter.jl", - "category": "section", - "text": "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 lets take a look at what will happen if we set documenter = true:" -}, - -{ - "location": "documenter.html#[Literate.markdown](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.markdown:", - "category": "section", - "text": "The default code fence will change from\n```julia\n# code\n```\nto Documenters @example blocks:\n```@examples $(name)\n# code\n```\nThe following @meta block will be added to the top of the markdown page, which redirects the \"Edit on GitHub\" link on the top of the page to the source file rather than the generated .md file:\n```@meta\nEditURL = \"$(relpath(inputfile, outputdir))\"\n```" -}, - -{ - "location": "documenter.html#[Literate.notebook](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.notebook:", - "category": "section", - "text": "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 notebook.\nDocumenter style markdown math\n```math\n\\int f dx\n```\nis replaced with notebook compatible\n\\begin{equation}\n\\int f dx\n\\end{equation}" -}, - -{ - "location": "documenter.html#[Literate.script](@ref):-1", - "page": "6. Interaction with Documenter.jl", - "title": "Literate.script:", - "category": "section", - "text": "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." -}, - -{ - "location": "generated/example.html#", - "page": "7. Example", - "title": "7. Example", - "category": "page", - "text": "EditURL = \"https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl\"" -}, - -{ - "location": "generated/example.html#**7.**-Example-1", - "page": "7. Example", - "title": "7. Example", - "category": "section", - "text": "This is an example generated with Literate based on this source file: example.jl. You are seeing the html-output which Documenter have generated based on a markdown file generated with Literate. The corresponding notebook can be found 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." -}, - -{ - "location": "generated/example.html#Basic-syntax-1", - "page": "7. Example", - "title": "Basic syntax", - "category": "section", - "text": "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\ny = 2//5In 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 + yx * y" -}, - -{ - "location": "generated/example.html#Output-Capturing-1", - "page": "7. Example", - "title": "Output Capturing", - "category": "section", - "text": "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.function foo()\n println(\"This string is printed to stdout.\")\n return [1, 2, 3, 4]\nend\n\nfoo()Both Documenter\'s @example block and notebooks can display images. Here is an example where we generate a simple plot using the Plots.jl packageusing Plots\nx = range(0, stop=6π, length=1000)\ny1 = sin.(x)\ny2 = cos.(x)\nplot(x, [y1, y2])" -}, - -{ - "location": "generated/example.html#Custom-processing-1", - "page": "7. Example", - "title": "Custom processing", - "category": "section", - "text": "It is possible to give Literate custom pre- and post-processing functions. For example, here we insert two placeholders, which we will replace with something else at time of generation. We have here replaced our placeholders with z and 1.0 + 2.0im:z = 1.0 + 2.0im" -}, - -{ - "location": "generated/example.html#documenter-interaction-1", - "page": "7. Example", - "title": "Documenter.jl interaction", - "category": "section", - "text": "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 mathrmdOmega = int_Omega v f mathrmdOmegausing 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/release-1.0/siteinfo.js b/release-1.0/siteinfo.js deleted file mode 100644 index 5ab5b25..0000000 --- a/release-1.0/siteinfo.js +++ /dev/null @@ -1 +0,0 @@ -var DOCUMENTER_CURRENT_VERSION = "release-1.0";