diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index d82d1f6..b79297d 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-11T14:14:08","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.6","generation_timestamp":"2025-08-07T17:50:07","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/changelog/index.html b/dev/changelog/index.html index 45ea7da..c39ddb6 100644 --- a/dev/changelog/index.html +++ b/dev/changelog/index.html @@ -10,4 +10,4 @@ # > **Warning title text** # > # > A warning.
:SOURCE_PATH in the task local storage to the output file when executing code so that recursive include works as expected. (#251, #252)Literate.markdown, Literate.notebook, and Literate.script are marked as public in Julia version that support the public keyword. (#248)@extref links similarly to how Documenter.jl @ref and @id's are removed. (#245).qmd file extension) by passing flavor = Literate.QuartoFlavor() to Literate.markdown. This feature is marked as experimental since it has not been widely tested and the Quarto-specific syntax may change before Literate version 3 depending on what the community wants or needs. (#199, #200)softscope :: Bool configuration variable. (#227, #230)Literate.markdown with execute=true would (try to) output images in the wrong directory. This only occured when passing a relative output directory. (#228, #229)@raw html blocks are automatically handled in Jupyter notebook output (similar to how Documenter style `math blocks are rewritten to $$ blocks). (#222, #223)Literate.script output. (#221)EditURL to use a relative path instead and let Documenter figure out the remote repository. This is required for Documenter version 1, but works also on Documenter 0.27. (#219)Literate.markdown(...; execute=true)) have changed from a number based on the hash of the source block to the format {name}-{blocknumber}.(svg|png|...). (#204, #205)git remote show command takes ~1 second. For documentation builds with many literate files this caused significant slowdowns, which is particularly annoying when doing iterative buils with eg. LiveServer.jl. Literate now caches the remote head branch on a per-repo basis, so the 1 second delay should only be noticed on the first run of the first file in a repo. As noted in the changelog entry for 2.11.0 it is also possible to specify the head branch by passing the edit_commit keyword argument. Doing so will now completely skip the slow git command. (8054d26)addenv instead of setenv such that e.g. ssh-agent variables are available to the git command. Also set GIT_SSH_COMMAND='ssh -o "BatchMode yes"' to supress prompts when using ssh. (#197)``f(x) = x^2``) is now replaced with "notebook style" math ($f(x) = x^2$) for notebook output. This is already the case for display math ($```math$). (#116, #190)#hide are not shown in output of Markdown execution with Documenter flavor. (#166, #188)EditURL should point to automatically instead of always defaulting to "master". For typical setups the auto-detection should be sufficient, but you can also set it explicitly by passing edit_commit, for example edit_commit = "main". (#179, #184)@examples from Literate.markdown to not contain spaces even if the source filename does. (#168, #169)@__NBVIEWER_ROOT_URL__ and @__BINDER_ROOT_URL__ now follow the convention used in Documenter.jl to ignore build version information. (#162, #163)flavor keyword argument:Literate.markdown(...; flavor = Literate.FranklinFlavor())(#146, #147, #156)documenter=true, and "CommonMark flavored" markdown output as a replacement for documenter=false. Enable by passing the flavor keyword argument:Literate.markdown(...; flavor = Literate.DocumenterFlavor())
-Literate.markdown(...; flavor = Literate.CommonMarkFlavor())(#159)md""" ... """) as markdown sections. To enable, pass mdstrings=true. (#152, #149)Cmd. (#144, #145)@ref and @id elements are now removed unconditionally instead of conditionally based on the (now deprecated) documenter keyword argument. (#159)documenter keyword argument has been deprecated. For Literate.markdown the the replacement is to use flavor = Literate.DocumenterFlavor() or flavor = Literate.CommonMarkFlavor() as appropriate (see above). For Literate.notebook and Literate.script the option is now unused (see above regarding @ref and @id), and no replacement is necessary. (#159)display(x) and display(mime, x) (ceff7a3).#= ... =#) can now be used for markdown input (dc409d0).#hide which filters out the line after execution in Literate.markdown(...; execute=true) (6d1aec9).text/markdown MIME (e08ca0a).pwd() (2ba316a).execute=true to Literate.markdown. Currently captures the following MIMEs: text/plain, image/png, and image/jpeg (7e89fdb).#md, #nb, and #jl, as well as their negated counterparts, can now be placed at the end of lines (b0806ed).config::Dict keyword argument to the generators (0f9e836).@__REPO_ROOT_URL__ and friends expand to (4e71b15).#!nb, #!md and #!jl) are now supported (1d02868).%%-format (0872a96).@__REPO_ROOT_URL__, @__NBVIEWER_ROOT_URL__ and @__BINDER_ROOT_URL__ no longer include a trailing / (7af5414).#+ chunk splitter (36e8c21).@__REPO_ROOT_URL__, @__NBVIEWER_ROOT_URL__ now expands to correct paths when documentation is built with DocumentationGenerator.jl (7af5414).@__BINDER_ROOT_URL__ for linking to notebooks mybinder.org (fa64dcd).First stable release of Literate.jl, see https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement.
Settings
This document was generated with Documenter.jl version 1.7.0 on Wednesday 11 December 2024. Using Julia version 1.11.2.