diff --git a/previews/PR178/404.html b/previews/PR178/404.html index 8c1bf23..e9b5384 100644 --- a/previews/PR178/404.html +++ b/previews/PR178/404.html @@ -8,7 +8,7 @@ - + @@ -18,7 +18,7 @@
- + \ No newline at end of file diff --git a/previews/PR178/api.html b/previews/PR178/api.html index b9ba3c6..552fa29 100644 --- a/previews/PR178/api.html +++ b/previews/PR178/api.html @@ -8,11 +8,11 @@ - + - + - + @@ -20,8 +20,8 @@ -
Skip to content

Public API

# DocumenterVitepress.DocumenterVitepress Module
julia
DocumenterVitepress

Similar to DocumentationMarkdown.jl but designed to work with vitepress.

source

# DocumenterVitepress.MarkdownVitepress Type
julia
MarkdownVitepress(; repo, devbranch, devurl, kwargs...)

This is the main entry point for the Vitepress Markdown writer.

It is a config which can be passed to the format keyword argument in Documenter.makedocs, and causes it to emit a Vitepress site.

Quick start

When invoking Documenter.makedocs, replace the default format=Documenter.HTML(...) with:

julia
format=DocumenterVitepress.MarkdownVitepress(; repo = "...", devbranch = "...", devurl = "...")

Keyword arguments (config)

  • repo: Required: The full URL of the repository to which the documentation will be deployed.

  • devbranch: The name of the development branch, like master or main.

  • devurl: The URL path to the development site, like dev or dev-branch.

  • deploy_url: The URL of the repository to which the documentation will be deployed. This must be the full URL, including https://, like https://rafaqz.github.io/Rasters.jl or https://geo.makie.jl/.

  • description: A description of the website as a String.

  • build_vitepress: Determines whether to build the Vitepress site or only emit markdown files. Defaults to true, i.e., building the full Vitepress site.

  • install_npm: Determines whether to run npm install before building the Vitepress site. Defaults to true.

  • md_output_path: The path to which the Markdown files will be output. Defaults to $build/.documenter.

  • clean_md_output: Determines whether to clean up the Markdown assets after build, i.e., whether to remove the contents of md_output_path after the Vitepress site is built. Options are:

    • nothing: Default. Only remove the contents of md_output_path if the documentation will deploy, to save space.

    • true: Removes the contents of md_output_path after the Vitepress site is built.

    • false: Does not remove the contents of md_output_path after the Vitepress site is built.

  • deploy_decision: DeployDecision from Documenter.jl. This is used to determine whether to deploy the documentation or not. Options are:

    • nothing: Default. Automatically determine whether to deploy the documentation.

    • Documenter.DeployDecision: Override the automatic decision and deploy based on the passed config.

    It might be useful to use the latter if DocumenterVitepress fails to deploy automatically. You can pass a manually constructed Documenter.DeployDecision struct, or the output of Documenter.deploy_folder(Documenter.auto_detect_deploy_system(); repo, devbranch, devurl, push_preview).

  • assets: A list of assets, the same as what is provided to Documenter's HTMLWriter.

Extended help

The repo kwarg is used to set the edit link for the documentation.

The devbranch and devurl kwargs are used to set the path of the static site, which Vitepress expects in advance.

source

See e.g. DocumenterVitepress.DocumenterVitepress

- +
Skip to content

Public API

# DocumenterVitepress.DocumenterVitepress Module
julia
DocumenterVitepress

Similar to DocumentationMarkdown.jl but designed to work with vitepress.

source

# DocumenterVitepress.MarkdownVitepress Type
julia
MarkdownVitepress(; repo, devbranch, devurl, kwargs...)

This is the main entry point for the Vitepress Markdown writer.

It is a config which can be passed to the format keyword argument in Documenter.makedocs, and causes it to emit a Vitepress site.

Quick start

When invoking Documenter.makedocs, replace the default format=Documenter.HTML(...) with:

julia
format=DocumenterVitepress.MarkdownVitepress(; repo = "...", devbranch = "...", devurl = "...")

Keyword arguments (config)

  • repo: Required: The full URL of the repository to which the documentation will be deployed.

  • devbranch: The name of the development branch, like master or main.

  • devurl: The URL path to the development site, like dev or dev-branch.

  • deploy_url: The URL of the repository to which the documentation will be deployed. This must be the full URL, including https://, like https://rafaqz.github.io/Rasters.jl or https://geo.makie.jl/.

  • description: A description of the website as a String.

  • build_vitepress: Determines whether to build the Vitepress site or only emit markdown files. Defaults to true, i.e., building the full Vitepress site.

  • install_npm: Determines whether to run npm install before building the Vitepress site. Defaults to true.

  • md_output_path: The path to which the Markdown files will be output. Defaults to $build/.documenter.

  • clean_md_output: Determines whether to clean up the Markdown assets after build, i.e., whether to remove the contents of md_output_path after the Vitepress site is built. Options are:

    • nothing: Default. Only remove the contents of md_output_path if the documentation will deploy, to save space.

    • true: Removes the contents of md_output_path after the Vitepress site is built.

    • false: Does not remove the contents of md_output_path after the Vitepress site is built.

  • deploy_decision: DeployDecision from Documenter.jl. This is used to determine whether to deploy the documentation or not. Options are:

    • nothing: Default. Automatically determine whether to deploy the documentation.

    • Documenter.DeployDecision: Override the automatic decision and deploy based on the passed config.

    It might be useful to use the latter if DocumenterVitepress fails to deploy automatically. You can pass a manually constructed Documenter.DeployDecision struct, or the output of Documenter.deploy_folder(Documenter.auto_detect_deploy_system(); repo, devbranch, devurl, push_preview).

  • assets: A list of assets, the same as what is provided to Documenter's HTMLWriter.

Extended help

The repo kwarg is used to set the edit link for the documentation.

The devbranch and devurl kwargs are used to set the path of the static site, which Vitepress expects in advance.

source

See e.g. DocumenterVitepress.DocumenterVitepress

+ \ No newline at end of file diff --git a/previews/PR178/assets/api.md.DcOHvDBh.js b/previews/PR178/assets/api.md.UfMcUfj7.js similarity index 93% rename from previews/PR178/assets/api.md.DcOHvDBh.js rename to previews/PR178/assets/api.md.UfMcUfj7.js index 5b9b890..9af829e 100644 --- a/previews/PR178/assets/api.md.DcOHvDBh.js +++ b/previews/PR178/assets/api.md.UfMcUfj7.js @@ -1 +1 @@ -import{_ as r,c as l,j as t,a as s,G as o,a2 as a,B as n,o as p}from"./chunks/framework.rMBZD2FC.js";const D=JSON.parse('{"title":"","description":"","frontmatter":{"outline":"deep"},"headers":[],"relativePath":"api.md","filePath":"api.md","lastUpdated":null}'),d={name:"api.md"},c={class:"jldocstring custom-block",open:""},h={class:"jldocstring custom-block",open:""};function u(m,e,k,g,b,f){const i=n("Badge");return p(),l("div",null,[e[10]||(e[10]=t("h2",{id:"Public-API",tabindex:"-1"},[s("Public API "),t("a",{class:"header-anchor",href:"#Public-API","aria-label":'Permalink to "Public API {#Public-API}"'},"​")],-1)),t("details",c,[t("summary",null,[e[0]||(e[0]=t("a",{id:"DocumenterVitepress.DocumenterVitepress",href:"#DocumenterVitepress.DocumenterVitepress"},"#",-1)),e[1]||(e[1]=s()),e[2]||(e[2]=t("span",{class:"jlbinding"},"DocumenterVitepress.DocumenterVitepress",-1)),e[3]||(e[3]=s()),o(i,{type:"info",class:"jlObjectType jlModule",text:"Module"})]),e[4]||(e[4]=a('
julia
DocumenterVitepress

Similar to DocumentationMarkdown.jl but designed to work with vitepress.

source

',3))]),t("details",h,[t("summary",null,[e[5]||(e[5]=t("a",{id:"DocumenterVitepress.MarkdownVitepress",href:"#DocumenterVitepress.MarkdownVitepress"},"#",-1)),e[6]||(e[6]=s()),e[7]||(e[7]=t("span",{class:"jlbinding"},"DocumenterVitepress.MarkdownVitepress",-1)),e[8]||(e[8]=s()),o(i,{type:"info",class:"jlObjectType jlType",text:"Type"})]),e[9]||(e[9]=a('
julia
MarkdownVitepress(; repo, devbranch, devurl, kwargs...)

This is the main entry point for the Vitepress Markdown writer.

It is a config which can be passed to the format keyword argument in Documenter.makedocs, and causes it to emit a Vitepress site.

Quick start

When invoking Documenter.makedocs, replace the default format=Documenter.HTML(...) with:

julia
format=DocumenterVitepress.MarkdownVitepress(; repo = "...", devbranch = "...", devurl = "...")

Keyword arguments (config)

Extended help

The repo kwarg is used to set the edit link for the documentation.

The devbranch and devurl kwargs are used to set the path of the static site, which Vitepress expects in advance.

source

',10))]),e[11]||(e[11]=t("p",null,[s("See e.g. "),t("a",{href:"/DocumenterVitepress.jl/previews/PR178/api#DocumenterVitepress.DocumenterVitepress"},[t("code",null,"DocumenterVitepress.DocumenterVitepress")])],-1))])}const v=r(d,[["render",u]]);export{D as __pageData,v as default}; +import{_ as r,c as l,j as t,a as s,G as o,a2 as a,B as n,o as d}from"./chunks/framework.rMBZD2FC.js";const D=JSON.parse('{"title":"","description":"","frontmatter":{"outline":"deep"},"headers":[],"relativePath":"api.md","filePath":"api.md","lastUpdated":null}'),p={name:"api.md"},c={class:"jldocstring custom-block",open:""},h={class:"jldocstring custom-block",open:""};function u(m,e,k,g,b,f){const i=n("Badge");return d(),l("div",null,[e[10]||(e[10]=t("h2",{id:"Public-API",tabindex:"-1"},[s("Public API "),t("a",{class:"header-anchor",href:"#Public-API","aria-label":'Permalink to "Public API {#Public-API}"'},"​")],-1)),t("details",c,[t("summary",null,[e[0]||(e[0]=t("a",{id:"DocumenterVitepress.DocumenterVitepress",href:"#DocumenterVitepress.DocumenterVitepress"},"#",-1)),e[1]||(e[1]=s()),e[2]||(e[2]=t("span",{class:"jlbinding"},"DocumenterVitepress.DocumenterVitepress",-1)),e[3]||(e[3]=s()),o(i,{type:"info",class:"jlObjectType jlModule",text:"Module"})]),e[4]||(e[4]=a('
julia
DocumenterVitepress

Similar to DocumentationMarkdown.jl but designed to work with vitepress.

source

',3))]),t("details",h,[t("summary",null,[e[5]||(e[5]=t("a",{id:"DocumenterVitepress.MarkdownVitepress",href:"#DocumenterVitepress.MarkdownVitepress"},"#",-1)),e[6]||(e[6]=s()),e[7]||(e[7]=t("span",{class:"jlbinding"},"DocumenterVitepress.MarkdownVitepress",-1)),e[8]||(e[8]=s()),o(i,{type:"info",class:"jlObjectType jlType",text:"Type"})]),e[9]||(e[9]=a('
julia
MarkdownVitepress(; repo, devbranch, devurl, kwargs...)

This is the main entry point for the Vitepress Markdown writer.

It is a config which can be passed to the format keyword argument in Documenter.makedocs, and causes it to emit a Vitepress site.

Quick start

When invoking Documenter.makedocs, replace the default format=Documenter.HTML(...) with:

julia
format=DocumenterVitepress.MarkdownVitepress(; repo = "...", devbranch = "...", devurl = "...")

Keyword arguments (config)

Extended help

The repo kwarg is used to set the edit link for the documentation.

The devbranch and devurl kwargs are used to set the path of the static site, which Vitepress expects in advance.

source

',10))]),e[11]||(e[11]=t("p",null,[s("See e.g. "),t("a",{href:"/DocumenterVitepress.jl/previews/PR178/api#DocumenterVitepress.DocumenterVitepress"},[t("code",null,"DocumenterVitepress.DocumenterVitepress")])],-1))])}const v=r(p,[["render",u]]);export{D as __pageData,v as default}; diff --git a/previews/PR178/assets/api.md.DcOHvDBh.lean.js b/previews/PR178/assets/api.md.UfMcUfj7.lean.js similarity index 93% rename from previews/PR178/assets/api.md.DcOHvDBh.lean.js rename to previews/PR178/assets/api.md.UfMcUfj7.lean.js index 5b9b890..9af829e 100644 --- a/previews/PR178/assets/api.md.DcOHvDBh.lean.js +++ b/previews/PR178/assets/api.md.UfMcUfj7.lean.js @@ -1 +1 @@ -import{_ as r,c as l,j as t,a as s,G as o,a2 as a,B as n,o as p}from"./chunks/framework.rMBZD2FC.js";const D=JSON.parse('{"title":"","description":"","frontmatter":{"outline":"deep"},"headers":[],"relativePath":"api.md","filePath":"api.md","lastUpdated":null}'),d={name:"api.md"},c={class:"jldocstring custom-block",open:""},h={class:"jldocstring custom-block",open:""};function u(m,e,k,g,b,f){const i=n("Badge");return p(),l("div",null,[e[10]||(e[10]=t("h2",{id:"Public-API",tabindex:"-1"},[s("Public API "),t("a",{class:"header-anchor",href:"#Public-API","aria-label":'Permalink to "Public API {#Public-API}"'},"​")],-1)),t("details",c,[t("summary",null,[e[0]||(e[0]=t("a",{id:"DocumenterVitepress.DocumenterVitepress",href:"#DocumenterVitepress.DocumenterVitepress"},"#",-1)),e[1]||(e[1]=s()),e[2]||(e[2]=t("span",{class:"jlbinding"},"DocumenterVitepress.DocumenterVitepress",-1)),e[3]||(e[3]=s()),o(i,{type:"info",class:"jlObjectType jlModule",text:"Module"})]),e[4]||(e[4]=a('
julia
DocumenterVitepress

Similar to DocumentationMarkdown.jl but designed to work with vitepress.

source

',3))]),t("details",h,[t("summary",null,[e[5]||(e[5]=t("a",{id:"DocumenterVitepress.MarkdownVitepress",href:"#DocumenterVitepress.MarkdownVitepress"},"#",-1)),e[6]||(e[6]=s()),e[7]||(e[7]=t("span",{class:"jlbinding"},"DocumenterVitepress.MarkdownVitepress",-1)),e[8]||(e[8]=s()),o(i,{type:"info",class:"jlObjectType jlType",text:"Type"})]),e[9]||(e[9]=a('
julia
MarkdownVitepress(; repo, devbranch, devurl, kwargs...)

This is the main entry point for the Vitepress Markdown writer.

It is a config which can be passed to the format keyword argument in Documenter.makedocs, and causes it to emit a Vitepress site.

Quick start

When invoking Documenter.makedocs, replace the default format=Documenter.HTML(...) with:

julia
format=DocumenterVitepress.MarkdownVitepress(; repo = "...", devbranch = "...", devurl = "...")

Keyword arguments (config)

Extended help

The repo kwarg is used to set the edit link for the documentation.

The devbranch and devurl kwargs are used to set the path of the static site, which Vitepress expects in advance.

source

',10))]),e[11]||(e[11]=t("p",null,[s("See e.g. "),t("a",{href:"/DocumenterVitepress.jl/previews/PR178/api#DocumenterVitepress.DocumenterVitepress"},[t("code",null,"DocumenterVitepress.DocumenterVitepress")])],-1))])}const v=r(d,[["render",u]]);export{D as __pageData,v as default}; +import{_ as r,c as l,j as t,a as s,G as o,a2 as a,B as n,o as d}from"./chunks/framework.rMBZD2FC.js";const D=JSON.parse('{"title":"","description":"","frontmatter":{"outline":"deep"},"headers":[],"relativePath":"api.md","filePath":"api.md","lastUpdated":null}'),p={name:"api.md"},c={class:"jldocstring custom-block",open:""},h={class:"jldocstring custom-block",open:""};function u(m,e,k,g,b,f){const i=n("Badge");return d(),l("div",null,[e[10]||(e[10]=t("h2",{id:"Public-API",tabindex:"-1"},[s("Public API "),t("a",{class:"header-anchor",href:"#Public-API","aria-label":'Permalink to "Public API {#Public-API}"'},"​")],-1)),t("details",c,[t("summary",null,[e[0]||(e[0]=t("a",{id:"DocumenterVitepress.DocumenterVitepress",href:"#DocumenterVitepress.DocumenterVitepress"},"#",-1)),e[1]||(e[1]=s()),e[2]||(e[2]=t("span",{class:"jlbinding"},"DocumenterVitepress.DocumenterVitepress",-1)),e[3]||(e[3]=s()),o(i,{type:"info",class:"jlObjectType jlModule",text:"Module"})]),e[4]||(e[4]=a('
julia
DocumenterVitepress

Similar to DocumentationMarkdown.jl but designed to work with vitepress.

source

',3))]),t("details",h,[t("summary",null,[e[5]||(e[5]=t("a",{id:"DocumenterVitepress.MarkdownVitepress",href:"#DocumenterVitepress.MarkdownVitepress"},"#",-1)),e[6]||(e[6]=s()),e[7]||(e[7]=t("span",{class:"jlbinding"},"DocumenterVitepress.MarkdownVitepress",-1)),e[8]||(e[8]=s()),o(i,{type:"info",class:"jlObjectType jlType",text:"Type"})]),e[9]||(e[9]=a('
julia
MarkdownVitepress(; repo, devbranch, devurl, kwargs...)

This is the main entry point for the Vitepress Markdown writer.

It is a config which can be passed to the format keyword argument in Documenter.makedocs, and causes it to emit a Vitepress site.

Quick start

When invoking Documenter.makedocs, replace the default format=Documenter.HTML(...) with:

julia
format=DocumenterVitepress.MarkdownVitepress(; repo = "...", devbranch = "...", devurl = "...")

Keyword arguments (config)

Extended help

The repo kwarg is used to set the edit link for the documentation.

The devbranch and devurl kwargs are used to set the path of the static site, which Vitepress expects in advance.

source

',10))]),e[11]||(e[11]=t("p",null,[s("See e.g. "),t("a",{href:"/DocumenterVitepress.jl/previews/PR178/api#DocumenterVitepress.DocumenterVitepress"},[t("code",null,"DocumenterVitepress.DocumenterVitepress")])],-1))])}const v=r(p,[["render",u]]);export{D as __pageData,v as default}; diff --git a/previews/PR178/assets/app.Bpy1AWN9.js b/previews/PR178/assets/app.COEPJtdK.js similarity index 95% rename from previews/PR178/assets/app.Bpy1AWN9.js rename to previews/PR178/assets/app.COEPJtdK.js index 6654551..055792f 100644 --- a/previews/PR178/assets/app.Bpy1AWN9.js +++ b/previews/PR178/assets/app.COEPJtdK.js @@ -1 +1 @@ -import{R as p}from"./chunks/theme.BypQGrVM.js";import{R as o,a6 as u,a7 as c,a8 as l,a9 as f,aa as d,ab as m,ac as h,ad as g,ae as A,af as v,d as P,u as R,v as w,s as y,ag as C,ah as b,ai as E,a5 as S}from"./chunks/framework.rMBZD2FC.js";function i(e){if(e.extends){const a=i(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const s=i(p),T=P({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=R();return w(()=>{y(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&C(),b(),E(),s.setup&&s.setup(),()=>S(s.Layout)}});async function D(){globalThis.__VITEPRESS__=!0;const e=j(),a=_();a.provide(c,e);const t=l(e.route);return a.provide(f,t),a.component("Content",d),a.component("ClientOnly",m),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),s.enhanceApp&&await s.enhanceApp({app:a,router:e,siteData:h}),{app:a,router:e,data:t}}function _(){return g(T)}function j(){let e=o,a;return A(t=>{let n=v(t),r=null;return n&&(e&&(a=n),(e||a===n)&&(n=n.replace(/\.js$/,".lean.js")),r=import(n)),o&&(e=!1),r},s.NotFound)}o&&D().then(({app:e,router:a,data:t})=>{a.go().then(()=>{u(a.route,t.site),e.mount("#app")})});export{D as createApp}; +import{R as p}from"./chunks/theme.DE4XUd9y.js";import{R as o,a6 as u,a7 as c,a8 as l,a9 as f,aa as d,ab as m,ac as h,ad as g,ae as A,af as v,d as P,u as R,v as w,s as y,ag as C,ah as b,ai as E,a5 as S}from"./chunks/framework.rMBZD2FC.js";function i(e){if(e.extends){const a=i(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const s=i(p),T=P({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=R();return w(()=>{y(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&C(),b(),E(),s.setup&&s.setup(),()=>S(s.Layout)}});async function D(){globalThis.__VITEPRESS__=!0;const e=j(),a=_();a.provide(c,e);const t=l(e.route);return a.provide(f,t),a.component("Content",d),a.component("ClientOnly",m),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),s.enhanceApp&&await s.enhanceApp({app:a,router:e,siteData:h}),{app:a,router:e,data:t}}function _(){return g(T)}function j(){let e=o,a;return A(t=>{let n=v(t),r=null;return n&&(e&&(a=n),(e||a===n)&&(n=n.replace(/\.js$/,".lean.js")),r=import(n)),o&&(e=!1),r},s.NotFound)}o&&D().then(({app:e,router:a,data:t})=>{a.go().then(()=>{u(a.route,t.site),e.mount("#app")})});export{D as createApp}; diff --git a/previews/PR178/assets/chunks/@localSearchIndexroot.ByjcD6em.js b/previews/PR178/assets/chunks/@localSearchIndexroot.ByjcD6em.js new file mode 100644 index 0000000..a86379a --- /dev/null +++ b/previews/PR178/assets/chunks/@localSearchIndexroot.ByjcD6em.js @@ -0,0 +1 @@ +const e='{"documentCount":60,"nextId":60,"documentIds":{"0":"/DocumenterVitepress.jl/previews/PR178/api#Public-API","1":"/DocumenterVitepress.jl/previews/PR178/citations#DocumenterCitations.jl-integration","2":"/DocumenterVitepress.jl/previews/PR178/citations#gallery","3":"/DocumenterVitepress.jl/previews/PR178/citations#numeric_style","4":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography","5":"/DocumenterVitepress.jl/previews/PR178/citations#author_year_style","6":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography-1","7":"/DocumenterVitepress.jl/previews/PR178/citations#alphabetic_style","8":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography-2","9":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography-3","10":"/DocumenterVitepress.jl/previews/PR178/citations#custom_styles","11":"/DocumenterVitepress.jl/previews/PR178/citations#Custom-style:-enumerated-author-year","12":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography-4","13":"/DocumenterVitepress.jl/previews/PR178/citations#Custom-style:-Citation-key-labels","14":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography-5","15":"/DocumenterVitepress.jl/previews/PR178/code_example#Julia-code-examples","16":"/DocumenterVitepress.jl/previews/PR178/code_example#example","17":"/DocumenterVitepress.jl/previews/PR178/code_example#ansi","18":"/DocumenterVitepress.jl/previews/PR178/code_example#eval","19":"/DocumenterVitepress.jl/previews/PR178/code_example#julia-1-10-documentation","20":"/DocumenterVitepress.jl/previews/PR178/code_example#repl","21":"/DocumenterVitepress.jl/previews/PR178/code_example#doctest","22":"/DocumenterVitepress.jl/previews/PR178/documenter_to_vitepress_docs_example#Upgrading-docs-from-Documenter.jl-to-DocumenterVitepress.jl","23":"/DocumenterVitepress.jl/previews/PR178/getting_started#Getting-started","24":"/DocumenterVitepress.jl/previews/PR178/getting_started#Simple-method","25":"/DocumenterVitepress.jl/previews/PR178/getting_started#Preview-Documentation-Development-Instantly","26":"/DocumenterVitepress.jl/previews/PR178/getting_started#Advanced-method","27":"/DocumenterVitepress.jl/previews/PR178/getting_started#Project-structure","28":"/DocumenterVitepress.jl/previews/PR178/getting_started#VitePress-Installation","29":"/DocumenterVitepress.jl/previews/PR178/getting_started#prerequisites","30":"/DocumenterVitepress.jl/previews/PR178/getting_started#Build-new-docs-from-docs/src","31":"/DocumenterVitepress.jl/previews/PR178/getting_started#Setting-up-the-Folder-Structure","32":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Markdown-Extension-Examples","33":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Syntax-Highlighting","34":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Line-Highlight","35":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Highlight-multiple-lines","36":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Focus-a-line","37":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Focus-multiple-lines","38":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Added-and-removed-lines","39":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Code-error,-code-warning","40":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Code-groups","41":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#lists","42":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Custom-Containers","43":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#tabs","44":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Nested-Tabs","45":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#GitHub-flavored-Alerts","46":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#tables","47":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#equations","48":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Footnotes-(citation-style)","49":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Escaping-characters","50":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#more","51":"/DocumenterVitepress.jl/previews/PR178/mime_examples#MIME-type-examples","52":"/DocumenterVitepress.jl/previews/PR178/render_pipeline#The-rendering-process","53":"/DocumenterVitepress.jl/previews/PR178/render_pipeline#documenter-jl","54":"/DocumenterVitepress.jl/previews/PR178/render_pipeline#vitepress","55":"/DocumenterVitepress.jl/previews/PR178/render_pipeline#finalization","56":"/DocumenterVitepress.jl/previews/PR178/style_css#CSS-Styling","57":"/DocumenterVitepress.jl/previews/PR178/style_css#Layout-options","58":"/DocumenterVitepress.jl/previews/PR178/style_css#All-available-space","59":"/DocumenterVitepress.jl/previews/PR178/style_css#more"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[2,1,175],"1":[3,1,33],"2":[3,1,24],"3":[2,3,63],"4":[1,1,139],"5":[3,1,88],"6":[1,1,139],"7":[2,1,76],"8":[1,1,149],"9":[1,1,67],"10":[2,1,23],"11":[5,3,65],"12":[1,1,139],"13":[5,1,64],"14":[1,1,139],"15":[3,1,55],"16":[2,3,49],"17":[2,3,53],"18":[2,3,74],"19":[4,1,28],"20":[2,4,17],"21":[2,4,10],"22":[7,1,172],"23":[2,1,1],"24":[2,2,42],"25":[4,4,173],"26":[2,2,102],"27":[2,2,66],"28":[2,2,8],"29":[1,4,58],"30":[5,2,44],"31":[5,2,64],"32":[3,1,14],"33":[2,3,14],"34":[2,5,40],"35":[3,5,45],"36":[3,5,35],"37":[3,5,41],"38":[4,5,40],"39":[4,5,36],"40":[2,5,42],"41":[1,5,9],"42":[2,3,21],"43":[1,3,10],"44":[2,3,16],"45":[3,3,11],"46":[1,3,25],"47":[1,3,68],"48":[4,3,16],"49":[2,3,55],"50":[1,3,18],"51":[3,1,131],"52":[3,1,38],"53":[2,3,71],"54":[1,3,91],"55":[1,3,49],"56":[2,1,19],"57":[2,2,67],"58":[3,2,72],"59":[1,2,16]},"averageFieldLength":[2.4000000000000004,2.4833333333333334,58.483333333333334],"storedFields":{"0":{"title":"Public API","titles":[]},"1":{"title":"DocumenterCitations.jl integration","titles":[]},"2":{"title":"Citation Style Gallery","titles":[]},"3":{"title":"Numeric style","titles":["Citation Style Gallery"]},"4":{"title":"Bibliography","titles":[]},"5":{"title":"Author-year style","titles":["Bibliography"]},"6":{"title":"Bibliography","titles":[]},"7":{"title":"Alphabetic style","titles":["Bibliography"]},"8":{"title":"Bibliography","titles":[]},"9":{"title":"Bibliography","titles":[]},"10":{"title":"Custom styles","titles":["Bibliography"]},"11":{"title":"Custom style: enumerated author-year","titles":["Bibliography","Custom styles"]},"12":{"title":"Bibliography","titles":[]},"13":{"title":"Custom style: Citation-key labels","titles":["Bibliography"]},"14":{"title":"Bibliography","titles":[]},"15":{"title":"Julia code examples","titles":[]},"16":{"title":"@example","titles":["Julia code examples"]},"17":{"title":"@ansi","titles":["Julia code examples"]},"18":{"title":"@eval","titles":["Julia code examples"]},"19":{"title":"Julia 1.10 Documentation","titles":[]},"20":{"title":"@repl","titles":["Julia 1.10 Documentation"]},"21":{"title":"@doctest","titles":["Julia 1.10 Documentation"]},"22":{"title":"Upgrading docs from Documenter.jl to DocumenterVitepress.jl","titles":[]},"23":{"title":"Getting started","titles":[]},"24":{"title":"Simple method","titles":["Getting started"]},"25":{"title":"Preview Documentation Development Instantly","titles":["Getting started","Simple method"]},"26":{"title":"Advanced method","titles":["Getting started"]},"27":{"title":"Project structure","titles":["Getting started"]},"28":{"title":"VitePress Installation","titles":["Getting started"]},"29":{"title":"Prerequisites","titles":["Getting started","VitePress Installation"]},"30":{"title":"Build new docs from docs/src","titles":["Getting started"]},"31":{"title":"Setting up the Folder Structure","titles":["Getting started"]},"32":{"title":"Markdown Extension Examples","titles":[]},"33":{"title":"Syntax Highlighting","titles":["Markdown Extension Examples"]},"34":{"title":"Line Highlight","titles":["Markdown Extension Examples","Syntax Highlighting"]},"35":{"title":"Highlight multiple lines","titles":["Markdown Extension Examples","Syntax Highlighting"]},"36":{"title":"Focus a line","titles":["Markdown Extension Examples","Syntax Highlighting"]},"37":{"title":"Focus multiple lines","titles":["Markdown Extension Examples","Syntax Highlighting"]},"38":{"title":"Added and removed lines","titles":["Markdown Extension Examples","Syntax Highlighting"]},"39":{"title":"Code error, code warning","titles":["Markdown Extension Examples","Syntax Highlighting"]},"40":{"title":"Code groups","titles":["Markdown Extension Examples","Syntax Highlighting"]},"41":{"title":"Lists","titles":["Markdown Extension Examples","Syntax Highlighting"]},"42":{"title":"Custom Containers","titles":["Markdown Extension Examples"]},"43":{"title":"Tabs","titles":["Markdown Extension Examples"]},"44":{"title":"Nested Tabs","titles":["Markdown Extension Examples"]},"45":{"title":"GitHub-flavored Alerts","titles":["Markdown Extension Examples"]},"46":{"title":"Tables","titles":["Markdown Extension Examples"]},"47":{"title":"Equations","titles":["Markdown Extension Examples"]},"48":{"title":"Footnotes (citation-style)","titles":["Markdown Extension Examples"]},"49":{"title":"Escaping characters","titles":["Markdown Extension Examples"]},"50":{"title":"More","titles":["Markdown Extension Examples"]},"51":{"title":"MIME-type examples","titles":[]},"52":{"title":"The rendering process","titles":[]},"53":{"title":"Documenter.jl","titles":["The rendering process"]},"54":{"title":"VitePress","titles":["The rendering process"]},"55":{"title":"Finalization","titles":["The rendering process"]},"56":{"title":"CSS Styling","titles":[]},"57":{"title":"Layout options","titles":["CSS Styling"]},"58":{"title":"All available space","titles":["CSS Styling"]},"59":{"title":"More","titles":["CSS Styling"]}},"dirtCount":0,"index":[["加宽",{"2":{"58":1}}],["文档页面调整",{"2":{"58":1}}],["一些细节上的优化",{"2":{"58":1}}],["↩︎",{"2":{"50":1}}],["∇2φ=ρ",{"2":{"47":1}}],["zebra",{"2":{"46":2}}],["|",{"2":{"46":20}}],["|>",{"2":{"15":1,"51":4}}],["└──",{"2":{"27":8,"31":8,"56":4}}],["├──",{"2":{"27":7,"31":7}}],["x=−b±b2−4ac2adon",{"2":{"47":1}}],["xrange",{"2":{"34":2,"35":2,"36":2,"37":2,"38":2,"39":2,"40":2}}],["x",{"2":{"34":10,"35":10,"36":10,"37":10,"38":10,"39":10,"40":10}}],["x3c",{"2":{"22":2,"24":1,"49":6}}],["x26",{"2":{"17":4,"18":2}}],["960px",{"2":{"57":1,"58":1}}],["9",{"2":{"17":1}}],["‎",{"2":{"17":1,"34":1,"35":2,"36":1,"37":3,"38":3,"39":2}}],["++",{"2":{"38":2}}],["+",{"2":{"16":2,"20":4,"21":2,"34":2,"35":2,"36":2,"37":2,"38":2,"39":2,"40":2,"47":2}}],["∈",{"2":{"15":1}}],["`contents",{"2":{"51":1}}],["`greater`",{"2":{"49":1}}],["`less`",{"2":{"49":1}}],["`math`",{"2":{"47":1}}],["``",{"2":{"49":2}}],["``ax^2",{"2":{"47":1}}],["``a",{"2":{"47":1}}],["```math",{"2":{"47":1}}],["```julia",{"2":{"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":2}}],["```",{"2":{"16":4,"17":4,"18":4,"20":4,"21":2,"25":1,"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":2,"47":1,"49":2}}],["`~",{"2":{"16":2}}],["`",{"2":{"15":1,"49":4}}],["^1",{"2":{"48":2}}],["^",{"2":{"15":1}}],[">",{"2":{"15":1,"45":2,"49":1}}],["∌",{"2":{"15":1}}],["∘",{"2":{"15":1}}],["√",{"2":{"15":1}}],["∛",{"2":{"15":1}}],["∜",{"2":{"15":1}}],["∩",{"2":{"15":1}}],["∪",{"2":{"15":1}}],["≈",{"2":{"15":1}}],["≉",{"2":{"15":1}}],["≠",{"2":{"15":1}}],["≡",{"2":{"15":1}}],["≢",{"2":{"15":1}}],["≤",{"2":{"15":1}}],["≥",{"2":{"15":1}}],["⊆",{"2":{"15":1}}],["⊇",{"2":{"15":1}}],["⊈",{"2":{"15":1}}],["⊉",{"2":{"15":1}}],["⊊",{"2":{"15":1}}],["⊋",{"2":{"15":1}}],["⊻",{"2":{"15":1}}],["⊼",{"2":{"15":1}}],["⊽",{"2":{"15":1}}],["$$",{"2":{"47":1}}],["$$x",{"2":{"47":1}}],["$1",{"2":{"46":2}}],["$12",{"2":{"46":2}}],["$1600",{"2":{"46":2}}],["$url",{"2":{"18":1}}],["$file",{"2":{"18":1}}],["$color",{"2":{"17":2}}],["$",{"2":{"15":1,"17":2,"18":6,"22":2,"28":1,"30":2,"31":1}}],["$build",{"2":{"0":1}}],["0px",{"2":{"58":1}}],["0e",{"2":{"51":1}}],["0``",{"2":{"47":2}}],["001",{"2":{"34":2,"35":2,"36":2,"37":2,"38":2,"39":2,"40":4}}],["0",{"2":{"16":1,"17":3,"25":2,"34":6,"35":6,"36":6,"37":6,"38":6,"39":6,"40":10,"51":2,"57":1,"58":4}}],["0712",{"2":{"9":1}}],["0702147",{"2":{"9":1}}],["075008",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["075007",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["034007",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["7",{"2":{"3":1,"16":1,"17":3}}],["6c",{"2":{"51":1}}],["67",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["6",{"2":{"3":1,"4":1,"6":1,"8":1,"12":1,"14":1,"17":1,"51":1}}],["871",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["8",{"2":{"3":2,"17":3}}],["5vw",{"2":{"58":1}}],["5px",{"2":{"57":1}}],["519px",{"2":{"51":1}}],["5173",{"2":{"22":1}}],["56b4e9",{"2":{"34":2,"35":2,"36":2,"37":2,"38":2,"39":2,"40":2}}],["54",{"2":{"9":1}}],["5",{"2":{"3":2,"17":5}}],["4kb",{"2":{"51":1}}],["4ac",{"2":{"47":1}}],["49m",{"2":{"17":2}}],["48",{"2":{"17":2}}],["4710194d",{"2":{"16":1}}],["40",{"2":{"9":1}}],["4",{"2":{"3":2,"16":1,"17":1}}],["vpcontent",{"2":{"58":2}}],["vpsidebar",{"2":{"58":1}}],["vpnavbar",{"2":{"57":1,"58":6}}],["vpdocoutlineitem",{"2":{"57":1,"58":1}}],["vpdoc",{"2":{"57":3,"58":3}}],["vector",{"2":{"51":2}}],["very",{"2":{"22":1}}],["version",{"2":{"16":1,"18":5,"19":1,"29":1}}],["versions",{"2":{"16":1}}],["values",{"2":{"25":1}}],["v0",{"2":{"16":1}}],["v1",{"2":{"16":2}}],["vwb08",{"2":{"7":2}}],["vol",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["von",{"2":{"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"11":1,"12":1,"13":2,"14":1}}],["v",{"2":{"4":2,"6":2,"8":2,"12":2,"14":2,"18":5}}],["vite",{"2":{"51":3}}],["vitepress优化",{"2":{"58":1}}],["vitepress",{"0":{"28":1,"54":1},"1":{"29":1},"2":{"0":11,"22":1,"24":1,"25":3,"26":3,"27":1,"29":5,"31":1,"32":1,"33":1,"49":1,"51":1,"52":1,"53":1,"54":3,"56":1,"57":1}}],["viewable",{"2":{"53":1}}],["view",{"2":{"29":1}}],["via",{"2":{"1":1,"2":1,"4":1,"6":1,"8":1,"12":1,"14":1}}],["32px",{"2":{"58":3}}],["38",{"2":{"17":2}}],["3",{"2":{"3":1,"4":1,"6":1,"8":1,"12":1,"14":1,"16":2,"17":3,"20":2,"34":4,"35":6,"36":4,"37":5,"38":4,"39":4,"40":4,"46":2}}],["39",{"2":{"0":1,"1":1,"18":1,"22":2,"26":3,"47":1,"49":1,"50":1,"54":1}}],["230px",{"2":{"58":1}}],["2339",{"2":{"9":1}}],["255px",{"2":{"58":1}}],["250px",{"2":{"58":4}}],["25px",{"2":{"57":1}}],["256",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["29",{"2":{"51":1}}],["2935",{"2":{"9":1}}],["2c",{"2":{"51":1}}],["2a",{"2":{"47":1}}],["2π",{"2":{"34":8,"35":8,"36":8,"37":8,"38":8,"39":8,"40":8}}],["213001",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["28large",{"2":{"51":1}}],["28",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["24",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["20px",{"2":{"58":2}}],["200px",{"2":{"57":2,"58":2}}],["2007",{"2":{"9":2}}],["2003",{"2":{"4":1,"5":2,"6":1,"8":1,"12":1,"14":1}}],["2008",{"2":{"4":1,"5":2,"6":1,"8":1,"11":1,"12":1,"14":1}}],["2016",{"2":{"4":1,"5":2,"6":1,"8":1,"12":1,"14":1}}],["2012",{"2":{"4":1,"5":2,"6":1,"8":1,"12":1,"14":1}}],["2010",{"2":{"4":1,"5":2,"6":1,"8":1,"12":1,"14":1}}],["2018",{"2":{"4":1,"5":1,"6":1,"8":1,"11":1,"12":1,"14":1}}],["2014",{"2":{"4":1,"5":1,"6":1,"8":1,"11":1,"12":1,"14":1}}],["2022",{"2":{"4":1,"5":9,"6":1,"8":1,"11":1,"12":1,"14":1}}],["2",{"2":{"3":1,"16":4,"17":1,"18":1,"19":1,"20":3,"21":2,"34":4,"35":5,"36":4,"37":4,"38":4,"39":4,"40":4,"43":4,"44":4,"46":2,"51":1}}],["1440px",{"2":{"58":1}}],["14",{"2":{"17":1}}],["13",{"2":{"17":1}}],["11",{"2":{"17":1}}],["100",{"2":{"57":1,"58":2}}],["10π",{"2":{"40":2}}],["10",{"0":{"19":1},"1":{"20":1,"21":1},"2":{"17":1,"18":1,"19":2,"58":1}}],["15px",{"2":{"57":1,"58":1}}],["15",{"2":{"17":3}}],["151",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["12",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"17":1}}],["16",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["1",{"0":{"19":1},"1":{"20":1,"21":1},"2":{"3":13,"5":8,"7":6,"13":6,"16":1,"17":1,"18":1,"19":2,"20":4,"21":4,"25":2,"34":8,"35":8,"36":8,"37":8,"38":8,"39":8,"40":10,"41":6,"48":1}}],["quirk",{"2":{"25":1}}],["quickly",{"2":{"27":1}}],["quick",{"2":{"0":1,"26":2}}],["quant",{"2":{"9":1}}],["quantum",{"2":{"4":10,"6":10,"8":10,"9":2,"12":10,"14":10}}],["quot",{"2":{"3":26,"5":30,"7":26,"11":6,"13":22,"25":10,"52":2}}],["yrange",{"2":{"34":2,"35":2,"36":2,"37":2,"38":2,"39":2,"40":2}}],["yml",{"2":{"26":1}}],["yelin",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["year",{"0":{"5":1,"11":1},"2":{"2":1,"5":2,"7":1}}],["y",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["your",{"2":{"22":5,"24":3,"25":15,"26":6,"27":1,"29":1,"30":1,"31":1,"51":2,"56":1,"57":1,"58":1}}],["you",{"2":{"0":1,"1":2,"15":1,"22":2,"24":1,"25":9,"26":5,"27":2,"29":2,"47":2,"51":1,"56":1}}],["has",{"2":{"53":1,"54":1,"57":1,"58":4}}],["have",{"2":{"25":1,"26":1,"31":1,"51":1}}],["happens",{"2":{"25":1}}],["home",{"2":{"22":2}}],["however",{"2":{"29":1}}],["how",{"2":{"10":1,"24":1,"26":2,"27":1}}],["hidden",{"2":{"57":2,"58":2}}],["hide",{"2":{"20":1}}],["hit",{"2":{"22":2}}],["highlighting",{"0":{"33":1},"1":{"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1},"2":{"33":2}}],["highlight",{"0":{"34":1,"35":1},"2":{"17":1,"34":1,"35":4,"37":2}}],["hello",{"2":{"51":1}}],["help",{"2":{"0":1}}],["here",{"2":{"13":1,"16":1,"22":2,"25":1,"26":1,"30":1,"31":1,"48":2}}],["h1",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["h",{"2":{"4":4,"6":4,"8":4,"9":2,"12":4,"14":4}}],["http",{"2":{"22":1}}],["https",{"2":{"0":3,"18":1,"22":2,"51":3,"58":1}}],["htmlwriter",{"2":{"0":1}}],["html",{"2":{"0":1,"11":1,"22":1,"24":1,"54":1,"58":1}}],["lc",{"2":{"34":4,"35":4,"36":4,"37":4,"38":4,"39":4,"40":6}}],["lw",{"2":{"34":4,"35":4,"36":4,"37":4,"38":4,"39":4,"40":4}}],["ll",{"2":{"26":1}}],["logo",{"2":{"27":1,"31":1,"51":1}}],["locally",{"2":{"25":1,"29":1,"31":1,"54":1}}],["localhost",{"2":{"22":1}}],["lock",{"2":{"22":1,"27":1,"31":1}}],["look",{"2":{"15":1,"22":2,"26":1}}],["looks",{"2":{"1":1}}],["lpad",{"2":{"17":2}}],["left",{"2":{"57":3,"58":7}}],["leads",{"2":{"25":1}}],["let",{"2":{"22":1,"49":1,"51":1}}],["less",{"2":{"13":1,"49":1}}],["level",{"2":{"9":1,"28":1}}],["lt",{"2":{"11":1,"49":3}}],["layout",{"0":{"57":1}}],["landgejay124",{"2":{"22":2}}],["landing",{"2":{"18":1}}],["last",{"2":{"11":1,"47":2}}],["labels",{"0":{"13":1},"2":{"7":1,"8":1,"13":1}}],["latter",{"2":{"0":1}}],["l",{"2":{"4":1,"6":1,"8":1,"9":2,"12":1,"14":1,"34":4,"35":4,"36":4,"37":4,"38":4,"39":4,"40":6}}],["li",{"2":{"57":1,"58":1}}],["library",{"2":{"25":1}}],["liveserver",{"2":{"25":4}}],["live",{"2":{"22":1,"25":1,"29":1}}],["linetwo",{"2":{"40":1}}],["lines",{"0":{"35":1,"37":1,"38":1},"2":{"35":1,"40":2,"57":1}}],["line",{"0":{"34":1,"36":1},"2":{"11":1,"33":1,"40":1}}],["link",{"2":{"0":1,"22":1,"48":2,"59":1}}],["lidar",{"2":{"9":2}}],["limitations",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["lists",{"0":{"41":1}}],["list",{"2":{"0":1,"11":2,"50":1}}],["like",{"2":{"0":3,"1":1,"7":1,"15":1,"22":2,"25":2,"27":1,"33":1}}],["uint8",{"2":{"51":2}}],["under",{"2":{"51":1}}],["underlying",{"2":{"25":1}}],["unreleased",{"2":{"18":1,"19":1}}],["unlike",{"2":{"7":1}}],["usual",{"2":{"26":1}}],["us",{"2":{"22":1}}],["using",{"2":{"13":1,"16":2,"22":5,"24":1,"25":1,"34":1,"35":2,"36":1,"37":2,"38":1,"39":1,"40":2,"55":1}}],["user",{"2":{"10":1,"25":1,"54":1}}],["uses",{"2":{"7":1,"15":1,"53":1}}],["use",{"2":{"0":1,"1":2,"25":1,"26":1,"27":1,"47":2}}],["useful",{"2":{"0":1}}],["used",{"2":{"0":3,"3":1,"5":1,"11":1,"13":2,"16":1,"26":1,"29":1,"30":1}}],["u",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["upload",{"2":{"51":3}}],["ups",{"2":{"25":1}}],["updated",{"2":{"25":1}}],["update",{"2":{"22":1,"25":1}}],["upgrade",{"2":{"22":2}}],["upgrades",{"2":{"9":1}}],["upgrading",{"0":{"22":1}}],["up",{"0":{"31":1},"2":{"0":1,"25":1,"26":1,"35":1}}],["url",{"2":{"0":5,"18":1,"24":1}}],["non",{"2":{"55":1}}],["no",{"2":{"47":2}}],["nowrap",{"2":{"57":2,"58":2}}],["now",{"2":{"25":2,"27":1}}],["nodejs",{"2":{"54":1}}],["node",{"2":{"22":1,"54":1}}],["notable",{"2":{"54":1}}],["notes",{"2":{"10":1}}],["note",{"2":{"7":1,"8":1,"18":1,"19":1,"25":2,"35":1,"37":1,"38":1,"58":1}}],["not",{"2":{"0":2,"7":1,"25":1,"49":1,"51":1,"54":1,"55":1}}],["nothing",{"2":{"0":2}}],["ne",{"2":{"47":1}}],["neat",{"2":{"46":2}}],["nested",{"0":{"44":1}}],["need",{"2":{"22":1,"25":1,"29":1,"30":1}}],["next",{"2":{"22":2}}],["necessary",{"2":{"22":2,"26":1,"30":1}}],["new",{"0":{"30":1},"2":{"4":2,"6":2,"8":2,"12":2,"14":2,"22":2,"30":1}}],["nabla^2",{"2":{"47":1}}],["navigate",{"2":{"25":1}}],["natbib",{"2":{"5":1}}],["named",{"2":{"22":3}}],["names",{"2":{"7":1}}],["name",{"2":{"0":1,"5":2}}],["numeric",{"0":{"3":1},"2":{"2":2,"3":1,"7":2}}],["npmpnpmyarnbun",{"2":{"29":1}}],["npm",{"2":{"0":2,"22":1,"29":2,"31":1,"54":2}}],["gif",{"2":{"51":2}}],["githubusercontent",{"2":{"18":1}}],["github",{"0":{"45":1},"2":{"0":1,"22":7,"26":1,"45":1,"46":1}}],["greater",{"2":{"49":1}}],["gray",{"2":{"40":2}}],["grace",{"2":{"9":2}}],["group",{"2":{"40":1}}],["groups",{"0":{"40":1}}],["gridss",{"2":{"39":2}}],["grid",{"2":{"34":2,"35":2,"36":2,"37":2,"38":2,"40":2}}],["gp",{"2":{"34":6,"35":6,"36":6,"37":6,"38":6,"39":6,"40":8}}],["gnuplot",{"2":{"34":3,"35":2,"36":2,"37":2,"38":2,"39":2,"40":4}}],["guide",{"2":{"26":1}}],["gh",{"2":{"22":1}}],["gmail",{"2":{"22":2}}],["good",{"2":{"26":1}}],["go",{"2":{"22":1,"26":2}}],["goerz",{"2":{"3":4,"4":2,"5":9,"6":2,"7":4,"8":2,"11":1,"12":2,"13":4,"14":2}}],["goerzq2022",{"2":{"3":8,"5":10,"7":8,"11":1,"13":15}}],["gt",{"2":{"11":1,"25":1,"49":3}}],["getting",{"0":{"23":1},"1":{"24":1,"25":1,"26":1,"27":1,"28":1,"29":1,"30":1,"31":1},"2":{"27":1,"31":1}}],["get",{"2":{"22":1,"24":1,"25":1}}],["general",{"2":{"26":1}}],["generally",{"2":{"10":1,"25":1}}],["generates",{"2":{"52":1,"54":1}}],["generate",{"2":{"26":1,"54":1}}],["generated",{"2":{"13":1,"52":1,"53":1}}],["geo",{"2":{"0":1}}],["gates",{"2":{"9":2}}],["gallery",{"0":{"2":1},"1":{"3":1}}],["gcm22",{"2":{"7":7}}],["g",{"2":{"0":1,"4":2,"5":1,"6":2,"8":2,"12":2,"14":2}}],["rotating",{"2":{"51":1}}],["rho",{"2":{"47":1}}],["right",{"2":{"46":2,"57":1,"58":4}}],["rgba",{"2":{"39":2}}],["rgb",{"2":{"34":2,"35":2,"36":2,"37":2,"38":2,"40":2}}],["rmp",{"2":{"5":1}}],["r",{"2":{"4":2,"6":2,"8":2,"9":2,"12":2,"14":2}}],["runnable",{"2":{"53":1}}],["running",{"2":{"25":1}}],["run",{"2":{"0":1,"22":3,"25":2,"31":3,"53":2,"54":4}}],["raw",{"2":{"18":1}}],["randomly",{"2":{"9":1}}],["rabitz",{"2":{"4":1,"6":1,"8":1,"9":2,"12":1,"14":1}}],["rasters",{"2":{"0":1}}],["rafaqz",{"2":{"0":1}}],["relocatable",{"2":{"54":1}}],["release",{"2":{"18":3}}],["read",{"2":{"51":4}}],["real",{"2":{"25":1}}],["restore",{"2":{"57":1}}],["rest",{"2":{"27":1}}],["recursive",{"2":{"53":1}}],["recursive=true",{"2":{"22":2}}],["recommend",{"2":{"27":1}}],["re",{"2":{"26":1}}],["rebuild",{"2":{"25":1}}],["remotes",{"2":{"22":2}}],["removed",{"0":{"38":1},"2":{"25":1}}],["removes",{"2":{"0":1}}],["remove",{"2":{"0":3}}],["red",{"2":{"17":2}}],["revtex",{"2":{"5":1}}],["rev",{"2":{"5":1}}],["references",{"2":{"3":5,"5":5,"7":7,"11":3,"13":1}}],["rendering",{"0":{"52":1},"1":{"53":1,"54":1,"55":1}}],["render",{"2":{"11":1,"52":1,"53":2}}],["renders",{"2":{"3":13,"5":15,"7":13,"11":3,"13":11}}],["rendered",{"2":{"1":1,"55":1}}],["required",{"2":{"0":1,"54":1}}],["representing",{"2":{"51":1}}],["repl",{"0":{"20":1},"2":{"20":2,"22":1}}],["replace",{"2":{"0":1,"24":1,"25":1,"54":1}}],["repo>",{"2":{"24":1}}],["repository",{"2":{"0":2}}],["repo",{"2":{"0":5,"22":5,"24":1,"26":1}}],["mts",{"2":{"27":1,"31":1,"51":1}}],["min",{"2":{"58":2}}],["minor",{"2":{"18":1}}],["mimetype",{"2":{"51":7}}],["mime",{"0":{"51":1},"2":{"51":9}}],["might",{"2":{"0":1}}],["my",{"2":{"17":3}}],["menu",{"2":{"57":1,"58":1}}],["mentioning",{"2":{"25":2}}],["means",{"2":{"55":1}}],["meanwhile",{"2":{"11":1}}],["media",{"2":{"51":4,"57":1,"58":2}}],["mediaoutput",{"2":{"51":7}}],["me",{"2":{"25":1}}],["method",{"0":{"24":1,"26":1},"1":{"25":1},"2":{"24":1,"51":1}}],["mechanical",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["moved",{"2":{"55":1}}],["move",{"2":{"55":1}}],["more",{"0":{"50":1,"59":1},"2":{"13":1,"17":1,"24":1,"26":1,"31":1}}],["modified",{"2":{"59":1}}],["modifying",{"2":{"56":1}}],["mode",{"2":{"22":1}}],["modules",{"2":{"22":3,"53":1}}],["mod",{"2":{"5":1,"9":1}}],["molecular",{"2":{"4":3,"6":3,"8":3,"12":3,"14":3}}],["montangero",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["much",{"2":{"26":1}}],["multiple",{"0":{"35":1,"37":1},"2":{"53":1}}],["multiparticle",{"2":{"9":1}}],["multilevel",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["murphy",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["must",{"2":{"0":1,"25":1,"54":1}}],["m",{"2":{"4":5,"6":5,"8":5,"9":2,"12":5,"14":5,"17":2}}],["md",{"2":{"0":6,"22":8,"25":2,"26":1,"27":2,"31":2,"42":1,"49":1}}],["max",{"2":{"57":4,"58":3}}],["math",{"2":{"47":3}}],["matter",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["may",{"2":{"25":2}}],["major",{"2":{"18":1}}],["malinovskaya",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["malinovsky",{"2":{"3":2,"4":2,"5":4,"6":2,"7":2,"8":2,"12":2,"13":2,"14":2}}],["manually",{"2":{"0":1}}],["making",{"2":{"25":1}}],["makie",{"2":{"0":1}}],["make",{"2":{"22":6,"24":1,"25":4,"27":2,"30":1,"31":2,"47":2}}],["makedocs",{"2":{"0":2,"22":2,"24":1,"25":1,"53":1,"54":1}}],["master",{"2":{"0":1}}],["markdown",{"0":{"32":1},"1":{"33":1,"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1},"2":{"0":4,"18":4,"32":1,"50":1,"52":2,"53":3,"54":1}}],["markdownvitepress",{"2":{"0":2,"22":1,"24":1,"25":1,"53":1}}],["main",{"2":{"0":2,"22":3,"52":1}}],["our",{"2":{"54":2}}],["out",{"2":{"50":1,"58":1}}],["output",{"2":{"0":8,"16":2,"17":2,"18":1,"20":2,"21":1,"22":1,"25":3,"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"51":3}}],["own",{"2":{"27":1,"29":2,"54":1}}],["overflow",{"2":{"57":4,"58":4}}],["over",{"2":{"24":1,"47":1}}],["override",{"2":{"0":1,"15":1}}],["ol",{"2":{"11":1}}],["opt",{"2":{"9":1}}],["option",{"2":{"5":1}}],["options",{"0":{"57":1},"2":{"0":2,"54":1,"57":1}}],["optical",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["optimally",{"2":{"9":1}}],["optimal",{"2":{"4":1,"6":1,"8":1,"9":1,"12":1,"14":1}}],["opening",{"2":{"47":2}}],["open",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"25":1}}],["other",{"2":{"3":1,"25":1,"59":1}}],["once",{"2":{"53":1}}],["one",{"2":{"25":1,"40":2,"44":2,"49":1,"57":1,"58":1}}],["ones",{"2":{"13":1,"54":1}}],["on",{"2":{"0":1,"4":1,"6":1,"8":1,"10":2,"12":1,"14":1,"22":2,"26":2,"29":1,"30":1,"31":1,"58":1}}],["only",{"2":{"0":2,"26":1,"51":1,"55":1}}],["order",{"2":{"27":1,"35":1,"54":1}}],["ordered",{"2":{"11":1}}],["organization",{"2":{"22":1}}],["org",{"2":{"18":1,"51":3}}],["or",{"2":{"0":6,"25":2,"26":1,"29":1,"51":1}}],["of",{"2":{"0":11,"3":1,"4":6,"6":6,"8":6,"9":4,"11":1,"12":6,"14":6,"18":1,"19":1,"22":2,"25":3,"26":1,"27":1,"29":2,"32":1,"48":2,"50":1,"51":1,"53":1,"54":2,"55":2,"56":1}}],["flavoured",{"2":{"53":1}}],["flavored",{"0":{"45":1},"2":{"45":1}}],["felis",{"2":{"51":2}}],["fenced",{"2":{"47":2}}],["features",{"2":{"33":1}}],["few",{"2":{"25":1}}],["fill",{"2":{"58":1}}],["file",{"2":{"13":1,"18":2,"22":5,"24":1,"25":2,"26":1,"30":1,"51":1,"54":1,"56":1,"57":1}}],["files",{"2":{"0":2,"26":2,"27":1,"31":1,"51":1,"52":2,"53":2,"54":1,"55":1}}],["final",{"2":{"55":1}}],["finalization",{"0":{"55":1}}],["finally",{"2":{"22":2,"25":1,"55":1}}],["fields",{"2":{"51":1}}],["first",{"2":{"18":1,"22":1,"44":1,"52":1,"53":1,"54":1}}],["fidelity",{"2":{"9":1}}],["fgp+14",{"2":{"7":1}}],["f",{"2":{"4":3,"6":3,"8":3,"12":3,"14":3}}],["fürst",{"2":{"4":1,"5":1,"6":1,"8":1,"11":1,"12":1,"14":1}}],["function",{"2":{"52":1,"53":1}}],["future",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["fuerstnjp2014",{"2":{"3":1,"5":1,"7":1,"11":1,"13":2}}],["full",{"2":{"0":3,"50":1}}],["footnote",{"2":{"48":1,"50":1}}],["footnotes",{"0":{"48":1}}],["focus",{"0":{"36":1,"37":1},"2":{"20":1,"26":1,"36":1,"37":4,"38":2}}],["font",{"2":{"15":1,"59":1}}],["fonts",{"2":{"15":1}}],["follow",{"2":{"22":1}}],["following",{"2":{"10":1,"16":1,"22":2,"25":2,"30":1,"31":1,"51":1,"57":2,"58":1}}],["folders",{"2":{"27":1}}],["foldername=pwd",{"2":{"25":1}}],["foldername=",{"2":{"25":2}}],["folder",{"0":{"31":1},"2":{"0":1,"22":3,"25":2,"26":5,"31":1}}],["form",{"2":{"53":1}}],["formidable",{"2":{"52":1}}],["formats",{"2":{"5":1,"7":1}}],["format=documenter",{"2":{"0":1}}],["format",{"2":{"0":1,"18":1,"19":1,"22":3,"24":2,"53":1}}],["for",{"2":{"0":2,"3":1,"4":1,"5":1,"6":1,"7":2,"8":1,"10":1,"12":1,"13":1,"14":1,"17":2,"18":2,"19":2,"25":1,"26":2,"27":1,"31":1,"47":2,"48":2,"49":1,"50":1,"51":2,"57":2}}],["family",{"2":{"59":1}}],["favicon",{"2":{"27":1,"31":1}}],["fast",{"2":{"25":1}}],["fail",{"2":{"25":1}}],["fails",{"2":{"0":1}}],["false",{"2":{"0":1,"25":2}}],["from",{"0":{"22":1,"30":1},"2":{"0":1,"1":1,"5":1,"7":1,"17":1,"18":1,"22":1,"25":3,"26":1,"34":1,"52":2,"53":1,"54":1}}],["=>",{"2":{"22":8}}],["===",{"2":{"44":2}}],["==",{"2":{"17":2,"43":4,"44":4}}],["=",{"2":{"0":3,"15":1,"17":2,"18":6,"20":7,"22":23,"24":3,"25":4,"34":6,"35":6,"36":6,"37":6,"38":6,"39":6,"40":8,"47":3,"51":2}}],["ellipsis",{"2":{"57":2,"58":2}}],["earth",{"2":{"51":1}}],["escaping",{"0":{"49":1},"2":{"49":1}}],["error",{"0":{"39":1},"2":{"39":1}}],["e69f00",{"2":{"34":2,"35":2,"36":2,"37":2,"38":2,"39":2,"40":2}}],["even",{"2":{"26":1}}],["eval",{"0":{"18":1},"2":{"18":2}}],["e30172f5",{"2":{"16":1}}],["ensure",{"2":{"54":1}}],["enough",{"2":{"25":2}}],["enter",{"2":{"22":1}}],["entry",{"2":{"0":1}}],["environment",{"2":{"22":1,"25":2,"30":1}}],["environments",{"2":{"9":1}}],["end",{"2":{"17":2,"18":1,"51":1}}],["enumeration",{"2":{"11":1}}],["enumerated",{"0":{"11":1},"2":{"11":1}}],["equations",{"0":{"47":1},"2":{"47":2}}],["equivalent",{"2":{"5":1}}],["eq",{"2":{"3":6,"5":8,"7":6,"13":6}}],["etc",{"2":{"26":1,"59":1}}],["et",{"2":{"3":3,"5":9,"7":3,"11":3,"13":2}}],["excecutes",{"2":{"53":1}}],["except",{"2":{"7":1}}],["executed",{"2":{"52":1}}],["extensions",{"2":{"32":1,"50":1}}],["extension",{"0":{"32":1},"1":{"33":1,"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1}}],["extended",{"2":{"0":1}}],["existing",{"2":{"29":1}}],["explicitly",{"2":{"54":1}}],["explain",{"2":{"26":1}}],["expanded",{"2":{"53":1}}],["expected",{"2":{"49":1}}],["expects",{"2":{"0":1}}],["exact",{"2":{"54":1}}],["exactly",{"2":{"11":1}}],["exampleorg",{"2":{"22":6}}],["example",{"0":{"16":1},"2":{"11":1,"13":1,"16":2,"17":1,"22":18,"25":1,"57":1}}],["examples",{"0":{"15":1,"32":1,"51":1},"1":{"16":1,"17":1,"18":1,"33":1,"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1},"2":{"3":1,"10":1,"34":1}}],["edition",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["edited",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["edit",{"2":{"0":1,"22":1,"26":1}}],["e",{"2":{"0":3,"4":1,"5":1,"6":1,"8":1,"12":1,"14":1,"17":4,"41":2,"59":1}}],["emit",{"2":{"0":2}}],["know",{"2":{"31":1,"54":1}}],["keyfile>",{"2":{"49":1}}],["keyfile>`",{"2":{"49":2}}],["keys",{"2":{"13":3}}],["key",{"0":{"13":1},"2":{"25":2}}],["keyword",{"2":{"0":2,"53":1}}],["kosut",{"2":{"9":2}}],["koc16",{"2":{"7":2}}],["koch",{"2":{"3":1,"4":2,"5":2,"6":2,"7":1,"8":2,"12":2,"14":2}}],["kochjpcm2016",{"2":{"3":2,"5":2,"7":2}}],["k",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["kaler",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["kwarg",{"2":{"0":1}}],["kwargs",{"2":{"0":2}}],["bddxg",{"2":{"58":1}}],["b^2",{"2":{"47":1}}],["bx",{"2":{"47":1}}],["blocks",{"2":{"47":2,"53":1}}],["block",{"2":{"42":2}}],["box",{"2":{"42":2}}],["both",{"2":{"25":3,"29":1,"52":1}}],["borzì",{"2":{"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"11":1,"12":1,"13":2,"14":1}}],["babushka",{"2":{"48":3,"50":1}}],["base",{"2":{"51":1,"54":2}}],["based",{"2":{"0":1,"22":1,"53":1}}],["basic",{"2":{"26":1}}],["backtick",{"2":{"49":2}}],["back",{"2":{"22":1}}],["backspace",{"2":{"22":1}}],["bib",{"2":{"13":1}}],["bibliography",{"0":{"4":1,"6":1,"8":1,"9":1,"12":1,"14":1},"1":{"5":1,"7":1,"10":1,"11":1,"13":1},"2":{"5":1}}],["bcr10",{"2":{"7":2}}],["bs03",{"2":{"7":2}}],["by",{"2":{"4":1,"5":1,"6":1,"8":1,"12":1,"14":1,"15":1,"22":1,"25":1,"32":1,"33":1,"49":1,"51":2,"52":1,"53":2,"54":1,"56":1}}],["b",{"2":{"4":1,"6":1,"8":1,"9":1,"12":1,"14":1,"20":7,"41":2,"43":6,"44":3,"47":1}}],["browser",{"2":{"22":1,"25":2}}],["brif",{"2":{"3":1,"4":1,"5":2,"6":1,"7":1,"8":1,"9":2,"12":1,"14":1}}],["brifnjp2010",{"2":{"3":2,"5":2,"7":2}}],["brumer",{"2":{"3":2,"4":2,"5":4,"6":2,"7":2,"8":2,"12":2,"14":2}}],["brumershapiro2003",{"2":{"3":2,"5":2,"7":2}}],["branch",{"2":{"0":2,"22":1}}],["built",{"2":{"0":3,"2":1,"32":1}}],["builds",{"2":{"54":1}}],["building",{"2":{"0":2,"54":1}}],["build",{"0":{"30":1},"2":{"0":3,"22":4,"24":1,"25":2,"26":1,"51":1,"53":1,"54":1,"55":3}}],["but",{"2":{"0":1,"11":1,"15":1,"25":1,"49":1}}],["behavior",{"2":{"51":1}}],["being",{"2":{"25":1}}],["below",{"2":{"11":1}}],["because",{"2":{"9":1,"54":1}}],["before",{"2":{"0":1,"25":1,"49":1}}],["be",{"2":{"0":6,"11":1,"13":1,"24":1,"25":3,"26":1,"29":2,"30":1,"55":1,"57":1,"59":1}}],["check",{"2":{"50":1}}],["characters",{"0":{"49":1}}],["chakrabarti",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["chapter",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["changes",{"2":{"22":1,"25":4}}],["chang",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["centered",{"2":{"46":2}}],["critical",{"2":{"45":2}}],["created",{"2":{"51":1}}],["create",{"2":{"22":1,"54":1}}],["cd",{"2":{"22":1,"30":1}}],["curtain",{"2":{"58":1}}],["current",{"2":{"22":1}}],["customize",{"2":{"26":1,"56":1}}],["customization",{"2":{"10":1}}],["custom",{"0":{"10":1,"11":1,"13":1,"42":1},"1":{"11":1},"2":{"10":1,"55":1}}],["css",{"0":{"56":1},"1":{"57":1,"58":1,"59":1},"2":{"15":1,"26":1,"27":1,"31":1,"56":2,"57":2,"58":1}}],["col",{"2":{"46":4}}],["colors",{"2":{"59":2}}],["colorful",{"2":{"17":1}}],["color",{"2":{"17":13}}],["cool",{"2":{"46":2}}],["cos",{"2":{"34":4,"35":4,"36":4,"37":4,"38":4,"39":4,"40":4}}],["cost",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["copy",{"2":{"26":1,"27":1,"57":1}}],["could",{"2":{"25":1,"26":1}}],["coupled",{"2":{"9":1}}],["code>",{"2":{"49":2}}],["code",{"0":{"15":1,"39":2,"40":1},"1":{"16":1,"17":1,"18":1},"2":{"16":1,"17":1,"20":1,"34":2,"35":3,"36":1,"37":6,"38":5,"39":2,"40":1,"47":2}}],["combines",{"2":{"52":1}}],["combination",{"2":{"35":1,"37":1,"38":1}}],["comes",{"2":{"25":1}}],["com>",{"2":{"22":2}}],["com",{"2":{"18":1,"22":4}}],["committed",{"2":{"55":1}}],["commons",{"2":{"51":3}}],["common",{"2":{"15":1}}],["command",{"2":{"5":1,"22":1,"25":1}}],["complete",{"2":{"55":1}}],["completely",{"2":{"29":1}}],["complex",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["compressed",{"2":{"7":1}}],["computational",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["coherent",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["conversion",{"2":{"53":1}}],["converts",{"2":{"53":1}}],["consumes",{"2":{"52":1}}],["constructed",{"2":{"0":1}}],["concerned",{"2":{"26":1,"53":1}}],["condens",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["content",{"2":{"43":8,"44":8,"45":2,"57":2,"58":3}}],["contents",{"2":{"0":4,"51":6,"55":2}}],["container",{"2":{"57":1,"58":1}}],["containers",{"0":{"42":1}}],["contained",{"2":{"29":1}}],["contributing",{"2":{"22":4}}],["contributors",{"2":{"22":2}}],["controlled",{"2":{"9":1}}],["controlling",{"2":{"4":2,"6":2,"8":2,"12":2,"14":2}}],["control",{"2":{"4":7,"6":7,"8":7,"9":1,"12":7,"14":7,"24":1}}],["configuration",{"2":{"25":2,"51":1,"54":1,"55":1}}],["config",{"2":{"0":3,"27":1,"31":1,"51":1}}],["classical",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["clean",{"2":{"0":2,"25":1}}],["c",{"2":{"4":4,"6":4,"8":4,"9":2,"12":4,"14":4,"41":2,"44":3,"47":1}}],["citep",{"2":{"3":2,"5":3,"7":2,"13":2}}],["citet",{"2":{"3":7,"5":7,"7":7,"11":1,"13":6}}],["cite",{"2":{"3":6,"5":10,"7":6,"11":2,"13":5}}],["citations",{"2":{"5":1,"7":2,"11":1}}],["citationbibliography",{"2":{"2":1}}],["citation",{"0":{"2":1,"13":1,"48":1},"1":{"3":1},"2":{"2":1,"5":1,"13":2}}],["cf",{"2":{"3":1}}],["cases",{"2":{"29":1}}],["calarco",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["carrasco",{"2":{"3":2,"4":1,"5":4,"6":1,"7":2,"8":1,"12":1,"13":2,"14":1}}],["causes",{"2":{"0":1,"51":1}}],["cannot",{"2":{"54":1}}],["canonical",{"2":{"22":1}}],["can",{"2":{"0":2,"1":1,"15":1,"22":1,"24":1,"25":2,"26":1,"27":1,"29":2,"47":2,"51":2,"56":1,"57":1,"59":1}}],["ax2+bx+c=0",{"2":{"47":1}}],["a≠0",{"2":{"47":1}}],["attributes",{"2":{"59":1}}],["at",{"2":{"22":1,"26":1,"28":1}}],["atomic",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["above",{"2":{"22":1}}],["able",{"2":{"8":1}}],["adjusted",{"2":{"57":1}}],["adjust",{"2":{"25":1}}],["added",{"0":{"38":1}}],["additional",{"2":{"33":1}}],["adding",{"2":{"25":1,"51":1}}],["add",{"2":{"22":2,"24":1,"25":5,"26":1,"29":4,"30":2}}],["advanced",{"0":{"26":1},"2":{"24":1,"27":1}}],["advances",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["advance",{"2":{"0":1}}],["available",{"0":{"58":1},"2":{"18":1,"19":1,"51":1,"57":1,"58":1}}],["actually",{"2":{"27":1}}],["action",{"2":{"26":1}}],["activate",{"2":{"22":2,"25":1,"30":2}}],["achievements",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["academic",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["appearance",{"2":{"56":1}}],["appropriate",{"2":{"13":1}}],["applications",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["apis",{"2":{"27":1}}],["api",{"0":{"0":1},"2":{"22":4}}],["anything",{"2":{"47":2}}],["another",{"2":{"31":1,"54":1}}],["ansi",{"0":{"17":1},"2":{"17":2}}],["an",{"2":{"4":1,"6":1,"8":1,"11":2,"12":1,"14":1,"18":1,"19":1,"26":1,"29":1,"42":2,"49":1}}],["and",{"0":{"38":1},"2":{"0":3,"1":2,"3":10,"4":14,"5":16,"6":14,"7":13,"8":14,"9":3,"11":1,"12":14,"13":4,"14":14,"16":1,"22":7,"24":2,"25":7,"26":5,"27":1,"29":2,"30":1,"31":1,"37":1,"47":4,"49":5,"52":3,"53":5,"54":2,"55":1,"57":2}}],["aligned",{"2":{"46":2}}],["alerts",{"0":{"45":1},"2":{"45":1}}],["allows",{"2":{"55":1,"58":1}}],["all",{"0":{"58":1},"2":{"29":1,"51":1,"53":2,"54":1,"58":1}}],["already",{"2":{"26":1}}],["also",{"2":{"18":1,"19":1,"47":2,"49":1,"59":1}}],["al",{"2":{"3":3,"5":9,"7":3,"11":3,"13":2}}],["alphastyle",{"2":{"9":1}}],["alphabetically",{"2":{"5":1,"7":1}}],["alphabetic",{"0":{"7":1},"2":{"2":1}}],["alpha",{"2":{"2":1,"7":1,"8":1,"9":1,"13":2}}],["authors",{"2":{"22":2}}],["author",{"0":{"5":1,"11":1},"2":{"2":1,"5":3,"7":1}}],["authoryear",{"2":{"2":1,"5":2,"11":2}}],["autogenerated",{"2":{"54":1}}],["auto",{"2":{"0":1}}],["automatic",{"2":{"0":1,"4":1,"6":1,"8":1,"12":1,"14":1}}],["automatically",{"2":{"0":2,"8":1,"9":1,"13":1,"29":1,"51":1}}],["article",{"2":{"58":1}}],["around",{"2":{"25":1,"55":1}}],["arxiv",{"2":{"9":2}}],["arimondo",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["arbitrary",{"2":{"3":2,"5":2,"7":2,"13":2}}],["are",{"2":{"0":3,"2":1,"5":1,"7":1,"11":1,"13":1,"22":1,"25":1,"27":1,"46":4,"47":6,"52":1,"54":2,"55":2}}],["arguments",{"2":{"0":1,"25":1}}],["argument",{"2":{"0":1,"2":1,"25":1}}],["after",{"2":{"0":4,"47":4}}],["aside",{"2":{"57":2,"58":2}}],["assuming",{"2":{"22":1,"26":1}}],["assetsinlinelimit",{"2":{"51":1}}],["assets",{"2":{"0":3,"18":1,"22":1,"27":1,"31":1,"51":2}}],["as",{"2":{"0":2,"3":14,"5":16,"7":14,"11":5,"13":13,"22":1,"25":3,"26":3,"27":2,"30":1,"53":1}}],["a",{"0":{"36":1},"2":{"0":6,"4":4,"6":4,"8":4,"9":5,"10":1,"12":4,"13":1,"14":4,"16":1,"17":1,"20":8,"22":5,"25":5,"26":2,"30":2,"31":1,"41":2,"42":8,"43":6,"44":3,"51":2,"53":1,"54":4,"55":1}}],["images",{"2":{"51":1}}],["image",{"2":{"51":4}}],["import",{"2":{"18":2}}],["important",{"2":{"11":1,"57":6,"58":17}}],["ideas",{"2":{"49":1}}],["ignore",{"2":{"27":1}}],["icon",{"2":{"51":1}}],["ico",{"2":{"27":1,"31":1}}],["ii",{"2":{"25":1}}],["if",{"2":{"0":2,"18":1,"25":2,"26":1,"49":1,"51":1,"54":1,"55":2}}],["i",{"2":{"0":2,"4":1,"6":1,"8":1,"9":2,"12":1,"14":1,"22":1,"25":2,"49":3,"59":1}}],["iobuffer",{"2":{"18":1}}],["ion",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["io",{"2":{"0":1,"18":4,"51":2}}],["increase",{"2":{"57":1}}],["include",{"2":{"22":1}}],["including",{"2":{"0":1,"26":1,"29":1}}],["inlined",{"2":{"51":1}}],["inlines",{"2":{"51":1}}],["inline",{"2":{"49":1,"51":1}}],["info",{"2":{"42":4}}],["information",{"2":{"26":1}}],["instead",{"2":{"25":1}}],["instances",{"2":{"25":2}}],["instantiate",{"2":{"29":1}}],["instantiating",{"2":{"2":1}}],["instantly",{"0":{"25":1},"2":{"25":1}}],["installed",{"2":{"29":1,"54":1}}],["installs",{"2":{"29":1}}],["installation",{"0":{"28":1},"1":{"29":1}}],["install",{"2":{"0":2,"29":2}}],["into",{"2":{"25":3,"29":1,"55":1,"57":1}}],["internal",{"2":{"9":1}}],["interacting",{"2":{"9":1}}],["interscience",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["integration",{"0":{"1":1},"2":{"1":1}}],["index",{"2":{"22":2,"26":1,"27":2,"31":2,"54":1}}],["indicating",{"2":{"11":1}}],["input",{"2":{"16":2,"17":2,"18":1,"20":2,"21":1,"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"53":2}}],["inverse",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["invoking",{"2":{"0":1}}],["in",{"2":{"0":2,"1":3,"2":1,"4":3,"5":3,"6":3,"8":3,"9":1,"10":1,"11":4,"12":3,"13":2,"14":3,"15":1,"17":2,"18":3,"19":3,"22":4,"24":1,"25":3,"26":2,"27":2,"29":1,"30":2,"31":3,"32":1,"35":1,"47":2,"52":2,"53":3,"54":5}}],["its",{"2":{"22":1,"29":3}}],["it",{"2":{"0":3,"1":1,"7":1,"24":1,"29":1,"49":2,"53":2}}],["isolated",{"2":{"29":1}}],["isempty",{"2":{"18":1}}],["issues",{"2":{"51":1}}],["issue",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"25":1,"49":1}}],["is",{"2":{"0":8,"2":1,"3":2,"5":5,"7":1,"8":1,"11":2,"13":2,"15":1,"16":1,"17":3,"18":2,"19":2,"22":4,"25":1,"29":1,"42":10,"46":4,"48":3,"49":1,"50":1,"52":1,"53":5,"54":3,"55":1}}],["pipeline",{"2":{"53":1}}],["picking",{"2":{"25":1}}],["plain",{"2":{"51":1}}],["plugin",{"2":{"9":1,"53":3}}],["pm",{"2":{"47":1}}],["png",{"2":{"27":1,"31":1,"51":2}}],["pdf",{"2":{"18":2,"19":2}}],["pkg>",{"2":{"22":1,"30":1}}],["pkg",{"2":{"16":4}}],["phi",{"2":{"47":1}}],["ph",{"2":{"9":1}}],["phenomena",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["physics",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["phys",{"2":{"4":3,"5":1,"6":3,"8":3,"9":1,"12":3,"14":3}}],["pp",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["p",{"2":{"4":4,"6":4,"8":4,"12":4,"14":4}}],["powered",{"2":{"33":1}}],["possible",{"2":{"27":1}}],["poschinger",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["point",{"2":{"0":1}}],["println",{"2":{"17":2}}],["print",{"2":{"17":4,"18":2}}],["printstyled",{"2":{"17":2}}],["principles",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["probably",{"2":{"55":1}}],["problems",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["problem",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["proper",{"2":{"55":1}}],["process",{"0":{"52":1},"1":{"53":1,"54":1,"55":1}}],["processes",{"2":{"4":2,"6":2,"8":2,"12":2,"14":2}}],["provides",{"2":{"33":1}}],["provided",{"2":{"0":1,"32":1,"53":1}}],["progress",{"2":{"18":1,"19":1}}],["project",{"0":{"27":1},"2":{"16":1,"26":2,"27":2,"29":1,"31":1}}],["previous",{"2":{"35":1}}],["preview",{"0":{"25":1},"2":{"0":1,"22":2,"25":2}}],["prerequisites",{"0":{"29":1}}],["prerelease",{"2":{"18":2}}],["pretty",{"2":{"26":1}}],["present",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["press",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["push",{"2":{"0":1,"22":1}}],["publication",{"2":{"5":1,"7":1}}],["public",{"0":{"0":1}}],["padding",{"2":{"57":4,"58":12}}],["paper",{"2":{"48":2}}],["packages",{"2":{"16":1,"22":1,"30":2,"52":2,"54":1}}],["package",{"2":{"15":1,"22":2,"26":1,"27":3,"31":2,"54":1}}],["parsed",{"2":{"53":1}}],["parse",{"2":{"18":2}}],["part",{"2":{"11":1,"22":1}}],["particles",{"2":{"9":1}}],["parenthetical",{"2":{"5":1}}],["paste",{"2":{"57":1}}],["past",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["pass",{"2":{"0":1,"25":2}}],["passed",{"2":{"0":2}}],["pages",{"2":{"3":1,"22":3,"54":1}}],["page",{"2":{"1":2,"18":1,"25":2,"31":1,"32":1,"54":1}}],["pathof",{"2":{"51":1}}],["path",{"2":{"0":8,"25":3,"54":2}}],["types",{"2":{"51":1}}],["type",{"0":{"51":1},"2":{"47":2,"51":2}}],["tip",{"2":{"42":4}}],["title",{"2":{"57":1,"58":2}}],["tit",{"2":{"40":2}}],["timer",{"2":{"25":1}}],["time",{"2":{"25":1}}],["ts",{"2":{"27":1,"31":1}}],["tutorial",{"2":{"26":1}}],["tutorials",{"2":{"22":4}}],["tweaks",{"2":{"25":3}}],["two",{"2":{"9":1,"10":1,"25":2,"40":1,"47":2,"52":2}}],["tag",{"2":{"47":2}}],["tables",{"0":{"46":1},"2":{"46":3}}],["tab",{"2":{"43":4,"44":4}}],["tabs",{"0":{"43":1,"44":1},"2":{"43":2,"44":3}}],["target",{"2":{"22":1,"51":1}}],["takes",{"2":{"53":2,"54":1}}],["take",{"2":{"18":1,"54":1}}],["taken",{"2":{"1":1}}],["tell",{"2":{"51":1}}],["tests",{"2":{"51":1}}],["terminal",{"2":{"31":1,"54":1}}],["template",{"2":{"26":2}}],["techniques",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["text",{"2":{"3":2,"5":2,"7":2,"13":2,"49":1,"51":1,"57":2,"58":2,"59":1}}],["trigger",{"2":{"25":1}}],["trivial",{"2":{"13":1}}],["transport",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["true",{"2":{"0":3,"18":1,"22":1}}],["t",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"34":4,"35":4,"36":4,"37":4,"38":4,"39":4,"40":10,"47":2,"51":1}}],["thing",{"2":{"55":1}}],["this",{"2":{"0":3,"1":2,"3":3,"5":2,"7":1,"9":1,"11":1,"13":3,"15":3,"17":3,"18":1,"19":1,"22":3,"25":4,"26":4,"31":2,"32":1,"42":10,"48":1,"49":3,"50":1,"51":4,"53":2,"54":2,"55":3,"57":1,"58":1}}],["thumb",{"2":{"51":1}}],["than",{"2":{"49":2}}],["that",{"2":{"1":1,"7":2,"8":1,"11":1,"13":2,"22":3,"24":1,"25":3,"53":1,"54":1,"55":2}}],["through",{"2":{"26":1}}],["throughout",{"2":{"3":1}}],["those",{"2":{"13":1,"27":1}}],["they",{"2":{"47":2}}],["therefore",{"2":{"52":1}}],["there",{"2":{"47":4,"51":1,"53":1,"59":1}}],["therein",{"2":{"3":4,"5":4,"7":4}}],["their",{"2":{"25":1}}],["then",{"2":{"22":3,"25":2,"30":1,"31":1,"54":1}}],["these",{"2":{"22":1,"25":2,"30":1,"52":1}}],["theme",{"2":{"27":1,"31":1,"56":1,"57":1}}],["them",{"2":{"1":1,"51":1,"54":1}}],["the",{"0":{"31":1,"52":1},"1":{"53":1,"54":1,"55":1},"2":{"0":43,"1":3,"2":4,"3":4,"4":2,"5":7,"6":2,"7":5,"8":3,"9":2,"10":2,"11":6,"12":2,"13":5,"14":2,"15":1,"16":2,"18":2,"19":2,"22":14,"24":1,"25":11,"26":6,"27":3,"28":1,"29":1,"30":2,"31":4,"32":1,"35":2,"37":1,"38":1,"47":8,"48":4,"49":4,"50":2,"51":6,"52":1,"53":7,"54":7,"55":5,"56":2,"57":6,"58":2}}],["top",{"2":{"57":1,"58":1}}],["toml",{"2":{"27":2,"31":1}}],["toml`",{"2":{"16":1}}],["tools",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["to",{"0":{"22":1},"2":{"0":24,"8":1,"9":1,"10":1,"13":2,"18":1,"19":1,"22":10,"24":3,"25":11,"26":9,"27":3,"29":2,"30":1,"31":1,"35":2,"47":2,"51":1,"53":4,"54":3,"55":1,"57":2,"58":1}}],["svg+xml",{"2":{"51":1}}],["svg",{"2":{"51":3}}],["sshflags=",{"2":{"49":1}}],["sshflags=`",{"2":{"49":2}}],["sqrt",{"2":{"47":1}}],["snippets",{"2":{"34":1}}],["sleep",{"2":{"25":2}}],["small",{"2":{"25":1}}],["src",{"0":{"30":1},"2":{"22":1,"26":1,"27":3,"31":1,"51":1,"52":1,"56":1,"57":1}}],["such",{"2":{"55":1}}],["sure",{"2":{"47":2}}],["suppose",{"2":{"22":1}}],["suppression",{"2":{"9":1}}],["sum",{"2":{"16":2}}],["s103",{"2":{"9":1}}],["sb12",{"2":{"7":2}}],["screen",{"2":{"58":1}}],["scmm18",{"2":{"7":1}}],["schmidt",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["specified",{"2":{"54":1}}],["specific",{"2":{"51":1}}],["specifically",{"2":{"26":1}}],["special",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["spaces",{"2":{"47":2}}],["space",{"0":{"58":1},"2":{"0":1,"57":3,"58":3}}],["shiki",{"2":{"33":1}}],["shbun",{"2":{"29":1}}],["shyarn",{"2":{"29":1}}],["shpnpm",{"2":{"29":1}}],["shnpm",{"2":{"29":1}}],["shall",{"2":{"22":1}}],["shapiro",{"2":{"3":2,"4":2,"5":4,"6":2,"7":2,"8":2,"12":2,"14":2}}],["shapiro2012",{"2":{"3":2,"5":2,"7":2}}],["shshell>",{"2":{"22":1}}],["shell",{"2":{"22":1}}],["shdocs",{"2":{"22":1,"28":1,"30":1,"31":1}}],["sh$",{"2":{"22":1,"30":1}}],["shorter",{"2":{"13":1}}],["should",{"2":{"11":1,"22":1,"24":1,"25":2}}],["shown",{"2":{"11":2}}],["show",{"2":{"10":1,"27":1,"51":2}}],["shows",{"2":{"1":1}}],["so",{"2":{"25":1,"51":1,"54":1}}],["sometimes",{"2":{"53":1}}],["something",{"2":{"25":1}}],["some",{"2":{"15":1,"25":1,"26":1,"32":1,"53":1}}],["somewhat",{"2":{"13":1}}],["sorts",{"2":{"7":1}}],["sorted",{"2":{"5":1}}],["sons",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["solely",{"2":{"26":1}}],["sola",{"2":{"4":1,"5":1,"6":1,"8":1,"11":1,"12":1,"14":1}}],["solaaamop2018",{"2":{"3":1,"5":1,"7":1,"11":1,"13":2}}],["solutions",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"47":2}}],["source",{"2":{"0":2,"1":1}}],["symbols",{"2":{"15":1}}],["syntax",{"0":{"33":1},"1":{"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1},"2":{"3":1,"33":1}}],["systems",{"2":{"4":3,"6":3,"8":3,"12":3,"14":3}}],["system",{"2":{"0":1,"9":1}}],["several",{"2":{"54":1}}],["sequence",{"2":{"49":2}}],["self",{"2":{"29":1}}],["server",{"2":{"54":1}}],["servedocs",{"2":{"25":5}}],["service",{"2":{"25":1}}],["separate",{"2":{"25":1}}],["section",{"2":{"24":1}}],["seconds",{"2":{"25":1}}],["second",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"44":1}}],["sessions",{"2":{"25":1}}],["session",{"2":{"22":1,"25":2,"30":1}}],["semi",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["see",{"2":{"0":1,"10":1,"11":1,"25":2,"26":1,"31":1,"45":1,"46":1,"49":1}}],["settings",{"2":{"57":1,"58":1}}],["setting",{"0":{"31":1}}],["setdocmeta",{"2":{"22":2}}],["set",{"2":{"0":2,"25":1,"26":1,"34":2,"35":2,"36":2,"37":2,"38":2,"39":2,"40":2}}],["s",{"2":{"0":1,"1":1,"4":6,"6":6,"8":6,"12":6,"14":6,"18":1,"26":1,"48":1,"49":1,"50":1,"54":1}}],["sanjay",{"2":{"22":3}}],["same",{"2":{"0":1,"1":1,"3":1,"5":1,"7":1,"13":1,"22":1}}],["saved",{"2":{"53":1}}],["save",{"2":{"0":1}}],["styling",{"0":{"56":1},"1":{"57":1,"58":1,"59":1}}],["style=",{"2":{"2":3,"3":1,"5":1,"7":2,"9":1,"11":1}}],["styles",{"0":{"10":1},"1":{"11":1},"2":{"2":1,"10":1}}],["style",{"0":{"2":1,"3":1,"5":1,"7":1,"11":1,"13":1,"48":1},"1":{"3":1},"2":{"2":5,"3":2,"5":4,"7":1,"8":1,"10":1,"11":1,"13":3,"27":1,"31":1,"46":1,"56":2,"57":1}}],["still",{"2":{"25":1}}],["stores",{"2":{"22":1}}],["step",{"2":{"22":1,"54":1}}],["steps",{"2":{"22":1,"30":1,"53":1}}],["stages",{"2":{"52":1}}],["status",{"2":{"16":3}}],["static",{"2":{"0":1,"54":1}}],["started",{"0":{"23":1},"1":{"24":1,"25":1,"26":1,"27":1,"28":1,"29":1,"30":1,"31":1},"2":{"27":1,"31":1}}],["start",{"2":{"0":1,"22":1,"26":2,"27":1,"28":1,"30":2}}],["stripes",{"2":{"46":2}}],["string`",{"2":{"51":1}}],["string",{"2":{"0":1,"18":1,"22":1,"51":2}}],["structure",{"0":{"27":1,"31":1},"2":{"26":2,"31":1}}],["struct",{"2":{"0":1,"51":2}}],["sidebar",{"2":{"54":2,"58":3}}],["silvestris",{"2":{"51":4}}],["sign",{"2":{"47":4}}],["sin",{"2":{"34":4,"35":4,"36":4,"37":4,"38":4,"39":4,"40":8}}],["since",{"2":{"26":1}}],["singer",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["simply",{"2":{"24":1,"54":1}}],["simple",{"0":{"24":1},"1":{"25":1},"2":{"16":2,"51":1}}],["similar",{"2":{"0":1,"13":2}}],["sitename",{"2":{"22":2}}],["site",{"2":{"0":9,"54":1,"55":2,"56":1}}],["write",{"2":{"51":1}}],["writers",{"2":{"52":1}}],["writer",{"2":{"0":1}}],["w",{"2":{"34":4,"35":4,"36":4,"37":4,"38":4,"39":4,"40":6}}],["word",{"2":{"25":2}}],["working",{"2":{"22":1,"30":1}}],["works",{"2":{"9":1,"49":1}}],["work",{"2":{"0":1,"16":2,"18":1,"19":1,"55":1}}],["would",{"2":{"13":1}}],["webpage",{"2":{"55":1}}],["webserver",{"2":{"31":1}}],["websites",{"2":{"52":1,"54":1}}],["website",{"2":{"0":1,"26":1,"54":2}}],["well",{"2":{"25":2}}],["welcome",{"2":{"18":1,"19":1}}],["we",{"2":{"10":1,"22":1,"26":4,"27":1,"30":1,"51":3,"54":3,"55":1}}],["want",{"2":{"26":2}}],["warning",{"0":{"39":1},"2":{"18":1,"39":1,"42":6,"45":1,"55":1,"57":1}}],["walmsley",{"2":{"9":2}}],["was",{"2":{"1":1,"49":1}}],["way",{"2":{"1":1}}],["width",{"2":{"57":4,"58":8}}],["wikipedia",{"2":{"51":3}}],["wikimedia",{"2":{"51":3}}],["wiley",{"2":{"4":2,"6":2,"8":2,"12":2,"14":2}}],["will",{"2":{"0":4,"22":2,"25":1,"26":4,"29":1,"30":2,"31":1,"54":1,"55":1}}],["winckel",{"2":{"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"11":1,"12":1,"13":2,"14":1}}],["winckelip2008",{"2":{"3":2,"5":2,"7":2,"11":1,"13":4}}],["within",{"2":{"25":6,"49":1}}],["with",{"2":{"0":2,"4":1,"5":1,"6":1,"8":1,"9":1,"11":1,"12":1,"13":2,"14":1,"22":2,"24":1,"25":2,"26":1,"29":1,"33":1,"35":1,"37":1,"38":1,"47":2,"51":2,"53":1}}],["white",{"2":{"57":2,"58":2}}],["which",{"2":{"0":5,"5":1,"25":1,"27":1,"52":2,"53":2,"54":2}}],["whatever",{"2":{"25":1}}],["what",{"2":{"0":1,"1":1,"15":1}}],["where",{"2":{"22":1,"51":2,"53":1}}],["whether",{"2":{"0":6,"51":1}}],["when",{"2":{"0":1,"2":1,"29":1,"47":2,"54":1}}],["dangerous",{"2":{"42":2}}],["danger",{"2":{"42":2}}],["dark",{"2":{"27":1,"31":1}}],["daee34ce",{"2":{"16":1}}],["due",{"2":{"25":1}}],["d",{"2":{"9":3,"29":4,"41":2,"44":3}}],["divider",{"2":{"58":1}}],["dirname",{"2":{"51":2}}],["directly",{"2":{"55":1}}],["direct",{"2":{"25":1}}],["directory",{"2":{"25":1,"31":1}}],["dispatch",{"2":{"53":1}}],["display",{"2":{"47":2}}],["disable",{"2":{"51":1}}],["disambiguate",{"2":{"8":1}}],["different",{"2":{"5":1}}],["differentiation",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["dimauro",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["download",{"2":{"51":3}}],["dollar",{"2":{"47":4}}],["double",{"2":{"47":4}}],["don",{"2":{"47":1,"51":1}}],["done",{"2":{"16":1,"53":1}}],["do",{"2":{"22":1,"26":1,"30":1}}],["docmeta",{"2":{"22":2}}],["doctests",{"2":{"53":1}}],["doctestsetup",{"2":{"22":2}}],["doctest",{"0":{"21":1},"2":{"21":1}}],["docs",{"0":{"22":1,"30":2},"2":{"1":1,"16":1,"18":1,"22":8,"25":10,"26":5,"27":2,"28":1,"30":4,"31":5,"51":1,"53":1,"54":2,"56":1,"57":1}}],["document",{"2":{"53":1}}],["documentation",{"0":{"19":1,"25":1},"1":{"20":1,"21":1},"2":{"0":6,"3":1,"18":5,"19":3,"22":3,"25":4,"26":2,"27":1,"29":1,"31":1,"50":1,"52":2}}],["documentationmarkdown",{"2":{"0":1}}],["documentercitations",{"0":{"1":1},"2":{"1":3,"9":2,"16":1}}],["documenter",{"0":{"22":1,"53":1},"2":{"0":9,"1":1,"16":1,"17":1,"22":6,"25":1,"26":2,"30":1,"52":1,"53":5,"55":1}}],["documentervitepress",{"0":{"22":1},"2":{"0":6,"1":2,"16":5,"22":8,"24":1,"25":2,"26":2,"27":2,"29":1,"30":1,"51":2,"52":1,"53":1}}],["does",{"2":{"0":1,"49":2,"57":1,"58":1}}],["delete",{"2":{"57":1}}],["deleted",{"2":{"55":1}}],["delay",{"2":{"25":2}}],["details",{"2":{"42":4}}],["detectable",{"2":{"55":1}}],["detect",{"2":{"0":1}}],["determined",{"2":{"2":1}}],["determine",{"2":{"0":2}}],["determines",{"2":{"0":3}}],["demonstrates",{"2":{"32":1}}],["dependencies",{"2":{"29":1}}],["deploying",{"2":{"55":1}}],["deployment",{"2":{"25":2,"55":1}}],["deploydocs",{"2":{"22":2}}],["deploydecision",{"2":{"0":3}}],["deploy",{"2":{"0":9,"25":1,"31":1}}],["deployed",{"2":{"0":2,"55":1}}],["definition",{"2":{"11":1}}],["defines",{"2":{"51":1}}],["define",{"2":{"10":1}}],["defined",{"2":{"10":1}}],["defaults",{"2":{"0":3}}],["default",{"2":{"0":3,"2":1,"3":1,"5":1,"15":1,"51":1,"53":1,"57":1}}],["decoherence",{"2":{"9":1}}],["decision",{"2":{"0":2}}],["derived",{"2":{"7":1}}],["describes",{"2":{"24":1}}],["description",{"2":{"0":2}}],["designed",{"2":{"0":1}}],["develop",{"2":{"54":1}}],["developing",{"2":{"29":1}}],["development",{"0":{"25":1},"2":{"0":2,"18":1,"19":1,"25":1}}],["dev",{"2":{"0":2,"22":1,"25":3,"31":1,"54":1}}],["devurl",{"2":{"0":5}}],["devbranch",{"2":{"0":5,"22":2}}],["jpg",{"2":{"51":2}}],["jpeg",{"2":{"51":1}}],["joinpath",{"2":{"51":1}}],["just",{"2":{"26":1}}],["julia```",{"2":{"25":1}}],["juliapkg>",{"2":{"22":1,"30":1}}],["julia>",{"2":{"20":3,"21":1,"22":1,"30":1}}],["julialang",{"2":{"18":2}}],["juliajulia>",{"2":{"17":2,"20":2,"21":1,"22":2}}],["julia2",{"2":{"16":1}}],["juliausing",{"2":{"16":1,"22":2,"34":1,"36":1,"38":1,"39":1,"40":2,"51":1}}],["juliamediaoutput",{"2":{"51":3}}],["juliamakedocs",{"2":{"24":1}}],["juliamarkdownvitepress",{"2":{"0":1}}],["juliamono",{"2":{"15":1}}],["julia",{"0":{"15":1,"19":1},"1":{"16":1,"17":1,"18":1,"20":1,"21":1},"2":{"15":1,"16":1,"18":5,"19":3,"22":3,"25":1,"26":1,"30":2,"35":1,"37":1,"51":1,"52":1,"53":1}}],["juliaformat=documentervitepress",{"2":{"0":1}}],["juliadocumentervitepress",{"2":{"0":1}}],["js",{"2":{"25":1}}],["json",{"2":{"22":1,"27":3,"31":2}}],["jay",{"2":{"22":3}}],["j",{"2":{"4":3,"6":3,"8":3,"9":2,"12":3,"14":3}}],["jl`",{"2":{"16":1}}],["jl",{"0":{"1":1,"22":2,"53":1},"2":{"0":4,"1":1,"16":3,"22":22,"24":1,"25":6,"26":2,"27":2,"29":1,"30":1,"31":2,"52":2,"53":2}}]],"serializationVersion":2}';export{e as default}; diff --git a/previews/PR178/assets/chunks/@localSearchIndexroot.DL2wJeTA.js b/previews/PR178/assets/chunks/@localSearchIndexroot.DL2wJeTA.js deleted file mode 100644 index 2923b21..0000000 --- a/previews/PR178/assets/chunks/@localSearchIndexroot.DL2wJeTA.js +++ /dev/null @@ -1 +0,0 @@ -const e='{"documentCount":60,"nextId":60,"documentIds":{"0":"/DocumenterVitepress.jl/previews/PR178/api#Public-API","1":"/DocumenterVitepress.jl/previews/PR178/citations#DocumenterCitations.jl-integration","2":"/DocumenterVitepress.jl/previews/PR178/citations#gallery","3":"/DocumenterVitepress.jl/previews/PR178/citations#numeric_style","4":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography","5":"/DocumenterVitepress.jl/previews/PR178/citations#author_year_style","6":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography-1","7":"/DocumenterVitepress.jl/previews/PR178/citations#alphabetic_style","8":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography-2","9":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography-3","10":"/DocumenterVitepress.jl/previews/PR178/citations#custom_styles","11":"/DocumenterVitepress.jl/previews/PR178/citations#Custom-style:-enumerated-author-year","12":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography-4","13":"/DocumenterVitepress.jl/previews/PR178/citations#Custom-style:-Citation-key-labels","14":"/DocumenterVitepress.jl/previews/PR178/citations#bibliography-5","15":"/DocumenterVitepress.jl/previews/PR178/code_example#Julia-code-examples","16":"/DocumenterVitepress.jl/previews/PR178/code_example#example","17":"/DocumenterVitepress.jl/previews/PR178/code_example#ansi","18":"/DocumenterVitepress.jl/previews/PR178/code_example#eval","19":"/DocumenterVitepress.jl/previews/PR178/code_example#julia-1-10-documentation","20":"/DocumenterVitepress.jl/previews/PR178/code_example#repl","21":"/DocumenterVitepress.jl/previews/PR178/code_example#doctest","22":"/DocumenterVitepress.jl/previews/PR178/documenter_to_vitepress_docs_example#Upgrading-docs-from-Documenter.jl-to-DocumenterVitepress.jl","23":"/DocumenterVitepress.jl/previews/PR178/getting_started#Getting-started","24":"/DocumenterVitepress.jl/previews/PR178/getting_started#Simple-method","25":"/DocumenterVitepress.jl/previews/PR178/getting_started#Preview-Documentation-Development-Instantly","26":"/DocumenterVitepress.jl/previews/PR178/getting_started#Advanced-method","27":"/DocumenterVitepress.jl/previews/PR178/getting_started#Project-structure","28":"/DocumenterVitepress.jl/previews/PR178/getting_started#VitePress-Installation","29":"/DocumenterVitepress.jl/previews/PR178/getting_started#prerequisites","30":"/DocumenterVitepress.jl/previews/PR178/getting_started#Build-new-docs-from-docs/src","31":"/DocumenterVitepress.jl/previews/PR178/getting_started#Setting-up-the-Folder-Structure","32":"/DocumenterVitepress.jl/previews/PR178/mime_examples#MIME-type-examples","33":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Markdown-Extension-Examples","34":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Syntax-Highlighting","35":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Line-Highlight","36":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Highlight-multiple-lines","37":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Focus-a-line","38":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Focus-multiple-lines","39":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Added-and-removed-lines","40":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Code-error,-code-warning","41":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Code-groups","42":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#lists","43":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Custom-Containers","44":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#tabs","45":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Nested-Tabs","46":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#GitHub-flavored-Alerts","47":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#tables","48":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#equations","49":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Footnotes-(citation-style)","50":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#Escaping-characters","51":"/DocumenterVitepress.jl/previews/PR178/markdown-examples#more","52":"/DocumenterVitepress.jl/previews/PR178/render_pipeline#The-rendering-process","53":"/DocumenterVitepress.jl/previews/PR178/render_pipeline#documenter-jl","54":"/DocumenterVitepress.jl/previews/PR178/render_pipeline#vitepress","55":"/DocumenterVitepress.jl/previews/PR178/render_pipeline#finalization","56":"/DocumenterVitepress.jl/previews/PR178/style_css#CSS-Styling","57":"/DocumenterVitepress.jl/previews/PR178/style_css#Layout-options","58":"/DocumenterVitepress.jl/previews/PR178/style_css#All-available-space","59":"/DocumenterVitepress.jl/previews/PR178/style_css#more"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[2,1,175],"1":[3,1,33],"2":[3,1,24],"3":[2,3,63],"4":[1,1,139],"5":[3,1,88],"6":[1,1,139],"7":[2,1,76],"8":[1,1,149],"9":[1,1,67],"10":[2,1,23],"11":[5,3,65],"12":[1,1,139],"13":[5,1,64],"14":[1,1,139],"15":[3,1,55],"16":[2,3,49],"17":[2,3,53],"18":[2,3,74],"19":[4,1,28],"20":[2,4,17],"21":[2,4,10],"22":[7,1,172],"23":[2,1,1],"24":[2,2,42],"25":[4,4,173],"26":[2,2,102],"27":[2,2,66],"28":[2,2,8],"29":[1,4,58],"30":[5,2,44],"31":[5,2,64],"32":[3,1,131],"33":[3,1,14],"34":[2,3,14],"35":[2,5,40],"36":[3,5,45],"37":[3,5,35],"38":[3,5,41],"39":[4,5,40],"40":[4,5,36],"41":[2,5,42],"42":[1,5,9],"43":[2,3,21],"44":[1,3,10],"45":[2,3,16],"46":[3,3,11],"47":[1,3,25],"48":[1,3,68],"49":[4,3,16],"50":[2,3,55],"51":[1,3,18],"52":[3,1,38],"53":[2,3,71],"54":[1,3,91],"55":[1,3,49],"56":[2,1,19],"57":[2,2,67],"58":[3,2,72],"59":[1,2,16]},"averageFieldLength":[2.4,2.4833333333333334,58.483333333333334],"storedFields":{"0":{"title":"Public API","titles":[]},"1":{"title":"DocumenterCitations.jl integration","titles":[]},"2":{"title":"Citation Style Gallery","titles":[]},"3":{"title":"Numeric style","titles":["Citation Style Gallery"]},"4":{"title":"Bibliography","titles":[]},"5":{"title":"Author-year style","titles":["Bibliography"]},"6":{"title":"Bibliography","titles":[]},"7":{"title":"Alphabetic style","titles":["Bibliography"]},"8":{"title":"Bibliography","titles":[]},"9":{"title":"Bibliography","titles":[]},"10":{"title":"Custom styles","titles":["Bibliography"]},"11":{"title":"Custom style: enumerated author-year","titles":["Bibliography","Custom styles"]},"12":{"title":"Bibliography","titles":[]},"13":{"title":"Custom style: Citation-key labels","titles":["Bibliography"]},"14":{"title":"Bibliography","titles":[]},"15":{"title":"Julia code examples","titles":[]},"16":{"title":"@example","titles":["Julia code examples"]},"17":{"title":"@ansi","titles":["Julia code examples"]},"18":{"title":"@eval","titles":["Julia code examples"]},"19":{"title":"Julia 1.10 Documentation","titles":[]},"20":{"title":"@repl","titles":["Julia 1.10 Documentation"]},"21":{"title":"@doctest","titles":["Julia 1.10 Documentation"]},"22":{"title":"Upgrading docs from Documenter.jl to DocumenterVitepress.jl","titles":[]},"23":{"title":"Getting started","titles":[]},"24":{"title":"Simple method","titles":["Getting started"]},"25":{"title":"Preview Documentation Development Instantly","titles":["Getting started","Simple method"]},"26":{"title":"Advanced method","titles":["Getting started"]},"27":{"title":"Project structure","titles":["Getting started"]},"28":{"title":"VitePress Installation","titles":["Getting started"]},"29":{"title":"Prerequisites","titles":["Getting started","VitePress Installation"]},"30":{"title":"Build new docs from docs/src","titles":["Getting started"]},"31":{"title":"Setting up the Folder Structure","titles":["Getting started"]},"32":{"title":"MIME-type examples","titles":[]},"33":{"title":"Markdown Extension Examples","titles":[]},"34":{"title":"Syntax Highlighting","titles":["Markdown Extension Examples"]},"35":{"title":"Line Highlight","titles":["Markdown Extension Examples","Syntax Highlighting"]},"36":{"title":"Highlight multiple lines","titles":["Markdown Extension Examples","Syntax Highlighting"]},"37":{"title":"Focus a line","titles":["Markdown Extension Examples","Syntax Highlighting"]},"38":{"title":"Focus multiple lines","titles":["Markdown Extension Examples","Syntax Highlighting"]},"39":{"title":"Added and removed lines","titles":["Markdown Extension Examples","Syntax Highlighting"]},"40":{"title":"Code error, code warning","titles":["Markdown Extension Examples","Syntax Highlighting"]},"41":{"title":"Code groups","titles":["Markdown Extension Examples","Syntax Highlighting"]},"42":{"title":"Lists","titles":["Markdown Extension Examples","Syntax Highlighting"]},"43":{"title":"Custom Containers","titles":["Markdown Extension Examples"]},"44":{"title":"Tabs","titles":["Markdown Extension Examples"]},"45":{"title":"Nested Tabs","titles":["Markdown Extension Examples"]},"46":{"title":"GitHub-flavored Alerts","titles":["Markdown Extension Examples"]},"47":{"title":"Tables","titles":["Markdown Extension Examples"]},"48":{"title":"Equations","titles":["Markdown Extension Examples"]},"49":{"title":"Footnotes (citation-style)","titles":["Markdown Extension Examples"]},"50":{"title":"Escaping characters","titles":["Markdown Extension Examples"]},"51":{"title":"More","titles":["Markdown Extension Examples"]},"52":{"title":"The rendering process","titles":[]},"53":{"title":"Documenter.jl","titles":["The rendering process"]},"54":{"title":"VitePress","titles":["The rendering process"]},"55":{"title":"Finalization","titles":["The rendering process"]},"56":{"title":"CSS Styling","titles":[]},"57":{"title":"Layout options","titles":["CSS Styling"]},"58":{"title":"All available space","titles":["CSS Styling"]},"59":{"title":"More","titles":["CSS Styling"]}},"dirtCount":0,"index":[["加宽",{"2":{"58":1}}],["文档页面调整",{"2":{"58":1}}],["一些细节上的优化",{"2":{"58":1}}],["↩︎",{"2":{"51":1}}],["∇2φ=ρ",{"2":{"48":1}}],["zebra",{"2":{"47":2}}],["|",{"2":{"47":20}}],["|>",{"2":{"15":1,"32":4}}],["└──",{"2":{"27":8,"31":8,"56":4}}],["├──",{"2":{"27":7,"31":7}}],["x=−b±b2−4ac2adon",{"2":{"48":1}}],["xrange",{"2":{"35":2,"36":2,"37":2,"38":2,"39":2,"40":2,"41":2}}],["x",{"2":{"35":10,"36":10,"37":10,"38":10,"39":10,"40":10,"41":10}}],["x3c",{"2":{"22":2,"24":1,"50":6}}],["x26",{"2":{"17":4,"18":2}}],["960px",{"2":{"57":1,"58":1}}],["9",{"2":{"17":1}}],["‎",{"2":{"17":1,"35":1,"36":2,"37":1,"38":3,"39":3,"40":2}}],["++",{"2":{"39":2}}],["+",{"2":{"16":2,"20":4,"21":2,"35":2,"36":2,"37":2,"38":2,"39":2,"40":2,"41":2,"48":2}}],["∈",{"2":{"15":1}}],["`greater`",{"2":{"50":1}}],["`less`",{"2":{"50":1}}],["`math`",{"2":{"48":1}}],["``",{"2":{"50":2}}],["``ax^2",{"2":{"48":1}}],["``a",{"2":{"48":1}}],["```math",{"2":{"48":1}}],["```julia",{"2":{"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":2}}],["```",{"2":{"16":4,"17":4,"18":4,"20":4,"21":2,"25":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":2,"48":1,"50":2}}],["`contents",{"2":{"32":1}}],["`~",{"2":{"16":2}}],["`",{"2":{"15":1,"50":4}}],["^1",{"2":{"49":2}}],["^",{"2":{"15":1}}],[">",{"2":{"15":1,"46":2,"50":1}}],["∌",{"2":{"15":1}}],["∘",{"2":{"15":1}}],["√",{"2":{"15":1}}],["∛",{"2":{"15":1}}],["∜",{"2":{"15":1}}],["∩",{"2":{"15":1}}],["∪",{"2":{"15":1}}],["≈",{"2":{"15":1}}],["≉",{"2":{"15":1}}],["≠",{"2":{"15":1}}],["≡",{"2":{"15":1}}],["≢",{"2":{"15":1}}],["≤",{"2":{"15":1}}],["≥",{"2":{"15":1}}],["⊆",{"2":{"15":1}}],["⊇",{"2":{"15":1}}],["⊈",{"2":{"15":1}}],["⊉",{"2":{"15":1}}],["⊊",{"2":{"15":1}}],["⊋",{"2":{"15":1}}],["⊻",{"2":{"15":1}}],["⊼",{"2":{"15":1}}],["⊽",{"2":{"15":1}}],["$$",{"2":{"48":1}}],["$$x",{"2":{"48":1}}],["$1",{"2":{"47":2}}],["$12",{"2":{"47":2}}],["$1600",{"2":{"47":2}}],["$url",{"2":{"18":1}}],["$file",{"2":{"18":1}}],["$color",{"2":{"17":2}}],["$",{"2":{"15":1,"17":2,"18":6,"22":2,"28":1,"30":2,"31":1}}],["$build",{"2":{"0":1}}],["0px",{"2":{"58":1}}],["0``",{"2":{"48":2}}],["001",{"2":{"35":2,"36":2,"37":2,"38":2,"39":2,"40":2,"41":4}}],["0e",{"2":{"32":1}}],["0",{"2":{"16":1,"17":3,"25":2,"32":2,"35":6,"36":6,"37":6,"38":6,"39":6,"40":6,"41":10,"57":1,"58":4}}],["0712",{"2":{"9":1}}],["0702147",{"2":{"9":1}}],["075008",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["075007",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["034007",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["7",{"2":{"3":1,"16":1,"17":3}}],["6c",{"2":{"32":1}}],["67",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["6",{"2":{"3":1,"4":1,"6":1,"8":1,"12":1,"14":1,"17":1,"32":1}}],["871",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["8",{"2":{"3":2,"17":3}}],["5vw",{"2":{"58":1}}],["5px",{"2":{"57":1}}],["56b4e9",{"2":{"35":2,"36":2,"37":2,"38":2,"39":2,"40":2,"41":2}}],["519px",{"2":{"32":1}}],["5173",{"2":{"22":1}}],["54",{"2":{"9":1}}],["5",{"2":{"3":2,"17":5}}],["4ac",{"2":{"48":1}}],["4kb",{"2":{"32":1}}],["49m",{"2":{"17":2}}],["48",{"2":{"17":2}}],["4710194d",{"2":{"16":1}}],["40",{"2":{"9":1}}],["4",{"2":{"3":2,"16":1,"17":1}}],["vpcontent",{"2":{"58":2}}],["vpsidebar",{"2":{"58":1}}],["vpnavbar",{"2":{"57":1,"58":6}}],["vpdocoutlineitem",{"2":{"57":1,"58":1}}],["vpdoc",{"2":{"57":3,"58":3}}],["vector",{"2":{"32":2}}],["very",{"2":{"22":1}}],["version",{"2":{"16":1,"18":5,"19":1,"29":1}}],["versions",{"2":{"16":1}}],["values",{"2":{"25":1}}],["v0",{"2":{"16":1}}],["v1",{"2":{"16":2}}],["vwb08",{"2":{"7":2}}],["vol",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["von",{"2":{"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"11":1,"12":1,"13":2,"14":1}}],["v",{"2":{"4":2,"6":2,"8":2,"12":2,"14":2,"18":5}}],["vite",{"2":{"32":3}}],["vitepress优化",{"2":{"58":1}}],["vitepress",{"0":{"28":1,"54":1},"1":{"29":1},"2":{"0":11,"22":1,"24":1,"25":3,"26":3,"27":1,"29":5,"31":1,"32":1,"33":1,"34":1,"50":1,"52":1,"53":1,"54":3,"56":1,"57":1}}],["viewable",{"2":{"53":1}}],["view",{"2":{"29":1}}],["via",{"2":{"1":1,"2":1,"4":1,"6":1,"8":1,"12":1,"14":1}}],["32px",{"2":{"58":3}}],["38",{"2":{"17":2}}],["3",{"2":{"3":1,"4":1,"6":1,"8":1,"12":1,"14":1,"16":2,"17":3,"20":2,"35":4,"36":6,"37":4,"38":5,"39":4,"40":4,"41":4,"47":2}}],["39",{"2":{"0":1,"1":1,"18":1,"22":2,"26":3,"48":1,"50":1,"51":1,"54":1}}],["230px",{"2":{"58":1}}],["2339",{"2":{"9":1}}],["255px",{"2":{"58":1}}],["250px",{"2":{"58":4}}],["25px",{"2":{"57":1}}],["256",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["2a",{"2":{"48":1}}],["2π",{"2":{"35":8,"36":8,"37":8,"38":8,"39":8,"40":8,"41":8}}],["29",{"2":{"32":1}}],["2935",{"2":{"9":1}}],["2c",{"2":{"32":1}}],["213001",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["28large",{"2":{"32":1}}],["28",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["24",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["20px",{"2":{"58":2}}],["200px",{"2":{"57":2,"58":2}}],["2007",{"2":{"9":2}}],["2003",{"2":{"4":1,"5":2,"6":1,"8":1,"12":1,"14":1}}],["2008",{"2":{"4":1,"5":2,"6":1,"8":1,"11":1,"12":1,"14":1}}],["2016",{"2":{"4":1,"5":2,"6":1,"8":1,"12":1,"14":1}}],["2012",{"2":{"4":1,"5":2,"6":1,"8":1,"12":1,"14":1}}],["2010",{"2":{"4":1,"5":2,"6":1,"8":1,"12":1,"14":1}}],["2018",{"2":{"4":1,"5":1,"6":1,"8":1,"11":1,"12":1,"14":1}}],["2014",{"2":{"4":1,"5":1,"6":1,"8":1,"11":1,"12":1,"14":1}}],["2022",{"2":{"4":1,"5":9,"6":1,"8":1,"11":1,"12":1,"14":1}}],["2",{"2":{"3":1,"16":4,"17":1,"18":1,"19":1,"20":3,"21":2,"32":1,"35":4,"36":5,"37":4,"38":4,"39":4,"40":4,"41":4,"44":4,"45":4,"47":2}}],["1440px",{"2":{"58":1}}],["14",{"2":{"17":1}}],["13",{"2":{"17":1}}],["11",{"2":{"17":1}}],["100",{"2":{"57":1,"58":2}}],["10π",{"2":{"41":2}}],["10",{"0":{"19":1},"1":{"20":1,"21":1},"2":{"17":1,"18":1,"19":2,"58":1}}],["15px",{"2":{"57":1,"58":1}}],["15",{"2":{"17":3}}],["151",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["12",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"17":1}}],["16",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["1",{"0":{"19":1},"1":{"20":1,"21":1},"2":{"3":13,"5":8,"7":6,"13":6,"16":1,"17":1,"18":1,"19":2,"20":4,"21":4,"25":2,"35":8,"36":8,"37":8,"38":8,"39":8,"40":8,"41":10,"42":6,"49":1}}],["quirk",{"2":{"25":1}}],["quickly",{"2":{"27":1}}],["quick",{"2":{"0":1,"26":2}}],["quant",{"2":{"9":1}}],["quantum",{"2":{"4":10,"6":10,"8":10,"9":2,"12":10,"14":10}}],["quot",{"2":{"3":26,"5":30,"7":26,"11":6,"13":22,"25":10,"52":2}}],["yrange",{"2":{"35":2,"36":2,"37":2,"38":2,"39":2,"40":2,"41":2}}],["yml",{"2":{"26":1}}],["yelin",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["year",{"0":{"5":1,"11":1},"2":{"2":1,"5":2,"7":1}}],["y",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["your",{"2":{"22":5,"24":3,"25":15,"26":6,"27":1,"29":1,"30":1,"31":1,"32":2,"56":1,"57":1,"58":1}}],["you",{"2":{"0":1,"1":2,"15":1,"22":2,"24":1,"25":9,"26":5,"27":2,"29":2,"32":1,"48":2,"56":1}}],["has",{"2":{"53":1,"54":1,"57":1,"58":4}}],["have",{"2":{"25":1,"26":1,"31":1,"32":1}}],["happens",{"2":{"25":1}}],["home",{"2":{"22":2}}],["however",{"2":{"29":1}}],["how",{"2":{"10":1,"24":1,"26":2,"27":1}}],["hidden",{"2":{"57":2,"58":2}}],["hide",{"2":{"20":1}}],["hit",{"2":{"22":2}}],["highlighting",{"0":{"34":1},"1":{"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1},"2":{"34":2}}],["highlight",{"0":{"35":1,"36":1},"2":{"17":1,"35":1,"36":4,"38":2}}],["hello",{"2":{"32":1}}],["help",{"2":{"0":1}}],["here",{"2":{"13":1,"16":1,"22":2,"25":1,"26":1,"30":1,"31":1,"49":2}}],["h1",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["h",{"2":{"4":4,"6":4,"8":4,"9":2,"12":4,"14":4}}],["http",{"2":{"22":1}}],["https",{"2":{"0":3,"18":1,"22":2,"32":3,"58":1}}],["htmlwriter",{"2":{"0":1}}],["html",{"2":{"0":1,"11":1,"22":1,"24":1,"54":1,"58":1}}],["lc",{"2":{"35":4,"36":4,"37":4,"38":4,"39":4,"40":4,"41":6}}],["lw",{"2":{"35":4,"36":4,"37":4,"38":4,"39":4,"40":4,"41":4}}],["ll",{"2":{"26":1}}],["logo",{"2":{"27":1,"31":1,"32":1}}],["locally",{"2":{"25":1,"29":1,"31":1,"54":1}}],["localhost",{"2":{"22":1}}],["lock",{"2":{"22":1,"27":1,"31":1}}],["look",{"2":{"15":1,"22":2,"26":1}}],["looks",{"2":{"1":1}}],["lpad",{"2":{"17":2}}],["left",{"2":{"57":3,"58":7}}],["leads",{"2":{"25":1}}],["let",{"2":{"22":1,"32":1,"50":1}}],["less",{"2":{"13":1,"50":1}}],["level",{"2":{"9":1,"28":1}}],["lt",{"2":{"11":1,"50":3}}],["layout",{"0":{"57":1}}],["landgejay124",{"2":{"22":2}}],["landing",{"2":{"18":1}}],["last",{"2":{"11":1,"48":2}}],["labels",{"0":{"13":1},"2":{"7":1,"8":1,"13":1}}],["latter",{"2":{"0":1}}],["l",{"2":{"4":1,"6":1,"8":1,"9":2,"12":1,"14":1,"35":4,"36":4,"37":4,"38":4,"39":4,"40":4,"41":6}}],["li",{"2":{"57":1,"58":1}}],["library",{"2":{"25":1}}],["liveserver",{"2":{"25":4}}],["live",{"2":{"22":1,"25":1,"29":1}}],["linetwo",{"2":{"41":1}}],["lines",{"0":{"36":1,"38":1,"39":1},"2":{"36":1,"41":2,"57":1}}],["line",{"0":{"35":1,"37":1},"2":{"11":1,"34":1,"41":1}}],["link",{"2":{"0":1,"22":1,"49":2,"59":1}}],["lidar",{"2":{"9":2}}],["limitations",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["lists",{"0":{"42":1}}],["list",{"2":{"0":1,"11":2,"51":1}}],["like",{"2":{"0":3,"1":1,"7":1,"15":1,"22":2,"25":2,"27":1,"34":1}}],["uint8",{"2":{"32":2}}],["under",{"2":{"32":1}}],["underlying",{"2":{"25":1}}],["unreleased",{"2":{"18":1,"19":1}}],["unlike",{"2":{"7":1}}],["usual",{"2":{"26":1}}],["us",{"2":{"22":1}}],["using",{"2":{"13":1,"16":2,"22":5,"24":1,"25":1,"35":1,"36":2,"37":1,"38":2,"39":1,"40":1,"41":2,"55":1}}],["user",{"2":{"10":1,"25":1,"54":1}}],["uses",{"2":{"7":1,"15":1,"53":1}}],["use",{"2":{"0":1,"1":2,"25":1,"26":1,"27":1,"48":2}}],["useful",{"2":{"0":1}}],["used",{"2":{"0":3,"3":1,"5":1,"11":1,"13":2,"16":1,"26":1,"29":1,"30":1}}],["u",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["upload",{"2":{"32":3}}],["ups",{"2":{"25":1}}],["updated",{"2":{"25":1}}],["update",{"2":{"22":1,"25":1}}],["upgrade",{"2":{"22":2}}],["upgrades",{"2":{"9":1}}],["upgrading",{"0":{"22":1}}],["up",{"0":{"31":1},"2":{"0":1,"25":1,"26":1,"36":1}}],["url",{"2":{"0":5,"18":1,"24":1}}],["non",{"2":{"55":1}}],["no",{"2":{"48":2}}],["nowrap",{"2":{"57":2,"58":2}}],["now",{"2":{"25":2,"27":1}}],["nodejs",{"2":{"54":1}}],["node",{"2":{"22":1,"54":1}}],["notable",{"2":{"54":1}}],["notes",{"2":{"10":1}}],["note",{"2":{"7":1,"8":1,"18":1,"19":1,"25":2,"36":1,"38":1,"39":1,"58":1}}],["not",{"2":{"0":2,"7":1,"25":1,"32":1,"50":1,"54":1,"55":1}}],["nothing",{"2":{"0":2}}],["ne",{"2":{"48":1}}],["neat",{"2":{"47":2}}],["nested",{"0":{"45":1}}],["need",{"2":{"22":1,"25":1,"29":1,"30":1}}],["next",{"2":{"22":2}}],["necessary",{"2":{"22":2,"26":1,"30":1}}],["new",{"0":{"30":1},"2":{"4":2,"6":2,"8":2,"12":2,"14":2,"22":2,"30":1}}],["nabla^2",{"2":{"48":1}}],["navigate",{"2":{"25":1}}],["natbib",{"2":{"5":1}}],["named",{"2":{"22":3}}],["names",{"2":{"7":1}}],["name",{"2":{"0":1,"5":2}}],["numeric",{"0":{"3":1},"2":{"2":2,"3":1,"7":2}}],["npmpnpmyarnbun",{"2":{"29":1}}],["npm",{"2":{"0":2,"22":1,"29":2,"31":1,"54":2}}],["greater",{"2":{"50":1}}],["gray",{"2":{"41":2}}],["grace",{"2":{"9":2}}],["group",{"2":{"41":1}}],["groups",{"0":{"41":1}}],["gridss",{"2":{"40":2}}],["grid",{"2":{"35":2,"36":2,"37":2,"38":2,"39":2,"41":2}}],["gp",{"2":{"35":6,"36":6,"37":6,"38":6,"39":6,"40":6,"41":8}}],["gnuplot",{"2":{"35":3,"36":2,"37":2,"38":2,"39":2,"40":2,"41":4}}],["gif",{"2":{"32":2}}],["githubusercontent",{"2":{"18":1}}],["github",{"0":{"46":1},"2":{"0":1,"22":7,"26":1,"46":1,"47":1}}],["guide",{"2":{"26":1}}],["gh",{"2":{"22":1}}],["gmail",{"2":{"22":2}}],["good",{"2":{"26":1}}],["go",{"2":{"22":1,"26":2}}],["goerz",{"2":{"3":4,"4":2,"5":9,"6":2,"7":4,"8":2,"11":1,"12":2,"13":4,"14":2}}],["goerzq2022",{"2":{"3":8,"5":10,"7":8,"11":1,"13":15}}],["gt",{"2":{"11":1,"25":1,"50":3}}],["getting",{"0":{"23":1},"1":{"24":1,"25":1,"26":1,"27":1,"28":1,"29":1,"30":1,"31":1},"2":{"27":1,"31":1}}],["get",{"2":{"22":1,"24":1,"25":1}}],["general",{"2":{"26":1}}],["generally",{"2":{"10":1,"25":1}}],["generates",{"2":{"52":1,"54":1}}],["generate",{"2":{"26":1,"54":1}}],["generated",{"2":{"13":1,"52":1,"53":1}}],["geo",{"2":{"0":1}}],["gates",{"2":{"9":2}}],["gallery",{"0":{"2":1},"1":{"3":1}}],["gcm22",{"2":{"7":7}}],["g",{"2":{"0":1,"4":2,"5":1,"6":2,"8":2,"12":2,"14":2}}],["rho",{"2":{"48":1}}],["right",{"2":{"47":2,"57":1,"58":4}}],["rgba",{"2":{"40":2}}],["rgb",{"2":{"35":2,"36":2,"37":2,"38":2,"39":2,"41":2}}],["rotating",{"2":{"32":1}}],["rmp",{"2":{"5":1}}],["r",{"2":{"4":2,"6":2,"8":2,"9":2,"12":2,"14":2}}],["runnable",{"2":{"53":1}}],["running",{"2":{"25":1}}],["run",{"2":{"0":1,"22":3,"25":2,"31":3,"53":2,"54":4}}],["raw",{"2":{"18":1}}],["randomly",{"2":{"9":1}}],["rabitz",{"2":{"4":1,"6":1,"8":1,"9":2,"12":1,"14":1}}],["rasters",{"2":{"0":1}}],["rafaqz",{"2":{"0":1}}],["relocatable",{"2":{"54":1}}],["release",{"2":{"18":3}}],["read",{"2":{"32":4}}],["real",{"2":{"25":1}}],["restore",{"2":{"57":1}}],["rest",{"2":{"27":1}}],["recursive",{"2":{"53":1}}],["recursive=true",{"2":{"22":2}}],["recommend",{"2":{"27":1}}],["re",{"2":{"26":1}}],["rebuild",{"2":{"25":1}}],["remotes",{"2":{"22":2}}],["removed",{"0":{"39":1},"2":{"25":1}}],["removes",{"2":{"0":1}}],["remove",{"2":{"0":3}}],["red",{"2":{"17":2}}],["revtex",{"2":{"5":1}}],["rev",{"2":{"5":1}}],["references",{"2":{"3":5,"5":5,"7":7,"11":3,"13":1}}],["rendering",{"0":{"52":1},"1":{"53":1,"54":1,"55":1}}],["render",{"2":{"11":1,"52":1,"53":2}}],["renders",{"2":{"3":13,"5":15,"7":13,"11":3,"13":11}}],["rendered",{"2":{"1":1,"55":1}}],["required",{"2":{"0":1,"54":1}}],["representing",{"2":{"32":1}}],["repl",{"0":{"20":1},"2":{"20":2,"22":1}}],["replace",{"2":{"0":1,"24":1,"25":1,"54":1}}],["repo>",{"2":{"24":1}}],["repository",{"2":{"0":2}}],["repo",{"2":{"0":5,"22":5,"24":1,"26":1}}],["mts",{"2":{"27":1,"31":1,"32":1}}],["min",{"2":{"58":2}}],["minor",{"2":{"18":1}}],["mimetype",{"2":{"32":7}}],["mime",{"0":{"32":1},"2":{"32":9}}],["might",{"2":{"0":1}}],["my",{"2":{"17":3}}],["menu",{"2":{"57":1,"58":1}}],["mentioning",{"2":{"25":2}}],["means",{"2":{"55":1}}],["meanwhile",{"2":{"11":1}}],["media",{"2":{"32":4,"57":1,"58":2}}],["mediaoutput",{"2":{"32":7}}],["me",{"2":{"25":1}}],["method",{"0":{"24":1,"26":1},"1":{"25":1},"2":{"24":1,"32":1}}],["mechanical",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["moved",{"2":{"55":1}}],["move",{"2":{"55":1}}],["more",{"0":{"51":1,"59":1},"2":{"13":1,"17":1,"24":1,"26":1,"31":1}}],["modified",{"2":{"59":1}}],["modifying",{"2":{"56":1}}],["mode",{"2":{"22":1}}],["modules",{"2":{"22":3,"53":1}}],["mod",{"2":{"5":1,"9":1}}],["molecular",{"2":{"4":3,"6":3,"8":3,"12":3,"14":3}}],["montangero",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["much",{"2":{"26":1}}],["multiple",{"0":{"36":1,"38":1},"2":{"53":1}}],["multiparticle",{"2":{"9":1}}],["multilevel",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["murphy",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["must",{"2":{"0":1,"25":1,"54":1}}],["m",{"2":{"4":5,"6":5,"8":5,"9":2,"12":5,"14":5,"17":2}}],["md",{"2":{"0":6,"22":8,"25":2,"26":1,"27":2,"31":2,"43":1,"50":1}}],["max",{"2":{"57":4,"58":3}}],["math",{"2":{"48":3}}],["matter",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["may",{"2":{"25":2}}],["major",{"2":{"18":1}}],["malinovskaya",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["malinovsky",{"2":{"3":2,"4":2,"5":4,"6":2,"7":2,"8":2,"12":2,"13":2,"14":2}}],["manually",{"2":{"0":1}}],["making",{"2":{"25":1}}],["makie",{"2":{"0":1}}],["make",{"2":{"22":6,"24":1,"25":4,"27":2,"30":1,"31":2,"48":2}}],["makedocs",{"2":{"0":2,"22":2,"24":1,"25":1,"53":1,"54":1}}],["master",{"2":{"0":1}}],["markdown",{"0":{"33":1},"1":{"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1,"51":1},"2":{"0":4,"18":4,"33":1,"51":1,"52":2,"53":3,"54":1}}],["markdownvitepress",{"2":{"0":2,"22":1,"24":1,"25":1,"53":1}}],["main",{"2":{"0":2,"22":3,"52":1}}],["our",{"2":{"54":2}}],["out",{"2":{"51":1,"58":1}}],["output",{"2":{"0":8,"16":2,"17":2,"18":1,"20":2,"21":1,"22":1,"25":3,"32":3,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1}}],["own",{"2":{"27":1,"29":2,"54":1}}],["overflow",{"2":{"57":4,"58":4}}],["over",{"2":{"24":1,"48":1}}],["override",{"2":{"0":1,"15":1}}],["ol",{"2":{"11":1}}],["opt",{"2":{"9":1}}],["option",{"2":{"5":1}}],["options",{"0":{"57":1},"2":{"0":2,"54":1,"57":1}}],["optical",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["optimally",{"2":{"9":1}}],["optimal",{"2":{"4":1,"6":1,"8":1,"9":1,"12":1,"14":1}}],["opening",{"2":{"48":2}}],["open",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"25":1}}],["other",{"2":{"3":1,"25":1,"59":1}}],["once",{"2":{"53":1}}],["one",{"2":{"25":1,"41":2,"45":2,"50":1,"57":1,"58":1}}],["ones",{"2":{"13":1,"54":1}}],["on",{"2":{"0":1,"4":1,"6":1,"8":1,"10":2,"12":1,"14":1,"22":2,"26":2,"29":1,"30":1,"31":1,"58":1}}],["only",{"2":{"0":2,"26":1,"32":1,"55":1}}],["order",{"2":{"27":1,"36":1,"54":1}}],["ordered",{"2":{"11":1}}],["organization",{"2":{"22":1}}],["org",{"2":{"18":1,"32":3}}],["or",{"2":{"0":6,"25":2,"26":1,"29":1,"32":1}}],["of",{"2":{"0":11,"3":1,"4":6,"6":6,"8":6,"9":4,"11":1,"12":6,"14":6,"18":1,"19":1,"22":2,"25":3,"26":1,"27":1,"29":2,"32":1,"33":1,"49":2,"51":1,"53":1,"54":2,"55":2,"56":1}}],["flavoured",{"2":{"53":1}}],["flavored",{"0":{"46":1},"2":{"46":1}}],["fenced",{"2":{"48":2}}],["features",{"2":{"34":1}}],["felis",{"2":{"32":2}}],["few",{"2":{"25":1}}],["fill",{"2":{"58":1}}],["file",{"2":{"13":1,"18":2,"22":5,"24":1,"25":2,"26":1,"30":1,"32":1,"54":1,"56":1,"57":1}}],["files",{"2":{"0":2,"26":2,"27":1,"31":1,"32":1,"52":2,"53":2,"54":1,"55":1}}],["final",{"2":{"55":1}}],["finalization",{"0":{"55":1}}],["finally",{"2":{"22":2,"25":1,"55":1}}],["fields",{"2":{"32":1}}],["first",{"2":{"18":1,"22":1,"45":1,"52":1,"53":1,"54":1}}],["fidelity",{"2":{"9":1}}],["fgp+14",{"2":{"7":1}}],["f",{"2":{"4":3,"6":3,"8":3,"12":3,"14":3}}],["fürst",{"2":{"4":1,"5":1,"6":1,"8":1,"11":1,"12":1,"14":1}}],["function",{"2":{"52":1,"53":1}}],["future",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["fuerstnjp2014",{"2":{"3":1,"5":1,"7":1,"11":1,"13":2}}],["full",{"2":{"0":3,"51":1}}],["footnote",{"2":{"49":1,"51":1}}],["footnotes",{"0":{"49":1}}],["focus",{"0":{"37":1,"38":1},"2":{"20":1,"26":1,"37":1,"38":4,"39":2}}],["font",{"2":{"15":1,"59":1}}],["fonts",{"2":{"15":1}}],["follow",{"2":{"22":1}}],["following",{"2":{"10":1,"16":1,"22":2,"25":2,"30":1,"31":1,"32":1,"57":2,"58":1}}],["folders",{"2":{"27":1}}],["foldername=pwd",{"2":{"25":1}}],["foldername=",{"2":{"25":2}}],["folder",{"0":{"31":1},"2":{"0":1,"22":3,"25":2,"26":5,"31":1}}],["form",{"2":{"53":1}}],["formidable",{"2":{"52":1}}],["formats",{"2":{"5":1,"7":1}}],["format=documenter",{"2":{"0":1}}],["format",{"2":{"0":1,"18":1,"19":1,"22":3,"24":2,"53":1}}],["for",{"2":{"0":2,"3":1,"4":1,"5":1,"6":1,"7":2,"8":1,"10":1,"12":1,"13":1,"14":1,"17":2,"18":2,"19":2,"25":1,"26":2,"27":1,"31":1,"32":2,"48":2,"49":2,"50":1,"51":1,"57":2}}],["family",{"2":{"59":1}}],["favicon",{"2":{"27":1,"31":1}}],["fast",{"2":{"25":1}}],["fail",{"2":{"25":1}}],["fails",{"2":{"0":1}}],["false",{"2":{"0":1,"25":2}}],["from",{"0":{"22":1,"30":1},"2":{"0":1,"1":1,"5":1,"7":1,"17":1,"18":1,"22":1,"25":3,"26":1,"35":1,"52":2,"53":1,"54":1}}],["=>",{"2":{"22":8}}],["===",{"2":{"45":2}}],["==",{"2":{"17":2,"44":4,"45":4}}],["=",{"2":{"0":3,"15":1,"17":2,"18":6,"20":7,"22":23,"24":3,"25":4,"32":2,"35":6,"36":6,"37":6,"38":6,"39":6,"40":6,"41":8,"48":3}}],["ellipsis",{"2":{"57":2,"58":2}}],["escaping",{"0":{"50":1},"2":{"50":1}}],["error",{"0":{"40":1},"2":{"40":1}}],["e69f00",{"2":{"35":2,"36":2,"37":2,"38":2,"39":2,"40":2,"41":2}}],["earth",{"2":{"32":1}}],["even",{"2":{"26":1}}],["eval",{"0":{"18":1},"2":{"18":2}}],["e30172f5",{"2":{"16":1}}],["ensure",{"2":{"54":1}}],["enough",{"2":{"25":2}}],["enter",{"2":{"22":1}}],["entry",{"2":{"0":1}}],["environment",{"2":{"22":1,"25":2,"30":1}}],["environments",{"2":{"9":1}}],["end",{"2":{"17":2,"18":1,"32":1}}],["enumeration",{"2":{"11":1}}],["enumerated",{"0":{"11":1},"2":{"11":1}}],["equations",{"0":{"48":1},"2":{"48":2}}],["equivalent",{"2":{"5":1}}],["eq",{"2":{"3":6,"5":8,"7":6,"13":6}}],["etc",{"2":{"26":1,"59":1}}],["et",{"2":{"3":3,"5":9,"7":3,"11":3,"13":2}}],["excecutes",{"2":{"53":1}}],["except",{"2":{"7":1}}],["executed",{"2":{"52":1}}],["extensions",{"2":{"33":1,"51":1}}],["extension",{"0":{"33":1},"1":{"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1,"51":1}}],["extended",{"2":{"0":1}}],["existing",{"2":{"29":1}}],["explicitly",{"2":{"54":1}}],["explain",{"2":{"26":1}}],["expanded",{"2":{"53":1}}],["expected",{"2":{"50":1}}],["expects",{"2":{"0":1}}],["exact",{"2":{"54":1}}],["exactly",{"2":{"11":1}}],["exampleorg",{"2":{"22":6}}],["example",{"0":{"16":1},"2":{"11":1,"13":1,"16":2,"17":1,"22":18,"25":1,"57":1}}],["examples",{"0":{"15":1,"32":1,"33":1},"1":{"16":1,"17":1,"18":1,"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1,"51":1},"2":{"3":1,"10":1,"35":1}}],["edition",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["edited",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["edit",{"2":{"0":1,"22":1,"26":1}}],["e",{"2":{"0":3,"4":1,"5":1,"6":1,"8":1,"12":1,"14":1,"17":4,"42":2,"59":1}}],["emit",{"2":{"0":2}}],["know",{"2":{"31":1,"54":1}}],["keyfile>",{"2":{"50":1}}],["keyfile>`",{"2":{"50":2}}],["keys",{"2":{"13":3}}],["key",{"0":{"13":1},"2":{"25":2}}],["keyword",{"2":{"0":2,"53":1}}],["kosut",{"2":{"9":2}}],["koc16",{"2":{"7":2}}],["koch",{"2":{"3":1,"4":2,"5":2,"6":2,"7":1,"8":2,"12":2,"14":2}}],["kochjpcm2016",{"2":{"3":2,"5":2,"7":2}}],["k",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["kaler",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["kwarg",{"2":{"0":1}}],["kwargs",{"2":{"0":2}}],["bddxg",{"2":{"58":1}}],["b^2",{"2":{"48":1}}],["bx",{"2":{"48":1}}],["blocks",{"2":{"48":2,"53":1}}],["block",{"2":{"43":2}}],["box",{"2":{"43":2}}],["both",{"2":{"25":3,"29":1,"52":1}}],["borzì",{"2":{"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"11":1,"12":1,"13":2,"14":1}}],["babushka",{"2":{"49":3,"51":1}}],["base",{"2":{"32":1,"54":2}}],["based",{"2":{"0":1,"22":1,"53":1}}],["basic",{"2":{"26":1}}],["backtick",{"2":{"50":2}}],["back",{"2":{"22":1}}],["backspace",{"2":{"22":1}}],["bib",{"2":{"13":1}}],["bibliography",{"0":{"4":1,"6":1,"8":1,"9":1,"12":1,"14":1},"1":{"5":1,"7":1,"10":1,"11":1,"13":1},"2":{"5":1}}],["bcr10",{"2":{"7":2}}],["bs03",{"2":{"7":2}}],["by",{"2":{"4":1,"5":1,"6":1,"8":1,"12":1,"14":1,"15":1,"22":1,"25":1,"32":2,"33":1,"34":1,"50":1,"52":1,"53":2,"54":1,"56":1}}],["b",{"2":{"4":1,"6":1,"8":1,"9":1,"12":1,"14":1,"20":7,"42":2,"44":6,"45":3,"48":1}}],["browser",{"2":{"22":1,"25":2}}],["brif",{"2":{"3":1,"4":1,"5":2,"6":1,"7":1,"8":1,"9":2,"12":1,"14":1}}],["brifnjp2010",{"2":{"3":2,"5":2,"7":2}}],["brumer",{"2":{"3":2,"4":2,"5":4,"6":2,"7":2,"8":2,"12":2,"14":2}}],["brumershapiro2003",{"2":{"3":2,"5":2,"7":2}}],["branch",{"2":{"0":2,"22":1}}],["built",{"2":{"0":3,"2":1,"33":1}}],["builds",{"2":{"54":1}}],["building",{"2":{"0":2,"54":1}}],["build",{"0":{"30":1},"2":{"0":3,"22":4,"24":1,"25":2,"26":1,"32":1,"53":1,"54":1,"55":3}}],["but",{"2":{"0":1,"11":1,"15":1,"25":1,"50":1}}],["behavior",{"2":{"32":1}}],["being",{"2":{"25":1}}],["below",{"2":{"11":1}}],["because",{"2":{"9":1,"54":1}}],["before",{"2":{"0":1,"25":1,"50":1}}],["be",{"2":{"0":6,"11":1,"13":1,"24":1,"25":3,"26":1,"29":2,"30":1,"55":1,"57":1,"59":1}}],["check",{"2":{"51":1}}],["characters",{"0":{"50":1}}],["chakrabarti",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["chapter",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["changes",{"2":{"22":1,"25":4}}],["chang",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["centered",{"2":{"47":2}}],["critical",{"2":{"46":2}}],["created",{"2":{"32":1}}],["create",{"2":{"22":1,"54":1}}],["cd",{"2":{"22":1,"30":1}}],["curtain",{"2":{"58":1}}],["current",{"2":{"22":1}}],["customize",{"2":{"26":1,"56":1}}],["customization",{"2":{"10":1}}],["custom",{"0":{"10":1,"11":1,"13":1,"43":1},"1":{"11":1},"2":{"10":1,"55":1}}],["css",{"0":{"56":1},"1":{"57":1,"58":1,"59":1},"2":{"15":1,"26":1,"27":1,"31":1,"56":2,"57":2,"58":1}}],["col",{"2":{"47":4}}],["colors",{"2":{"59":2}}],["colorful",{"2":{"17":1}}],["color",{"2":{"17":13}}],["cool",{"2":{"47":2}}],["cos",{"2":{"35":4,"36":4,"37":4,"38":4,"39":4,"40":4,"41":4}}],["cost",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["copy",{"2":{"26":1,"27":1,"57":1}}],["could",{"2":{"25":1,"26":1}}],["coupled",{"2":{"9":1}}],["code>",{"2":{"50":2}}],["code",{"0":{"15":1,"40":2,"41":1},"1":{"16":1,"17":1,"18":1},"2":{"16":1,"17":1,"20":1,"35":2,"36":3,"37":1,"38":6,"39":5,"40":2,"41":1,"48":2}}],["combines",{"2":{"52":1}}],["combination",{"2":{"36":1,"38":1,"39":1}}],["comes",{"2":{"25":1}}],["com>",{"2":{"22":2}}],["com",{"2":{"18":1,"22":4}}],["committed",{"2":{"55":1}}],["commons",{"2":{"32":3}}],["common",{"2":{"15":1}}],["command",{"2":{"5":1,"22":1,"25":1}}],["complete",{"2":{"55":1}}],["completely",{"2":{"29":1}}],["complex",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["compressed",{"2":{"7":1}}],["computational",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["coherent",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["conversion",{"2":{"53":1}}],["converts",{"2":{"53":1}}],["consumes",{"2":{"52":1}}],["constructed",{"2":{"0":1}}],["concerned",{"2":{"26":1,"53":1}}],["condens",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["content",{"2":{"44":8,"45":8,"46":2,"57":2,"58":3}}],["contents",{"2":{"0":4,"32":6,"55":2}}],["container",{"2":{"57":1,"58":1}}],["containers",{"0":{"43":1}}],["contained",{"2":{"29":1}}],["contributing",{"2":{"22":4}}],["contributors",{"2":{"22":2}}],["controlled",{"2":{"9":1}}],["controlling",{"2":{"4":2,"6":2,"8":2,"12":2,"14":2}}],["control",{"2":{"4":7,"6":7,"8":7,"9":1,"12":7,"14":7,"24":1}}],["configuration",{"2":{"25":2,"32":1,"54":1,"55":1}}],["config",{"2":{"0":3,"27":1,"31":1,"32":1}}],["classical",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["clean",{"2":{"0":2,"25":1}}],["c",{"2":{"4":4,"6":4,"8":4,"9":2,"12":4,"14":4,"42":2,"45":3,"48":1}}],["citep",{"2":{"3":2,"5":3,"7":2,"13":2}}],["citet",{"2":{"3":7,"5":7,"7":7,"11":1,"13":6}}],["cite",{"2":{"3":6,"5":10,"7":6,"11":2,"13":5}}],["citations",{"2":{"5":1,"7":2,"11":1}}],["citationbibliography",{"2":{"2":1}}],["citation",{"0":{"2":1,"13":1,"49":1},"1":{"3":1},"2":{"2":1,"5":1,"13":2}}],["cf",{"2":{"3":1}}],["cases",{"2":{"29":1}}],["calarco",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["carrasco",{"2":{"3":2,"4":1,"5":4,"6":1,"7":2,"8":1,"12":1,"13":2,"14":1}}],["causes",{"2":{"0":1,"32":1}}],["cannot",{"2":{"54":1}}],["canonical",{"2":{"22":1}}],["can",{"2":{"0":2,"1":1,"15":1,"22":1,"24":1,"25":2,"26":1,"27":1,"29":2,"32":2,"48":2,"56":1,"57":1,"59":1}}],["ax2+bx+c=0",{"2":{"48":1}}],["a≠0",{"2":{"48":1}}],["attributes",{"2":{"59":1}}],["at",{"2":{"22":1,"26":1,"28":1}}],["atomic",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["above",{"2":{"22":1}}],["able",{"2":{"8":1}}],["adjusted",{"2":{"57":1}}],["adjust",{"2":{"25":1}}],["added",{"0":{"39":1}}],["additional",{"2":{"34":1}}],["adding",{"2":{"25":1,"32":1}}],["add",{"2":{"22":2,"24":1,"25":5,"26":1,"29":4,"30":2}}],["advanced",{"0":{"26":1},"2":{"24":1,"27":1}}],["advances",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["advance",{"2":{"0":1}}],["available",{"0":{"58":1},"2":{"18":1,"19":1,"32":1,"57":1,"58":1}}],["actually",{"2":{"27":1}}],["action",{"2":{"26":1}}],["activate",{"2":{"22":2,"25":1,"30":2}}],["achievements",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["academic",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["appearance",{"2":{"56":1}}],["appropriate",{"2":{"13":1}}],["applications",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["apis",{"2":{"27":1}}],["api",{"0":{"0":1},"2":{"22":4}}],["anything",{"2":{"48":2}}],["another",{"2":{"31":1,"54":1}}],["ansi",{"0":{"17":1},"2":{"17":2}}],["an",{"2":{"4":1,"6":1,"8":1,"11":2,"12":1,"14":1,"18":1,"19":1,"26":1,"29":1,"43":2,"50":1}}],["and",{"0":{"39":1},"2":{"0":3,"1":2,"3":10,"4":14,"5":16,"6":14,"7":13,"8":14,"9":3,"11":1,"12":14,"13":4,"14":14,"16":1,"22":7,"24":2,"25":7,"26":5,"27":1,"29":2,"30":1,"31":1,"38":1,"48":4,"50":5,"52":3,"53":5,"54":2,"55":1,"57":2}}],["aligned",{"2":{"47":2}}],["alerts",{"0":{"46":1},"2":{"46":1}}],["allows",{"2":{"55":1,"58":1}}],["all",{"0":{"58":1},"2":{"29":1,"32":1,"53":2,"54":1,"58":1}}],["already",{"2":{"26":1}}],["also",{"2":{"18":1,"19":1,"48":2,"50":1,"59":1}}],["al",{"2":{"3":3,"5":9,"7":3,"11":3,"13":2}}],["alphastyle",{"2":{"9":1}}],["alphabetically",{"2":{"5":1,"7":1}}],["alphabetic",{"0":{"7":1},"2":{"2":1}}],["alpha",{"2":{"2":1,"7":1,"8":1,"9":1,"13":2}}],["authors",{"2":{"22":2}}],["author",{"0":{"5":1,"11":1},"2":{"2":1,"5":3,"7":1}}],["authoryear",{"2":{"2":1,"5":2,"11":2}}],["autogenerated",{"2":{"54":1}}],["auto",{"2":{"0":1}}],["automatic",{"2":{"0":1,"4":1,"6":1,"8":1,"12":1,"14":1}}],["automatically",{"2":{"0":2,"8":1,"9":1,"13":1,"29":1,"32":1}}],["article",{"2":{"58":1}}],["around",{"2":{"25":1,"55":1}}],["arxiv",{"2":{"9":2}}],["arimondo",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["arbitrary",{"2":{"3":2,"5":2,"7":2,"13":2}}],["are",{"2":{"0":3,"2":1,"5":1,"7":1,"11":1,"13":1,"22":1,"25":1,"27":1,"47":4,"48":6,"52":1,"54":2,"55":2}}],["arguments",{"2":{"0":1,"25":1}}],["argument",{"2":{"0":1,"2":1,"25":1}}],["after",{"2":{"0":4,"48":4}}],["aside",{"2":{"57":2,"58":2}}],["assuming",{"2":{"22":1,"26":1}}],["assetsinlinelimit",{"2":{"32":1}}],["assets",{"2":{"0":3,"18":1,"22":1,"27":1,"31":1,"32":2}}],["as",{"2":{"0":2,"3":14,"5":16,"7":14,"11":5,"13":13,"22":1,"25":3,"26":3,"27":2,"30":1,"53":1}}],["a",{"0":{"37":1},"2":{"0":6,"4":4,"6":4,"8":4,"9":5,"10":1,"12":4,"13":1,"14":4,"16":1,"17":1,"20":8,"22":5,"25":5,"26":2,"30":2,"31":1,"32":2,"42":2,"43":8,"44":6,"45":3,"53":1,"54":4,"55":1}}],["ideas",{"2":{"50":1}}],["images",{"2":{"32":1}}],["image",{"2":{"32":4}}],["import",{"2":{"18":2}}],["important",{"2":{"11":1,"57":6,"58":17}}],["ignore",{"2":{"27":1}}],["icon",{"2":{"32":1}}],["ico",{"2":{"27":1,"31":1}}],["ii",{"2":{"25":1}}],["if",{"2":{"0":2,"18":1,"25":2,"26":1,"32":1,"50":1,"54":1,"55":2}}],["i",{"2":{"0":2,"4":1,"6":1,"8":1,"9":2,"12":1,"14":1,"22":1,"25":2,"50":3,"59":1}}],["iobuffer",{"2":{"18":1}}],["ion",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["io",{"2":{"0":1,"18":4,"32":2}}],["increase",{"2":{"57":1}}],["include",{"2":{"22":1}}],["including",{"2":{"0":1,"26":1,"29":1}}],["info",{"2":{"43":4}}],["information",{"2":{"26":1}}],["inline",{"2":{"32":1,"50":1}}],["inlined",{"2":{"32":1}}],["inlines",{"2":{"32":1}}],["instead",{"2":{"25":1}}],["instances",{"2":{"25":2}}],["instantiate",{"2":{"29":1}}],["instantiating",{"2":{"2":1}}],["instantly",{"0":{"25":1},"2":{"25":1}}],["installed",{"2":{"29":1,"54":1}}],["installs",{"2":{"29":1}}],["installation",{"0":{"28":1},"1":{"29":1}}],["install",{"2":{"0":2,"29":2}}],["into",{"2":{"25":3,"29":1,"55":1,"57":1}}],["internal",{"2":{"9":1}}],["interacting",{"2":{"9":1}}],["interscience",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["integration",{"0":{"1":1},"2":{"1":1}}],["index",{"2":{"22":2,"26":1,"27":2,"31":2,"54":1}}],["indicating",{"2":{"11":1}}],["input",{"2":{"16":2,"17":2,"18":1,"20":2,"21":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1,"53":2}}],["inverse",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["invoking",{"2":{"0":1}}],["in",{"2":{"0":2,"1":3,"2":1,"4":3,"5":3,"6":3,"8":3,"9":1,"10":1,"11":4,"12":3,"13":2,"14":3,"15":1,"17":2,"18":3,"19":3,"22":4,"24":1,"25":3,"26":2,"27":2,"29":1,"30":2,"31":3,"33":1,"36":1,"48":2,"52":2,"53":3,"54":5}}],["its",{"2":{"22":1,"29":3}}],["it",{"2":{"0":3,"1":1,"7":1,"24":1,"29":1,"50":2,"53":2}}],["isolated",{"2":{"29":1}}],["isempty",{"2":{"18":1}}],["issues",{"2":{"32":1}}],["issue",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"25":1,"50":1}}],["is",{"2":{"0":8,"2":1,"3":2,"5":5,"7":1,"8":1,"11":2,"13":2,"15":1,"16":1,"17":3,"18":2,"19":2,"22":4,"25":1,"29":1,"43":10,"47":4,"49":3,"50":1,"51":1,"52":1,"53":5,"54":3,"55":1}}],["pipeline",{"2":{"53":1}}],["picking",{"2":{"25":1}}],["pm",{"2":{"48":1}}],["plain",{"2":{"32":1}}],["plugin",{"2":{"9":1,"53":3}}],["png",{"2":{"27":1,"31":1,"32":2}}],["pdf",{"2":{"18":2,"19":2}}],["pkg>",{"2":{"22":1,"30":1}}],["pkg",{"2":{"16":4}}],["phi",{"2":{"48":1}}],["ph",{"2":{"9":1}}],["phenomena",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["physics",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["phys",{"2":{"4":3,"5":1,"6":3,"8":3,"9":1,"12":3,"14":3}}],["pp",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["p",{"2":{"4":4,"6":4,"8":4,"12":4,"14":4}}],["powered",{"2":{"34":1}}],["possible",{"2":{"27":1}}],["poschinger",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["point",{"2":{"0":1}}],["println",{"2":{"17":2}}],["print",{"2":{"17":4,"18":2}}],["printstyled",{"2":{"17":2}}],["principles",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["probably",{"2":{"55":1}}],["problems",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["problem",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["proper",{"2":{"55":1}}],["process",{"0":{"52":1},"1":{"53":1,"54":1,"55":1}}],["processes",{"2":{"4":2,"6":2,"8":2,"12":2,"14":2}}],["provides",{"2":{"34":1}}],["provided",{"2":{"0":1,"33":1,"53":1}}],["progress",{"2":{"18":1,"19":1}}],["project",{"0":{"27":1},"2":{"16":1,"26":2,"27":2,"29":1,"31":1}}],["previous",{"2":{"36":1}}],["preview",{"0":{"25":1},"2":{"0":1,"22":2,"25":2}}],["prerequisites",{"0":{"29":1}}],["prerelease",{"2":{"18":2}}],["pretty",{"2":{"26":1}}],["present",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["press",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["push",{"2":{"0":1,"22":1}}],["publication",{"2":{"5":1,"7":1}}],["public",{"0":{"0":1}}],["padding",{"2":{"57":4,"58":12}}],["paper",{"2":{"49":2}}],["packages",{"2":{"16":1,"22":1,"30":2,"52":2,"54":1}}],["package",{"2":{"15":1,"22":2,"26":1,"27":3,"31":2,"54":1}}],["parsed",{"2":{"53":1}}],["parse",{"2":{"18":2}}],["part",{"2":{"11":1,"22":1}}],["particles",{"2":{"9":1}}],["parenthetical",{"2":{"5":1}}],["paste",{"2":{"57":1}}],["past",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["pass",{"2":{"0":1,"25":2}}],["passed",{"2":{"0":2}}],["pages",{"2":{"3":1,"22":3,"54":1}}],["page",{"2":{"1":2,"18":1,"25":2,"31":1,"33":1,"54":1}}],["pathof",{"2":{"32":1}}],["path",{"2":{"0":8,"25":3,"54":2}}],["tip",{"2":{"43":4}}],["title",{"2":{"57":1,"58":2}}],["tit",{"2":{"41":2}}],["timer",{"2":{"25":1}}],["time",{"2":{"25":1}}],["types",{"2":{"32":1}}],["type",{"0":{"32":1},"2":{"32":2,"48":2}}],["ts",{"2":{"27":1,"31":1}}],["tutorial",{"2":{"26":1}}],["tutorials",{"2":{"22":4}}],["tweaks",{"2":{"25":3}}],["two",{"2":{"9":1,"10":1,"25":2,"41":1,"48":2,"52":2}}],["tag",{"2":{"48":2}}],["tables",{"0":{"47":1},"2":{"47":3}}],["tab",{"2":{"44":4,"45":4}}],["tabs",{"0":{"44":1,"45":1},"2":{"44":2,"45":3}}],["target",{"2":{"22":1,"32":1}}],["takes",{"2":{"53":2,"54":1}}],["take",{"2":{"18":1,"54":1}}],["taken",{"2":{"1":1}}],["tell",{"2":{"32":1}}],["tests",{"2":{"32":1}}],["terminal",{"2":{"31":1,"54":1}}],["template",{"2":{"26":2}}],["techniques",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["text",{"2":{"3":2,"5":2,"7":2,"13":2,"32":1,"50":1,"57":2,"58":2,"59":1}}],["trigger",{"2":{"25":1}}],["trivial",{"2":{"13":1}}],["transport",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["true",{"2":{"0":3,"18":1,"22":1}}],["t",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"32":1,"35":4,"36":4,"37":4,"38":4,"39":4,"40":4,"41":10,"48":2}}],["thing",{"2":{"55":1}}],["this",{"2":{"0":3,"1":2,"3":3,"5":2,"7":1,"9":1,"11":1,"13":3,"15":3,"17":3,"18":1,"19":1,"22":3,"25":4,"26":4,"31":2,"32":4,"33":1,"43":10,"49":1,"50":3,"51":1,"53":2,"54":2,"55":3,"57":1,"58":1}}],["than",{"2":{"50":2}}],["that",{"2":{"1":1,"7":2,"8":1,"11":1,"13":2,"22":3,"24":1,"25":3,"53":1,"54":1,"55":2}}],["thumb",{"2":{"32":1}}],["through",{"2":{"26":1}}],["throughout",{"2":{"3":1}}],["those",{"2":{"13":1,"27":1}}],["they",{"2":{"48":2}}],["therefore",{"2":{"52":1}}],["there",{"2":{"32":1,"48":4,"53":1,"59":1}}],["therein",{"2":{"3":4,"5":4,"7":4}}],["their",{"2":{"25":1}}],["then",{"2":{"22":3,"25":2,"30":1,"31":1,"54":1}}],["these",{"2":{"22":1,"25":2,"30":1,"52":1}}],["theme",{"2":{"27":1,"31":1,"56":1,"57":1}}],["them",{"2":{"1":1,"32":1,"54":1}}],["the",{"0":{"31":1,"52":1},"1":{"53":1,"54":1,"55":1},"2":{"0":43,"1":3,"2":4,"3":4,"4":2,"5":7,"6":2,"7":5,"8":3,"9":2,"10":2,"11":6,"12":2,"13":5,"14":2,"15":1,"16":2,"18":2,"19":2,"22":14,"24":1,"25":11,"26":6,"27":3,"28":1,"29":1,"30":2,"31":4,"32":6,"33":1,"36":2,"38":1,"39":1,"48":8,"49":4,"50":4,"51":2,"52":1,"53":7,"54":7,"55":5,"56":2,"57":6,"58":2}}],["top",{"2":{"57":1,"58":1}}],["toml",{"2":{"27":2,"31":1}}],["toml`",{"2":{"16":1}}],["tools",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["to",{"0":{"22":1},"2":{"0":24,"8":1,"9":1,"10":1,"13":2,"18":1,"19":1,"22":10,"24":3,"25":11,"26":9,"27":3,"29":2,"30":1,"31":1,"32":1,"36":2,"48":2,"53":4,"54":3,"55":1,"57":2,"58":1}}],["sshflags=",{"2":{"50":1}}],["sshflags=`",{"2":{"50":2}}],["sqrt",{"2":{"48":1}}],["snippets",{"2":{"35":1}}],["svg+xml",{"2":{"32":1}}],["svg",{"2":{"32":3}}],["sleep",{"2":{"25":2}}],["small",{"2":{"25":1}}],["src",{"0":{"30":1},"2":{"22":1,"26":1,"27":3,"31":1,"32":1,"52":1,"56":1,"57":1}}],["such",{"2":{"55":1}}],["sure",{"2":{"48":2}}],["suppose",{"2":{"22":1}}],["suppression",{"2":{"9":1}}],["sum",{"2":{"16":2}}],["s103",{"2":{"9":1}}],["sb12",{"2":{"7":2}}],["screen",{"2":{"58":1}}],["scmm18",{"2":{"7":1}}],["schmidt",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["specified",{"2":{"54":1}}],["specific",{"2":{"32":1}}],["specifically",{"2":{"26":1}}],["special",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["spaces",{"2":{"48":2}}],["space",{"0":{"58":1},"2":{"0":1,"57":3,"58":3}}],["shiki",{"2":{"34":1}}],["shbun",{"2":{"29":1}}],["shyarn",{"2":{"29":1}}],["shpnpm",{"2":{"29":1}}],["shnpm",{"2":{"29":1}}],["shall",{"2":{"22":1}}],["shapiro",{"2":{"3":2,"4":2,"5":4,"6":2,"7":2,"8":2,"12":2,"14":2}}],["shapiro2012",{"2":{"3":2,"5":2,"7":2}}],["shshell>",{"2":{"22":1}}],["shell",{"2":{"22":1}}],["shdocs",{"2":{"22":1,"28":1,"30":1,"31":1}}],["sh$",{"2":{"22":1,"30":1}}],["shorter",{"2":{"13":1}}],["should",{"2":{"11":1,"22":1,"24":1,"25":2}}],["shown",{"2":{"11":2}}],["show",{"2":{"10":1,"27":1,"32":2}}],["shows",{"2":{"1":1}}],["so",{"2":{"25":1,"32":1,"54":1}}],["sometimes",{"2":{"53":1}}],["something",{"2":{"25":1}}],["some",{"2":{"15":1,"25":1,"26":1,"33":1,"53":1}}],["somewhat",{"2":{"13":1}}],["sorts",{"2":{"7":1}}],["sorted",{"2":{"5":1}}],["sons",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["solely",{"2":{"26":1}}],["sola",{"2":{"4":1,"5":1,"6":1,"8":1,"11":1,"12":1,"14":1}}],["solaaamop2018",{"2":{"3":1,"5":1,"7":1,"11":1,"13":2}}],["solutions",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"48":2}}],["source",{"2":{"0":2,"1":1}}],["symbols",{"2":{"15":1}}],["syntax",{"0":{"34":1},"1":{"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1},"2":{"3":1,"34":1}}],["systems",{"2":{"4":3,"6":3,"8":3,"12":3,"14":3}}],["system",{"2":{"0":1,"9":1}}],["several",{"2":{"54":1}}],["sequence",{"2":{"50":2}}],["self",{"2":{"29":1}}],["server",{"2":{"54":1}}],["servedocs",{"2":{"25":5}}],["service",{"2":{"25":1}}],["separate",{"2":{"25":1}}],["section",{"2":{"24":1}}],["seconds",{"2":{"25":1}}],["second",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1,"45":1}}],["sessions",{"2":{"25":1}}],["session",{"2":{"22":1,"25":2,"30":1}}],["semi",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["see",{"2":{"0":1,"10":1,"11":1,"25":2,"26":1,"31":1,"46":1,"47":1,"50":1}}],["settings",{"2":{"57":1,"58":1}}],["setting",{"0":{"31":1}}],["setdocmeta",{"2":{"22":2}}],["set",{"2":{"0":2,"25":1,"26":1,"35":2,"36":2,"37":2,"38":2,"39":2,"40":2,"41":2}}],["s",{"2":{"0":1,"1":1,"4":6,"6":6,"8":6,"12":6,"14":6,"18":1,"26":1,"49":1,"50":1,"51":1,"54":1}}],["sanjay",{"2":{"22":3}}],["same",{"2":{"0":1,"1":1,"3":1,"5":1,"7":1,"13":1,"22":1}}],["saved",{"2":{"53":1}}],["save",{"2":{"0":1}}],["styling",{"0":{"56":1},"1":{"57":1,"58":1,"59":1}}],["style=",{"2":{"2":3,"3":1,"5":1,"7":2,"9":1,"11":1}}],["styles",{"0":{"10":1},"1":{"11":1},"2":{"2":1,"10":1}}],["style",{"0":{"2":1,"3":1,"5":1,"7":1,"11":1,"13":1,"49":1},"1":{"3":1},"2":{"2":5,"3":2,"5":4,"7":1,"8":1,"10":1,"11":1,"13":3,"27":1,"31":1,"47":1,"56":2,"57":1}}],["still",{"2":{"25":1}}],["stores",{"2":{"22":1}}],["step",{"2":{"22":1,"54":1}}],["steps",{"2":{"22":1,"30":1,"53":1}}],["stages",{"2":{"52":1}}],["status",{"2":{"16":3}}],["static",{"2":{"0":1,"54":1}}],["started",{"0":{"23":1},"1":{"24":1,"25":1,"26":1,"27":1,"28":1,"29":1,"30":1,"31":1},"2":{"27":1,"31":1}}],["start",{"2":{"0":1,"22":1,"26":2,"27":1,"28":1,"30":2}}],["stripes",{"2":{"47":2}}],["string`",{"2":{"32":1}}],["string",{"2":{"0":1,"18":1,"22":1,"32":2}}],["structure",{"0":{"27":1,"31":1},"2":{"26":2,"31":1}}],["struct",{"2":{"0":1,"32":2}}],["sidebar",{"2":{"54":2,"58":3}}],["sign",{"2":{"48":4}}],["silvestris",{"2":{"32":4}}],["sin",{"2":{"35":4,"36":4,"37":4,"38":4,"39":4,"40":4,"41":8}}],["since",{"2":{"26":1}}],["singer",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["simply",{"2":{"24":1,"54":1}}],["simple",{"0":{"24":1},"1":{"25":1},"2":{"16":2,"32":1}}],["similar",{"2":{"0":1,"13":2}}],["sitename",{"2":{"22":2}}],["site",{"2":{"0":9,"54":1,"55":2,"56":1}}],["w",{"2":{"35":4,"36":4,"37":4,"38":4,"39":4,"40":4,"41":6}}],["write",{"2":{"32":1}}],["writers",{"2":{"52":1}}],["writer",{"2":{"0":1}}],["word",{"2":{"25":2}}],["working",{"2":{"22":1,"30":1}}],["works",{"2":{"9":1,"50":1}}],["work",{"2":{"0":1,"16":2,"18":1,"19":1,"55":1}}],["would",{"2":{"13":1}}],["webpage",{"2":{"55":1}}],["webserver",{"2":{"31":1}}],["websites",{"2":{"52":1,"54":1}}],["website",{"2":{"0":1,"26":1,"54":2}}],["well",{"2":{"25":2}}],["welcome",{"2":{"18":1,"19":1}}],["we",{"2":{"10":1,"22":1,"26":4,"27":1,"30":1,"32":3,"54":3,"55":1}}],["want",{"2":{"26":2}}],["warning",{"0":{"40":1},"2":{"18":1,"40":1,"43":6,"46":1,"55":1,"57":1}}],["walmsley",{"2":{"9":2}}],["was",{"2":{"1":1,"50":1}}],["way",{"2":{"1":1}}],["width",{"2":{"57":4,"58":8}}],["wikipedia",{"2":{"32":3}}],["wikimedia",{"2":{"32":3}}],["wiley",{"2":{"4":2,"6":2,"8":2,"12":2,"14":2}}],["will",{"2":{"0":4,"22":2,"25":1,"26":4,"29":1,"30":2,"31":1,"54":1,"55":1}}],["winckel",{"2":{"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"11":1,"12":1,"13":2,"14":1}}],["winckelip2008",{"2":{"3":2,"5":2,"7":2,"11":1,"13":4}}],["within",{"2":{"25":6,"50":1}}],["with",{"2":{"0":2,"4":1,"5":1,"6":1,"8":1,"9":1,"11":1,"12":1,"13":2,"14":1,"22":2,"24":1,"25":2,"26":1,"29":1,"32":2,"34":1,"36":1,"38":1,"39":1,"48":2,"53":1}}],["white",{"2":{"57":2,"58":2}}],["which",{"2":{"0":5,"5":1,"25":1,"27":1,"52":2,"53":2,"54":2}}],["whatever",{"2":{"25":1}}],["what",{"2":{"0":1,"1":1,"15":1}}],["where",{"2":{"22":1,"32":2,"53":1}}],["whether",{"2":{"0":6,"32":1}}],["when",{"2":{"0":1,"2":1,"29":1,"48":2,"54":1}}],["dangerous",{"2":{"43":2}}],["danger",{"2":{"43":2}}],["dark",{"2":{"27":1,"31":1}}],["daee34ce",{"2":{"16":1}}],["due",{"2":{"25":1}}],["d",{"2":{"9":3,"29":4,"42":2,"45":3}}],["divider",{"2":{"58":1}}],["dispatch",{"2":{"53":1}}],["display",{"2":{"48":2}}],["disable",{"2":{"32":1}}],["disambiguate",{"2":{"8":1}}],["dirname",{"2":{"32":2}}],["directly",{"2":{"55":1}}],["direct",{"2":{"25":1}}],["directory",{"2":{"25":1,"31":1}}],["different",{"2":{"5":1}}],["differentiation",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["dimauro",{"2":{"4":1,"6":1,"8":1,"12":1,"14":1}}],["dollar",{"2":{"48":4}}],["double",{"2":{"48":4}}],["don",{"2":{"32":1,"48":1}}],["done",{"2":{"16":1,"53":1}}],["download",{"2":{"32":3}}],["do",{"2":{"22":1,"26":1,"30":1}}],["docmeta",{"2":{"22":2}}],["doctests",{"2":{"53":1}}],["doctestsetup",{"2":{"22":2}}],["doctest",{"0":{"21":1},"2":{"21":1}}],["docs",{"0":{"22":1,"30":2},"2":{"1":1,"16":1,"18":1,"22":8,"25":10,"26":5,"27":2,"28":1,"30":4,"31":5,"32":1,"53":1,"54":2,"56":1,"57":1}}],["document",{"2":{"53":1}}],["documentation",{"0":{"19":1,"25":1},"1":{"20":1,"21":1},"2":{"0":6,"3":1,"18":5,"19":3,"22":3,"25":4,"26":2,"27":1,"29":1,"31":1,"51":1,"52":2}}],["documentationmarkdown",{"2":{"0":1}}],["documentercitations",{"0":{"1":1},"2":{"1":3,"9":2,"16":1}}],["documenter",{"0":{"22":1,"53":1},"2":{"0":9,"1":1,"16":1,"17":1,"22":6,"25":1,"26":2,"30":1,"52":1,"53":5,"55":1}}],["documentervitepress",{"0":{"22":1},"2":{"0":6,"1":2,"16":5,"22":8,"24":1,"25":2,"26":2,"27":2,"29":1,"30":1,"32":2,"52":1,"53":1}}],["does",{"2":{"0":1,"50":2,"57":1,"58":1}}],["delete",{"2":{"57":1}}],["deleted",{"2":{"55":1}}],["delay",{"2":{"25":2}}],["details",{"2":{"43":4}}],["detectable",{"2":{"55":1}}],["detect",{"2":{"0":1}}],["determined",{"2":{"2":1}}],["determine",{"2":{"0":2}}],["determines",{"2":{"0":3}}],["demonstrates",{"2":{"33":1}}],["dependencies",{"2":{"29":1}}],["deploying",{"2":{"55":1}}],["deployment",{"2":{"25":2,"55":1}}],["deploydocs",{"2":{"22":2}}],["deploydecision",{"2":{"0":3}}],["deploy",{"2":{"0":9,"25":1,"31":1}}],["deployed",{"2":{"0":2,"55":1}}],["definition",{"2":{"11":1}}],["defines",{"2":{"32":1}}],["define",{"2":{"10":1}}],["defined",{"2":{"10":1}}],["defaults",{"2":{"0":3}}],["default",{"2":{"0":3,"2":1,"3":1,"5":1,"15":1,"32":1,"53":1,"57":1}}],["decoherence",{"2":{"9":1}}],["decision",{"2":{"0":2}}],["derived",{"2":{"7":1}}],["describes",{"2":{"24":1}}],["description",{"2":{"0":2}}],["designed",{"2":{"0":1}}],["develop",{"2":{"54":1}}],["developing",{"2":{"29":1}}],["development",{"0":{"25":1},"2":{"0":2,"18":1,"19":1,"25":1}}],["dev",{"2":{"0":2,"22":1,"25":3,"31":1,"54":1}}],["devurl",{"2":{"0":5}}],["devbranch",{"2":{"0":5,"22":2}}],["jpg",{"2":{"32":2}}],["jpeg",{"2":{"32":1}}],["joinpath",{"2":{"32":1}}],["just",{"2":{"26":1}}],["julia```",{"2":{"25":1}}],["juliapkg>",{"2":{"22":1,"30":1}}],["julia>",{"2":{"20":3,"21":1,"22":1,"30":1}}],["julialang",{"2":{"18":2}}],["juliajulia>",{"2":{"17":2,"20":2,"21":1,"22":2}}],["julia2",{"2":{"16":1}}],["juliausing",{"2":{"16":1,"22":2,"32":1,"35":1,"37":1,"39":1,"40":1,"41":2}}],["juliamediaoutput",{"2":{"32":3}}],["juliamakedocs",{"2":{"24":1}}],["juliamarkdownvitepress",{"2":{"0":1}}],["juliamono",{"2":{"15":1}}],["julia",{"0":{"15":1,"19":1},"1":{"16":1,"17":1,"18":1,"20":1,"21":1},"2":{"15":1,"16":1,"18":5,"19":3,"22":3,"25":1,"26":1,"30":2,"32":1,"36":1,"38":1,"52":1,"53":1}}],["juliaformat=documentervitepress",{"2":{"0":1}}],["juliadocumentervitepress",{"2":{"0":1}}],["js",{"2":{"25":1}}],["json",{"2":{"22":1,"27":3,"31":2}}],["jay",{"2":{"22":3}}],["j",{"2":{"4":3,"6":3,"8":3,"9":2,"12":3,"14":3}}],["jl`",{"2":{"16":1}}],["jl",{"0":{"1":1,"22":2,"53":1},"2":{"0":4,"1":1,"16":3,"22":22,"24":1,"25":6,"26":2,"27":2,"29":1,"30":1,"31":2,"52":2,"53":2}}]],"serializationVersion":2}';export{e as default}; diff --git a/previews/PR178/assets/chunks/VPLocalSearchBox.-lCMQHpc.js b/previews/PR178/assets/chunks/VPLocalSearchBox.BqFMPj0J.js similarity index 99% rename from previews/PR178/assets/chunks/VPLocalSearchBox.-lCMQHpc.js rename to previews/PR178/assets/chunks/VPLocalSearchBox.BqFMPj0J.js index 47665bc..5e6c5fb 100644 --- a/previews/PR178/assets/chunks/VPLocalSearchBox.-lCMQHpc.js +++ b/previews/PR178/assets/chunks/VPLocalSearchBox.BqFMPj0J.js @@ -1,4 +1,4 @@ -var Nt=Object.defineProperty;var Ft=(a,e,t)=>e in a?Nt(a,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):a[e]=t;var Re=(a,e,t)=>Ft(a,typeof e!="symbol"?e+"":e,t);import{V as Ot,p as se,h as pe,aj as Xe,ak as Rt,al as Ct,q as je,am as Mt,d as At,D as ye,an as et,ao as Lt,ap as Dt,s as zt,aq as Pt,v as Ce,P as ue,O as we,ar as jt,as as Vt,W as $t,R as Bt,$ as Wt,o as q,b as Kt,j as S,a0 as Jt,k as D,at as Ut,au as qt,av as Gt,c as Y,n as tt,e as xe,C as st,F as nt,a as de,t as he,aw as Ht,ax as it,ay as Qt,a9 as Yt,af as Zt,az as Xt,_ as es}from"./framework.rMBZD2FC.js";import{u as ts,c as ss}from"./theme.BypQGrVM.js";const ns={root:()=>Ot(()=>import("./@localSearchIndexroot.DL2wJeTA.js"),[])};/*! +var Nt=Object.defineProperty;var Ft=(a,e,t)=>e in a?Nt(a,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):a[e]=t;var Re=(a,e,t)=>Ft(a,typeof e!="symbol"?e+"":e,t);import{V as Ot,p as se,h as pe,aj as Xe,ak as Rt,al as Ct,q as je,am as Mt,d as At,D as ye,an as et,ao as Lt,ap as Dt,s as zt,aq as Pt,v as Ce,P as ue,O as we,ar as jt,as as Vt,W as $t,R as Bt,$ as Wt,o as q,b as Kt,j as S,a0 as Jt,k as D,at as Ut,au as qt,av as Gt,c as Y,n as tt,e as xe,C as st,F as nt,a as de,t as he,aw as Ht,ax as it,ay as Qt,a9 as Yt,af as Zt,az as Xt,_ as es}from"./framework.rMBZD2FC.js";import{u as ts,c as ss}from"./theme.DE4XUd9y.js";const ns={root:()=>Ot(()=>import("./@localSearchIndexroot.ByjcD6em.js"),[])};/*! * tabbable 6.2.0 * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE */var vt=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],Ie=vt.join(","),mt=typeof Element>"u",ie=mt?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,ke=!mt&&Element.prototype.getRootNode?function(a){var e;return a==null||(e=a.getRootNode)===null||e===void 0?void 0:e.call(a)}:function(a){return a==null?void 0:a.ownerDocument},Ne=function a(e,t){var s;t===void 0&&(t=!0);var n=e==null||(s=e.getAttribute)===null||s===void 0?void 0:s.call(e,"inert"),r=n===""||n==="true",i=r||t&&e&&a(e.parentNode);return i},is=function(e){var t,s=e==null||(t=e.getAttribute)===null||t===void 0?void 0:t.call(e,"contenteditable");return s===""||s==="true"},gt=function(e,t,s){if(Ne(e))return[];var n=Array.prototype.slice.apply(e.querySelectorAll(Ie));return t&&ie.call(e,Ie)&&n.unshift(e),n=n.filter(s),n},bt=function a(e,t,s){for(var n=[],r=Array.from(e);r.length;){var i=r.shift();if(!Ne(i,!1))if(i.tagName==="SLOT"){var o=i.assignedElements(),l=o.length?o:i.children,c=a(l,!0,s);s.flatten?n.push.apply(n,c):n.push({scopeParent:i,candidates:c})}else{var h=ie.call(i,Ie);h&&s.filter(i)&&(t||!e.includes(i))&&n.push(i);var v=i.shadowRoot||typeof s.getShadowRoot=="function"&&s.getShadowRoot(i),p=!Ne(v,!1)&&(!s.shadowRootFilter||s.shadowRootFilter(i));if(v&&p){var b=a(v===!0?i.children:v.children,!0,s);s.flatten?n.push.apply(n,b):n.push({scopeParent:i,candidates:b})}else r.unshift.apply(r,i.children)}}return n},yt=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},ne=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||is(e))&&!yt(e)?0:e.tabIndex},rs=function(e,t){var s=ne(e);return s<0&&t&&!yt(e)?0:s},as=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},wt=function(e){return e.tagName==="INPUT"},os=function(e){return wt(e)&&e.type==="hidden"},ls=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(s){return s.tagName==="SUMMARY"});return t},cs=function(e,t){for(var s=0;ssummary:first-of-type"),i=r?e.parentElement:e;if(ie.call(i,"details:not([open]) *"))return!0;if(!s||s==="full"||s==="legacy-full"){if(typeof n=="function"){for(var o=e;e;){var l=e.parentElement,c=ke(e);if(l&&!l.shadowRoot&&n(l)===!0)return rt(e);e.assignedSlot?e=e.assignedSlot:!l&&c!==e.ownerDocument?e=c.host:e=l}e=o}if(fs(e))return!e.getClientRects().length;if(s!=="legacy-full")return!0}else if(s==="non-zero-area")return rt(e);return!1},vs=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var s=0;s=0)},gs=function a(e){var t=[],s=[];return e.forEach(function(n,r){var i=!!n.scopeParent,o=i?n.scopeParent:n,l=rs(o,i),c=i?a(n.candidates):o;l===0?i?t.push.apply(t,c):t.push(o):s.push({documentOrder:r,tabIndex:l,item:n,isScope:i,content:c})}),s.sort(as).reduce(function(n,r){return r.isScope?n.push.apply(n,r.content):n.push(r.content),n},[]).concat(t)},bs=function(e,t){t=t||{};var s;return t.getShadowRoot?s=bt([e],t.includeContainer,{filter:Ve.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:ms}):s=gt(e,t.includeContainer,Ve.bind(null,t)),gs(s)},ys=function(e,t){t=t||{};var s;return t.getShadowRoot?s=bt([e],t.includeContainer,{filter:Fe.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):s=gt(e,t.includeContainer,Fe.bind(null,t)),s},re=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return ie.call(e,Ie)===!1?!1:Ve(t,e)},ws=vt.concat("iframe").join(","),Me=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return ie.call(e,ws)===!1?!1:Fe(t,e)};/*! diff --git a/previews/PR178/assets/chunks/theme.BypQGrVM.js b/previews/PR178/assets/chunks/theme.DE4XUd9y.js similarity index 99% rename from previews/PR178/assets/chunks/theme.BypQGrVM.js rename to previews/PR178/assets/chunks/theme.DE4XUd9y.js index 6794936..2da93d7 100644 --- a/previews/PR178/assets/chunks/theme.BypQGrVM.js +++ b/previews/PR178/assets/chunks/theme.DE4XUd9y.js @@ -1,2 +1,2 @@ -const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/chunks/VPLocalSearchBox.-lCMQHpc.js","assets/chunks/framework.rMBZD2FC.js"])))=>i.map(i=>d[i]); -import{d as b,o as a,c as d,r as u,n as I,a as F,t as N,b as k,w as f,e as _,T as de,_ as $,u as Le,i as Ke,f as qe,g as pe,h as P,j as v,k as i,l as z,m as re,p as T,q as O,s as Z,v as R,x as ve,y as fe,z as We,A as Je,B as K,F as M,C as B,D as Te,E as x,G as g,H,I as we,J as ee,K as G,L as W,M as Ye,N as Ne,O as ie,P as Ie,Q as Me,R as te,S as Xe,U as Qe,V as Ze,W as Ce,X as he,Y as xe,Z as et,$ as tt,a0 as nt,a1 as Ae,a2 as st,a3 as ot,a4 as at,a5 as ye}from"./framework.rMBZD2FC.js";const rt=b({__name:"VPBadge",props:{text:{},type:{default:"tip"}},setup(o){return(e,t)=>(a(),d("span",{class:I(["VPBadge",e.type])},[u(e.$slots,"default",{},()=>[F(N(e.text),1)])],2))}}),it={key:0,class:"VPBackdrop"},lt=b({__name:"VPBackdrop",props:{show:{type:Boolean}},setup(o){return(e,t)=>(a(),k(de,{name:"fade"},{default:f(()=>[e.show?(a(),d("div",it)):_("",!0)]),_:1}))}}),ct=$(lt,[["__scopeId","data-v-b06cdb19"]]),L=Le;function ut(o,e){let t,s=!1;return()=>{t&&clearTimeout(t),s?t=setTimeout(o,e):(o(),(s=!0)&&setTimeout(()=>s=!1,e))}}function le(o){return/^\//.test(o)?o:`/${o}`}function me(o){const{pathname:e,search:t,hash:s,protocol:n}=new URL(o,"http://a.com");if(Ke(o)||o.startsWith("#")||!n.startsWith("http")||!qe(e))return o;const{site:r}=L(),l=e.endsWith("/")||e.endsWith(".html")?o:o.replace(/(?:(^\.+)\/)?.*$/,`$1${e.replace(/(\.md)?$/,r.value.cleanUrls?"":".html")}${t}${s}`);return pe(l)}function Y({correspondingLink:o=!1}={}){const{site:e,localeIndex:t,page:s,theme:n,hash:r}=L(),l=P(()=>{var c,h;return{label:(c=e.value.locales[t.value])==null?void 0:c.label,link:((h=e.value.locales[t.value])==null?void 0:h.link)||(t.value==="root"?"/":`/${t.value}/`)}});return{localeLinks:P(()=>Object.entries(e.value.locales).flatMap(([c,h])=>l.value.label===h.label?[]:{text:h.label,link:dt(h.link||(c==="root"?"/":`/${c}/`),n.value.i18nRouting!==!1&&o,s.value.relativePath.slice(l.value.link.length-1),!e.value.cleanUrls)+r.value})),currentLang:l}}function dt(o,e,t,s){return e?o.replace(/\/$/,"")+le(t.replace(/(^|\/)index\.md$/,"$1").replace(/\.md$/,s?".html":"")):o}const pt={class:"NotFound"},vt={class:"code"},ft={class:"title"},ht={class:"quote"},mt={class:"action"},_t=["href","aria-label"],bt=b({__name:"NotFound",setup(o){const{theme:e}=L(),{currentLang:t}=Y();return(s,n)=>{var r,l,p,c,h;return a(),d("div",pt,[v("p",vt,N(((r=i(e).notFound)==null?void 0:r.code)??"404"),1),v("h1",ft,N(((l=i(e).notFound)==null?void 0:l.title)??"PAGE NOT FOUND"),1),n[0]||(n[0]=v("div",{class:"divider"},null,-1)),v("blockquote",ht,N(((p=i(e).notFound)==null?void 0:p.quote)??"But if you don't change your direction, and if you keep looking, you may end up where you are heading."),1),v("div",mt,[v("a",{class:"link",href:i(pe)(i(t).link),"aria-label":((c=i(e).notFound)==null?void 0:c.linkLabel)??"go to home"},N(((h=i(e).notFound)==null?void 0:h.linkText)??"Take me home"),9,_t)])])}}}),kt=$(bt,[["__scopeId","data-v-951cab6c"]]);function Be(o,e){if(Array.isArray(o))return X(o);if(o==null)return[];e=le(e);const t=Object.keys(o).sort((n,r)=>r.split("/").length-n.split("/").length).find(n=>e.startsWith(le(n))),s=t?o[t]:[];return Array.isArray(s)?X(s):X(s.items,s.base)}function gt(o){const e=[];let t=0;for(const s in o){const n=o[s];if(n.items){t=e.push(n);continue}e[t]||e.push({items:[]}),e[t].items.push(n)}return e}function $t(o){const e=[];function t(s){for(const n of s)n.text&&n.link&&e.push({text:n.text,link:n.link,docFooterText:n.docFooterText}),n.items&&t(n.items)}return t(o),e}function ce(o,e){return Array.isArray(e)?e.some(t=>ce(o,t)):z(o,e.link)?!0:e.items?ce(o,e.items):!1}function X(o,e){return[...o].map(t=>{const s={...t},n=s.base||e;return n&&s.link&&(s.link=n+s.link),s.items&&(s.items=X(s.items,n)),s})}function j(){const{frontmatter:o,page:e,theme:t}=L(),s=re("(min-width: 960px)"),n=T(!1),r=P(()=>{const A=t.value.sidebar,w=e.value.relativePath;return A?Be(A,w):[]}),l=T(r.value);O(r,(A,w)=>{JSON.stringify(A)!==JSON.stringify(w)&&(l.value=r.value)});const p=P(()=>o.value.sidebar!==!1&&l.value.length>0&&o.value.layout!=="home"),c=P(()=>h?o.value.aside==null?t.value.aside==="left":o.value.aside==="left":!1),h=P(()=>o.value.layout==="home"?!1:o.value.aside!=null?!!o.value.aside:t.value.aside!==!1),y=P(()=>p.value&&s.value),m=P(()=>p.value?gt(l.value):[]);function V(){n.value=!0}function S(){n.value=!1}function C(){n.value?S():V()}return{isOpen:n,sidebar:l,sidebarGroups:m,hasSidebar:p,hasAside:h,leftAside:c,isSidebarEnabled:y,open:V,close:S,toggle:C}}function yt(o,e){let t;Z(()=>{t=o.value?document.activeElement:void 0}),R(()=>{window.addEventListener("keyup",s)}),ve(()=>{window.removeEventListener("keyup",s)});function s(n){n.key==="Escape"&&o.value&&(e(),t==null||t.focus())}}function Pt(o){const{page:e,hash:t}=L(),s=T(!1),n=P(()=>o.value.collapsed!=null),r=P(()=>!!o.value.link),l=T(!1),p=()=>{l.value=z(e.value.relativePath,o.value.link)};O([e,o,t],p),R(p);const c=P(()=>l.value?!0:o.value.items?ce(e.value.relativePath,o.value.items):!1),h=P(()=>!!(o.value.items&&o.value.items.length));Z(()=>{s.value=!!(n.value&&o.value.collapsed)}),fe(()=>{(l.value||c.value)&&(s.value=!1)});function y(){n.value&&(s.value=!s.value)}return{collapsed:s,collapsible:n,isLink:r,isActiveLink:l,hasActiveLink:c,hasChildren:h,toggle:y}}function Vt(){const{hasSidebar:o}=j(),e=re("(min-width: 960px)"),t=re("(min-width: 1280px)");return{isAsideEnabled:P(()=>!t.value&&!e.value?!1:o.value?t.value:e.value)}}const ue=[];function Ee(o){return typeof o.outline=="object"&&!Array.isArray(o.outline)&&o.outline.label||o.outlineTitle||"On this page"}function _e(o){const e=[...document.querySelectorAll(".VPDoc :where(h1,h2,h3,h4,h5,h6)")].filter(t=>t.id&&t.hasChildNodes()).map(t=>{const s=Number(t.tagName[1]);return{element:t,title:St(t),link:"#"+t.id,level:s}});return Lt(e,o)}function St(o){let e="";for(const t of o.childNodes)if(t.nodeType===1){if(t.classList.contains("VPBadge")||t.classList.contains("header-anchor")||t.classList.contains("ignore-header"))continue;e+=t.textContent}else t.nodeType===3&&(e+=t.textContent);return e.trim()}function Lt(o,e){if(e===!1)return[];const t=(typeof e=="object"&&!Array.isArray(e)?e.level:e)||2,[s,n]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t;o=o.filter(l=>l.level>=s&&l.level<=n),ue.length=0;for(const{element:l,link:p}of o)ue.push({element:l,link:p});const r=[];e:for(let l=0;l=0;c--){const h=o[c];if(h.level{requestAnimationFrame(r),window.addEventListener("scroll",s)}),We(()=>{l(location.hash)}),ve(()=>{window.removeEventListener("scroll",s)});function r(){if(!t.value)return;const p=window.scrollY,c=window.innerHeight,h=document.body.offsetHeight,y=Math.abs(p+c-h)<1,m=ue.map(({element:S,link:C})=>({link:C,top:wt(S)})).filter(({top:S})=>!Number.isNaN(S)).sort((S,C)=>S.top-C.top);if(!m.length){l(null);return}if(p<1){l(null);return}if(y){l(m[m.length-1].link);return}let V=null;for(const{link:S,top:C}of m){if(C>p+Je()+4)break;V=S}l(V)}function l(p){n&&n.classList.remove("active"),p==null?n=null:n=o.value.querySelector(`a[href="${decodeURIComponent(p)}"]`);const c=n;c?(c.classList.add("active"),e.value.style.top=c.offsetTop+39+"px",e.value.style.opacity="1"):(e.value.style.top="33px",e.value.style.opacity="0")}}function wt(o){let e=0;for(;o!==document.body;){if(o===null)return NaN;e+=o.offsetTop,o=o.offsetParent}return e}const Nt=["href","title"],It=b({__name:"VPDocOutlineItem",props:{headers:{},root:{type:Boolean}},setup(o){function e({target:t}){const s=t.href.split("#")[1],n=document.getElementById(decodeURIComponent(s));n==null||n.focus({preventScroll:!0})}return(t,s)=>{const n=K("VPDocOutlineItem",!0);return a(),d("ul",{class:I(["VPDocOutlineItem",t.root?"root":"nested"])},[(a(!0),d(M,null,B(t.headers,({children:r,link:l,title:p})=>(a(),d("li",null,[v("a",{class:"outline-link",href:l,onClick:e,title:p},N(p),9,Nt),r!=null&&r.length?(a(),k(n,{key:0,headers:r},null,8,["headers"])):_("",!0)]))),256))],2)}}}),He=$(It,[["__scopeId","data-v-3f927ebe"]]),Mt={class:"content"},Ct={"aria-level":"2",class:"outline-title",id:"doc-outline-aria-label",role:"heading"},At=b({__name:"VPDocAsideOutline",setup(o){const{frontmatter:e,theme:t}=L(),s=Te([]);x(()=>{s.value=_e(e.value.outline??t.value.outline)});const n=T(),r=T();return Tt(n,r),(l,p)=>(a(),d("nav",{"aria-labelledby":"doc-outline-aria-label",class:I(["VPDocAsideOutline",{"has-outline":s.value.length>0}]),ref_key:"container",ref:n},[v("div",Mt,[v("div",{class:"outline-marker",ref_key:"marker",ref:r},null,512),v("div",Ct,N(i(Ee)(i(t))),1),g(He,{headers:s.value,root:!0},null,8,["headers"])])],2))}}),Bt=$(At,[["__scopeId","data-v-b38bf2ff"]]),Et={class:"VPDocAsideCarbonAds"},Ht=b({__name:"VPDocAsideCarbonAds",props:{carbonAds:{}},setup(o){const e=()=>null;return(t,s)=>(a(),d("div",Et,[g(i(e),{"carbon-ads":t.carbonAds},null,8,["carbon-ads"])]))}}),Dt={class:"VPDocAside"},Ot=b({__name:"VPDocAside",setup(o){const{theme:e}=L();return(t,s)=>(a(),d("div",Dt,[u(t.$slots,"aside-top",{},void 0,!0),u(t.$slots,"aside-outline-before",{},void 0,!0),g(Bt),u(t.$slots,"aside-outline-after",{},void 0,!0),s[0]||(s[0]=v("div",{class:"spacer"},null,-1)),u(t.$slots,"aside-ads-before",{},void 0,!0),i(e).carbonAds?(a(),k(Ht,{key:0,"carbon-ads":i(e).carbonAds},null,8,["carbon-ads"])):_("",!0),u(t.$slots,"aside-ads-after",{},void 0,!0),u(t.$slots,"aside-bottom",{},void 0,!0)]))}}),Ft=$(Ot,[["__scopeId","data-v-6d7b3c46"]]);function Rt(){const{theme:o,page:e}=L();return P(()=>{const{text:t="Edit this page",pattern:s=""}=o.value.editLink||{};let n;return typeof s=="function"?n=s(e.value):n=s.replace(/:path/g,e.value.filePath),{url:n,text:t}})}function jt(){const{page:o,theme:e,frontmatter:t}=L();return P(()=>{var h,y,m,V,S,C,A,w;const s=Be(e.value.sidebar,o.value.relativePath),n=$t(s),r=Ut(n,E=>E.link.replace(/[?#].*$/,"")),l=r.findIndex(E=>z(o.value.relativePath,E.link)),p=((h=e.value.docFooter)==null?void 0:h.prev)===!1&&!t.value.prev||t.value.prev===!1,c=((y=e.value.docFooter)==null?void 0:y.next)===!1&&!t.value.next||t.value.next===!1;return{prev:p?void 0:{text:(typeof t.value.prev=="string"?t.value.prev:typeof t.value.prev=="object"?t.value.prev.text:void 0)??((m=r[l-1])==null?void 0:m.docFooterText)??((V=r[l-1])==null?void 0:V.text),link:(typeof t.value.prev=="object"?t.value.prev.link:void 0)??((S=r[l-1])==null?void 0:S.link)},next:c?void 0:{text:(typeof t.value.next=="string"?t.value.next:typeof t.value.next=="object"?t.value.next.text:void 0)??((C=r[l+1])==null?void 0:C.docFooterText)??((A=r[l+1])==null?void 0:A.text),link:(typeof t.value.next=="object"?t.value.next.link:void 0)??((w=r[l+1])==null?void 0:w.link)}}})}function Ut(o,e){const t=new Set;return o.filter(s=>{const n=e(s);return t.has(n)?!1:t.add(n)})}const D=b({__name:"VPLink",props:{tag:{},href:{},noIcon:{type:Boolean},target:{},rel:{}},setup(o){const e=o,t=P(()=>e.tag??(e.href?"a":"span")),s=P(()=>e.href&&we.test(e.href)||e.target==="_blank");return(n,r)=>(a(),k(H(t.value),{class:I(["VPLink",{link:n.href,"vp-external-link-icon":s.value,"no-icon":n.noIcon}]),href:n.href?i(me)(n.href):void 0,target:n.target??(s.value?"_blank":void 0),rel:n.rel??(s.value?"noreferrer":void 0)},{default:f(()=>[u(n.$slots,"default")]),_:3},8,["class","href","target","rel"]))}}),Gt={class:"VPLastUpdated"},zt=["datetime"],Kt=b({__name:"VPDocFooterLastUpdated",setup(o){const{theme:e,page:t,lang:s}=L(),n=P(()=>new Date(t.value.lastUpdated)),r=P(()=>n.value.toISOString()),l=T("");return R(()=>{Z(()=>{var p,c,h;l.value=new Intl.DateTimeFormat((c=(p=e.value.lastUpdated)==null?void 0:p.formatOptions)!=null&&c.forceLocale?s.value:void 0,((h=e.value.lastUpdated)==null?void 0:h.formatOptions)??{dateStyle:"short",timeStyle:"short"}).format(n.value)})}),(p,c)=>{var h;return a(),d("p",Gt,[F(N(((h=i(e).lastUpdated)==null?void 0:h.text)||i(e).lastUpdatedText||"Last updated")+": ",1),v("time",{datetime:r.value},N(l.value),9,zt)])}}}),qt=$(Kt,[["__scopeId","data-v-475f71b8"]]),Wt={key:0,class:"VPDocFooter"},Jt={key:0,class:"edit-info"},Yt={key:0,class:"edit-link"},Xt={key:1,class:"last-updated"},Qt={key:1,class:"prev-next","aria-labelledby":"doc-footer-aria-label"},Zt={class:"pager"},xt=["innerHTML"],en=["innerHTML"],tn={class:"pager"},nn=["innerHTML"],sn=["innerHTML"],on=b({__name:"VPDocFooter",setup(o){const{theme:e,page:t,frontmatter:s}=L(),n=Rt(),r=jt(),l=P(()=>e.value.editLink&&s.value.editLink!==!1),p=P(()=>t.value.lastUpdated),c=P(()=>l.value||p.value||r.value.prev||r.value.next);return(h,y)=>{var m,V,S,C;return c.value?(a(),d("footer",Wt,[u(h.$slots,"doc-footer-before",{},void 0,!0),l.value||p.value?(a(),d("div",Jt,[l.value?(a(),d("div",Yt,[g(D,{class:"edit-link-button",href:i(n).url,"no-icon":!0},{default:f(()=>[y[0]||(y[0]=v("span",{class:"vpi-square-pen edit-link-icon"},null,-1)),F(" "+N(i(n).text),1)]),_:1},8,["href"])])):_("",!0),p.value?(a(),d("div",Xt,[g(qt)])):_("",!0)])):_("",!0),(m=i(r).prev)!=null&&m.link||(V=i(r).next)!=null&&V.link?(a(),d("nav",Qt,[y[1]||(y[1]=v("span",{class:"visually-hidden",id:"doc-footer-aria-label"},"Pager",-1)),v("div",Zt,[(S=i(r).prev)!=null&&S.link?(a(),k(D,{key:0,class:"pager-link prev",href:i(r).prev.link},{default:f(()=>{var A;return[v("span",{class:"desc",innerHTML:((A=i(e).docFooter)==null?void 0:A.prev)||"Previous page"},null,8,xt),v("span",{class:"title",innerHTML:i(r).prev.text},null,8,en)]}),_:1},8,["href"])):_("",!0)]),v("div",tn,[(C=i(r).next)!=null&&C.link?(a(),k(D,{key:0,class:"pager-link next",href:i(r).next.link},{default:f(()=>{var A;return[v("span",{class:"desc",innerHTML:((A=i(e).docFooter)==null?void 0:A.next)||"Next page"},null,8,nn),v("span",{class:"title",innerHTML:i(r).next.text},null,8,sn)]}),_:1},8,["href"])):_("",!0)])])):_("",!0)])):_("",!0)}}}),an=$(on,[["__scopeId","data-v-4f9813fa"]]),rn={class:"container"},ln={class:"aside-container"},cn={class:"aside-content"},un={class:"content"},dn={class:"content-container"},pn={class:"main"},vn=b({__name:"VPDoc",setup(o){const{theme:e}=L(),t=ee(),{hasSidebar:s,hasAside:n,leftAside:r}=j(),l=P(()=>t.path.replace(/[./]+/g,"_").replace(/_html$/,""));return(p,c)=>{const h=K("Content");return a(),d("div",{class:I(["VPDoc",{"has-sidebar":i(s),"has-aside":i(n)}])},[u(p.$slots,"doc-top",{},void 0,!0),v("div",rn,[i(n)?(a(),d("div",{key:0,class:I(["aside",{"left-aside":i(r)}])},[c[0]||(c[0]=v("div",{class:"aside-curtain"},null,-1)),v("div",ln,[v("div",cn,[g(Ft,null,{"aside-top":f(()=>[u(p.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":f(()=>[u(p.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":f(()=>[u(p.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[u(p.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[u(p.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[u(p.$slots,"aside-ads-after",{},void 0,!0)]),_:3})])])],2)):_("",!0),v("div",un,[v("div",dn,[u(p.$slots,"doc-before",{},void 0,!0),v("main",pn,[g(h,{class:I(["vp-doc",[l.value,i(e).externalLinkIcon&&"external-link-icon-enabled"]])},null,8,["class"])]),g(an,null,{"doc-footer-before":f(()=>[u(p.$slots,"doc-footer-before",{},void 0,!0)]),_:3}),u(p.$slots,"doc-after",{},void 0,!0)])])]),u(p.$slots,"doc-bottom",{},void 0,!0)],2)}}}),fn=$(vn,[["__scopeId","data-v-83890dd9"]]),hn=b({__name:"VPButton",props:{tag:{},size:{default:"medium"},theme:{default:"brand"},text:{},href:{},target:{},rel:{}},setup(o){const e=o,t=P(()=>e.href&&we.test(e.href)),s=P(()=>e.tag||e.href?"a":"button");return(n,r)=>(a(),k(H(s.value),{class:I(["VPButton",[n.size,n.theme]]),href:n.href?i(me)(n.href):void 0,target:e.target??(t.value?"_blank":void 0),rel:e.rel??(t.value?"noreferrer":void 0)},{default:f(()=>[F(N(n.text),1)]),_:1},8,["class","href","target","rel"]))}}),mn=$(hn,[["__scopeId","data-v-14206e74"]]),_n=["src","alt"],bn=b({inheritAttrs:!1,__name:"VPImage",props:{image:{},alt:{}},setup(o){return(e,t)=>{const s=K("VPImage",!0);return e.image?(a(),d(M,{key:0},[typeof e.image=="string"||"src"in e.image?(a(),d("img",G({key:0,class:"VPImage"},typeof e.image=="string"?e.$attrs:{...e.image,...e.$attrs},{src:i(pe)(typeof e.image=="string"?e.image:e.image.src),alt:e.alt??(typeof e.image=="string"?"":e.image.alt||"")}),null,16,_n)):(a(),d(M,{key:1},[g(s,G({class:"dark",image:e.image.dark,alt:e.image.alt},e.$attrs),null,16,["image","alt"]),g(s,G({class:"light",image:e.image.light,alt:e.image.alt},e.$attrs),null,16,["image","alt"])],64))],64)):_("",!0)}}}),Q=$(bn,[["__scopeId","data-v-35a7d0b8"]]),kn={class:"container"},gn={class:"main"},$n={key:0,class:"name"},yn=["innerHTML"],Pn=["innerHTML"],Vn=["innerHTML"],Sn={key:0,class:"actions"},Ln={key:0,class:"image"},Tn={class:"image-container"},wn=b({__name:"VPHero",props:{name:{},text:{},tagline:{},image:{},actions:{}},setup(o){const e=W("hero-image-slot-exists");return(t,s)=>(a(),d("div",{class:I(["VPHero",{"has-image":t.image||i(e)}])},[v("div",kn,[v("div",gn,[u(t.$slots,"home-hero-info-before",{},void 0,!0),u(t.$slots,"home-hero-info",{},()=>[t.name?(a(),d("h1",$n,[v("span",{innerHTML:t.name,class:"clip"},null,8,yn)])):_("",!0),t.text?(a(),d("p",{key:1,innerHTML:t.text,class:"text"},null,8,Pn)):_("",!0),t.tagline?(a(),d("p",{key:2,innerHTML:t.tagline,class:"tagline"},null,8,Vn)):_("",!0)],!0),u(t.$slots,"home-hero-info-after",{},void 0,!0),t.actions?(a(),d("div",Sn,[(a(!0),d(M,null,B(t.actions,n=>(a(),d("div",{key:n.link,class:"action"},[g(mn,{tag:"a",size:"medium",theme:n.theme,text:n.text,href:n.link,target:n.target,rel:n.rel},null,8,["theme","text","href","target","rel"])]))),128))])):_("",!0),u(t.$slots,"home-hero-actions-after",{},void 0,!0)]),t.image||i(e)?(a(),d("div",Ln,[v("div",Tn,[s[0]||(s[0]=v("div",{class:"image-bg"},null,-1)),u(t.$slots,"home-hero-image",{},()=>[t.image?(a(),k(Q,{key:0,class:"image-src",image:t.image},null,8,["image"])):_("",!0)],!0)])])):_("",!0)])],2))}}),Nn=$(wn,[["__scopeId","data-v-955009fc"]]),In=b({__name:"VPHomeHero",setup(o){const{frontmatter:e}=L();return(t,s)=>i(e).hero?(a(),k(Nn,{key:0,class:"VPHomeHero",name:i(e).hero.name,text:i(e).hero.text,tagline:i(e).hero.tagline,image:i(e).hero.image,actions:i(e).hero.actions},{"home-hero-info-before":f(()=>[u(t.$slots,"home-hero-info-before")]),"home-hero-info":f(()=>[u(t.$slots,"home-hero-info")]),"home-hero-info-after":f(()=>[u(t.$slots,"home-hero-info-after")]),"home-hero-actions-after":f(()=>[u(t.$slots,"home-hero-actions-after")]),"home-hero-image":f(()=>[u(t.$slots,"home-hero-image")]),_:3},8,["name","text","tagline","image","actions"])):_("",!0)}}),Mn={class:"box"},Cn={key:0,class:"icon"},An=["innerHTML"],Bn=["innerHTML"],En=["innerHTML"],Hn={key:4,class:"link-text"},Dn={class:"link-text-value"},On=b({__name:"VPFeature",props:{icon:{},title:{},details:{},link:{},linkText:{},rel:{},target:{}},setup(o){return(e,t)=>(a(),k(D,{class:"VPFeature",href:e.link,rel:e.rel,target:e.target,"no-icon":!0,tag:e.link?"a":"div"},{default:f(()=>[v("article",Mn,[typeof e.icon=="object"&&e.icon.wrap?(a(),d("div",Cn,[g(Q,{image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])])):typeof e.icon=="object"?(a(),k(Q,{key:1,image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])):e.icon?(a(),d("div",{key:2,class:"icon",innerHTML:e.icon},null,8,An)):_("",!0),v("h2",{class:"title",innerHTML:e.title},null,8,Bn),e.details?(a(),d("p",{key:3,class:"details",innerHTML:e.details},null,8,En)):_("",!0),e.linkText?(a(),d("div",Hn,[v("p",Dn,[F(N(e.linkText)+" ",1),t[0]||(t[0]=v("span",{class:"vpi-arrow-right link-text-icon"},null,-1))])])):_("",!0)])]),_:1},8,["href","rel","target","tag"]))}}),Fn=$(On,[["__scopeId","data-v-f5e9645b"]]),Rn={key:0,class:"VPFeatures"},jn={class:"container"},Un={class:"items"},Gn=b({__name:"VPFeatures",props:{features:{}},setup(o){const e=o,t=P(()=>{const s=e.features.length;if(s){if(s===2)return"grid-2";if(s===3)return"grid-3";if(s%3===0)return"grid-6";if(s>3)return"grid-4"}else return});return(s,n)=>s.features?(a(),d("div",Rn,[v("div",jn,[v("div",Un,[(a(!0),d(M,null,B(s.features,r=>(a(),d("div",{key:r.title,class:I(["item",[t.value]])},[g(Fn,{icon:r.icon,title:r.title,details:r.details,link:r.link,"link-text":r.linkText,rel:r.rel,target:r.target},null,8,["icon","title","details","link","link-text","rel","target"])],2))),128))])])])):_("",!0)}}),zn=$(Gn,[["__scopeId","data-v-d0a190d7"]]),Kn=b({__name:"VPHomeFeatures",setup(o){const{frontmatter:e}=L();return(t,s)=>i(e).features?(a(),k(zn,{key:0,class:"VPHomeFeatures",features:i(e).features},null,8,["features"])):_("",!0)}}),qn=b({__name:"VPHomeContent",setup(o){const{width:e}=Ye({initialWidth:0,includeScrollbar:!1});return(t,s)=>(a(),d("div",{class:"vp-doc container",style:Ne(i(e)?{"--vp-offset":`calc(50% - ${i(e)/2}px)`}:{})},[u(t.$slots,"default",{},void 0,!0)],4))}}),Wn=$(qn,[["__scopeId","data-v-7a48a447"]]),Jn={class:"VPHome"},Yn=b({__name:"VPHome",setup(o){const{frontmatter:e}=L();return(t,s)=>{const n=K("Content");return a(),d("div",Jn,[u(t.$slots,"home-hero-before",{},void 0,!0),g(In,null,{"home-hero-info-before":f(()=>[u(t.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[u(t.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[u(t.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[u(t.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[u(t.$slots,"home-hero-image",{},void 0,!0)]),_:3}),u(t.$slots,"home-hero-after",{},void 0,!0),u(t.$slots,"home-features-before",{},void 0,!0),g(Kn),u(t.$slots,"home-features-after",{},void 0,!0),i(e).markdownStyles!==!1?(a(),k(Wn,{key:0},{default:f(()=>[g(n)]),_:1})):(a(),k(n,{key:1}))])}}}),Xn=$(Yn,[["__scopeId","data-v-cbb6ec48"]]),Qn={},Zn={class:"VPPage"};function xn(o,e){const t=K("Content");return a(),d("div",Zn,[u(o.$slots,"page-top"),g(t),u(o.$slots,"page-bottom")])}const es=$(Qn,[["render",xn]]),ts=b({__name:"VPContent",setup(o){const{page:e,frontmatter:t}=L(),{hasSidebar:s}=j();return(n,r)=>(a(),d("div",{class:I(["VPContent",{"has-sidebar":i(s),"is-home":i(t).layout==="home"}]),id:"VPContent"},[i(e).isNotFound?u(n.$slots,"not-found",{key:0},()=>[g(kt)],!0):i(t).layout==="page"?(a(),k(es,{key:1},{"page-top":f(()=>[u(n.$slots,"page-top",{},void 0,!0)]),"page-bottom":f(()=>[u(n.$slots,"page-bottom",{},void 0,!0)]),_:3})):i(t).layout==="home"?(a(),k(Xn,{key:2},{"home-hero-before":f(()=>[u(n.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":f(()=>[u(n.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[u(n.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[u(n.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[u(n.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[u(n.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":f(()=>[u(n.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":f(()=>[u(n.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":f(()=>[u(n.$slots,"home-features-after",{},void 0,!0)]),_:3})):i(t).layout&&i(t).layout!=="doc"?(a(),k(H(i(t).layout),{key:3})):(a(),k(fn,{key:4},{"doc-top":f(()=>[u(n.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":f(()=>[u(n.$slots,"doc-bottom",{},void 0,!0)]),"doc-footer-before":f(()=>[u(n.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":f(()=>[u(n.$slots,"doc-before",{},void 0,!0)]),"doc-after":f(()=>[u(n.$slots,"doc-after",{},void 0,!0)]),"aside-top":f(()=>[u(n.$slots,"aside-top",{},void 0,!0)]),"aside-outline-before":f(()=>[u(n.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[u(n.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[u(n.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[u(n.$slots,"aside-ads-after",{},void 0,!0)]),"aside-bottom":f(()=>[u(n.$slots,"aside-bottom",{},void 0,!0)]),_:3}))],2))}}),ns=$(ts,[["__scopeId","data-v-91765379"]]),ss={class:"container"},os=["innerHTML"],as=["innerHTML"],rs=b({__name:"VPFooter",setup(o){const{theme:e,frontmatter:t}=L(),{hasSidebar:s}=j();return(n,r)=>i(e).footer&&i(t).footer!==!1?(a(),d("footer",{key:0,class:I(["VPFooter",{"has-sidebar":i(s)}])},[v("div",ss,[i(e).footer.message?(a(),d("p",{key:0,class:"message",innerHTML:i(e).footer.message},null,8,os)):_("",!0),i(e).footer.copyright?(a(),d("p",{key:1,class:"copyright",innerHTML:i(e).footer.copyright},null,8,as)):_("",!0)])],2)):_("",!0)}}),is=$(rs,[["__scopeId","data-v-c970a860"]]);function ls(){const{theme:o,frontmatter:e}=L(),t=Te([]),s=P(()=>t.value.length>0);return x(()=>{t.value=_e(e.value.outline??o.value.outline)}),{headers:t,hasLocalNav:s}}const cs={class:"menu-text"},us={class:"header"},ds={class:"outline"},ps=b({__name:"VPLocalNavOutlineDropdown",props:{headers:{},navHeight:{}},setup(o){const e=o,{theme:t}=L(),s=T(!1),n=T(0),r=T(),l=T();function p(m){var V;(V=r.value)!=null&&V.contains(m.target)||(s.value=!1)}O(s,m=>{if(m){document.addEventListener("click",p);return}document.removeEventListener("click",p)}),ie("Escape",()=>{s.value=!1}),x(()=>{s.value=!1});function c(){s.value=!s.value,n.value=window.innerHeight+Math.min(window.scrollY-e.navHeight,0)}function h(m){m.target.classList.contains("outline-link")&&(l.value&&(l.value.style.transition="none"),Ie(()=>{s.value=!1}))}function y(){s.value=!1,window.scrollTo({top:0,left:0,behavior:"smooth"})}return(m,V)=>(a(),d("div",{class:"VPLocalNavOutlineDropdown",style:Ne({"--vp-vh":n.value+"px"}),ref_key:"main",ref:r},[m.headers.length>0?(a(),d("button",{key:0,onClick:c,class:I({open:s.value})},[v("span",cs,N(i(Ee)(i(t))),1),V[0]||(V[0]=v("span",{class:"vpi-chevron-right icon"},null,-1))],2)):(a(),d("button",{key:1,onClick:y},N(i(t).returnToTopLabel||"Return to top"),1)),g(de,{name:"flyout"},{default:f(()=>[s.value?(a(),d("div",{key:0,ref_key:"items",ref:l,class:"items",onClick:h},[v("div",us,[v("a",{class:"top-link",href:"#",onClick:y},N(i(t).returnToTopLabel||"Return to top"),1)]),v("div",ds,[g(He,{headers:m.headers},null,8,["headers"])])],512)):_("",!0)]),_:1})],4))}}),vs=$(ps,[["__scopeId","data-v-bc9dc845"]]),fs={class:"container"},hs=["aria-expanded"],ms={class:"menu-text"},_s=b({__name:"VPLocalNav",props:{open:{type:Boolean}},emits:["open-menu"],setup(o){const{theme:e,frontmatter:t}=L(),{hasSidebar:s}=j(),{headers:n}=ls(),{y:r}=Me(),l=T(0);R(()=>{l.value=parseInt(getComputedStyle(document.documentElement).getPropertyValue("--vp-nav-height"))}),x(()=>{n.value=_e(t.value.outline??e.value.outline)});const p=P(()=>n.value.length===0),c=P(()=>p.value&&!s.value),h=P(()=>({VPLocalNav:!0,"has-sidebar":s.value,empty:p.value,fixed:c.value}));return(y,m)=>i(t).layout!=="home"&&(!c.value||i(r)>=l.value)?(a(),d("div",{key:0,class:I(h.value)},[v("div",fs,[i(s)?(a(),d("button",{key:0,class:"menu","aria-expanded":y.open,"aria-controls":"VPSidebarNav",onClick:m[0]||(m[0]=V=>y.$emit("open-menu"))},[m[1]||(m[1]=v("span",{class:"vpi-align-left menu-icon"},null,-1)),v("span",ms,N(i(e).sidebarMenuLabel||"Menu"),1)],8,hs)):_("",!0),g(vs,{headers:i(n),navHeight:l.value},null,8,["headers","navHeight"])])],2)):_("",!0)}}),bs=$(_s,[["__scopeId","data-v-070ab83d"]]);function ks(){const o=T(!1);function e(){o.value=!0,window.addEventListener("resize",n)}function t(){o.value=!1,window.removeEventListener("resize",n)}function s(){o.value?t():e()}function n(){window.outerWidth>=768&&t()}const r=ee();return O(()=>r.path,t),{isScreenOpen:o,openScreen:e,closeScreen:t,toggleScreen:s}}const gs={},$s={class:"VPSwitch",type:"button",role:"switch"},ys={class:"check"},Ps={key:0,class:"icon"};function Vs(o,e){return a(),d("button",$s,[v("span",ys,[o.$slots.default?(a(),d("span",Ps,[u(o.$slots,"default",{},void 0,!0)])):_("",!0)])])}const Ss=$(gs,[["render",Vs],["__scopeId","data-v-4a1c76db"]]),Ls=b({__name:"VPSwitchAppearance",setup(o){const{isDark:e,theme:t}=L(),s=W("toggle-appearance",()=>{e.value=!e.value}),n=T("");return fe(()=>{n.value=e.value?t.value.lightModeSwitchTitle||"Switch to light theme":t.value.darkModeSwitchTitle||"Switch to dark theme"}),(r,l)=>(a(),k(Ss,{title:n.value,class:"VPSwitchAppearance","aria-checked":i(e),onClick:i(s)},{default:f(()=>l[0]||(l[0]=[v("span",{class:"vpi-sun sun"},null,-1),v("span",{class:"vpi-moon moon"},null,-1)])),_:1},8,["title","aria-checked","onClick"]))}}),be=$(Ls,[["__scopeId","data-v-e40a8bb6"]]),Ts={key:0,class:"VPNavBarAppearance"},ws=b({__name:"VPNavBarAppearance",setup(o){const{site:e}=L();return(t,s)=>i(e).appearance&&i(e).appearance!=="force-dark"&&i(e).appearance!=="force-auto"?(a(),d("div",Ts,[g(be)])):_("",!0)}}),Ns=$(ws,[["__scopeId","data-v-af096f4a"]]),ke=T();let De=!1,ae=0;function Is(o){const e=T(!1);if(te){!De&&Ms(),ae++;const t=O(ke,s=>{var n,r,l;s===o.el.value||(n=o.el.value)!=null&&n.contains(s)?(e.value=!0,(r=o.onFocus)==null||r.call(o)):(e.value=!1,(l=o.onBlur)==null||l.call(o))});ve(()=>{t(),ae--,ae||Cs()})}return Xe(e)}function Ms(){document.addEventListener("focusin",Oe),De=!0,ke.value=document.activeElement}function Cs(){document.removeEventListener("focusin",Oe)}function Oe(){ke.value=document.activeElement}const As={class:"VPMenuLink"},Bs=b({__name:"VPMenuLink",props:{item:{}},setup(o){const{page:e}=L();return(t,s)=>(a(),d("div",As,[g(D,{class:I({active:i(z)(i(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,target:t.item.target,rel:t.item.rel},{default:f(()=>[F(N(t.item.text),1)]),_:1},8,["class","href","target","rel"])]))}}),ne=$(Bs,[["__scopeId","data-v-8b74d055"]]),Es={class:"VPMenuGroup"},Hs={key:0,class:"title"},Ds=b({__name:"VPMenuGroup",props:{text:{},items:{}},setup(o){return(e,t)=>(a(),d("div",Es,[e.text?(a(),d("p",Hs,N(e.text),1)):_("",!0),(a(!0),d(M,null,B(e.items,s=>(a(),d(M,null,["link"in s?(a(),k(ne,{key:0,item:s},null,8,["item"])):_("",!0)],64))),256))]))}}),Os=$(Ds,[["__scopeId","data-v-48c802d0"]]),Fs={class:"VPMenu"},Rs={key:0,class:"items"},js=b({__name:"VPMenu",props:{items:{}},setup(o){return(e,t)=>(a(),d("div",Fs,[e.items?(a(),d("div",Rs,[(a(!0),d(M,null,B(e.items,s=>(a(),d(M,{key:JSON.stringify(s)},["link"in s?(a(),k(ne,{key:0,item:s},null,8,["item"])):"component"in s?(a(),k(H(s.component),G({key:1,ref_for:!0},s.props),null,16)):(a(),k(Os,{key:2,text:s.text,items:s.items},null,8,["text","items"]))],64))),128))])):_("",!0),u(e.$slots,"default",{},void 0,!0)]))}}),Us=$(js,[["__scopeId","data-v-7dd3104a"]]),Gs=["aria-expanded","aria-label"],zs={key:0,class:"text"},Ks=["innerHTML"],qs={key:1,class:"vpi-more-horizontal icon"},Ws={class:"menu"},Js=b({__name:"VPFlyout",props:{icon:{},button:{},label:{},items:{}},setup(o){const e=T(!1),t=T();Is({el:t,onBlur:s});function s(){e.value=!1}return(n,r)=>(a(),d("div",{class:"VPFlyout",ref_key:"el",ref:t,onMouseenter:r[1]||(r[1]=l=>e.value=!0),onMouseleave:r[2]||(r[2]=l=>e.value=!1)},[v("button",{type:"button",class:"button","aria-haspopup":"true","aria-expanded":e.value,"aria-label":n.label,onClick:r[0]||(r[0]=l=>e.value=!e.value)},[n.button||n.icon?(a(),d("span",zs,[n.icon?(a(),d("span",{key:0,class:I([n.icon,"option-icon"])},null,2)):_("",!0),n.button?(a(),d("span",{key:1,innerHTML:n.button},null,8,Ks)):_("",!0),r[3]||(r[3]=v("span",{class:"vpi-chevron-down text-icon"},null,-1))])):(a(),d("span",qs))],8,Gs),v("div",Ws,[g(Us,{items:n.items},{default:f(()=>[u(n.$slots,"default",{},void 0,!0)]),_:3},8,["items"])])],544))}}),ge=$(Js,[["__scopeId","data-v-e5380155"]]),Ys=["href","aria-label","innerHTML"],Xs=b({__name:"VPSocialLink",props:{icon:{},link:{},ariaLabel:{}},setup(o){const e=o,t=P(()=>typeof e.icon=="object"?e.icon.svg:``);return(s,n)=>(a(),d("a",{class:"VPSocialLink no-icon",href:s.link,"aria-label":s.ariaLabel??(typeof s.icon=="string"?s.icon:""),target:"_blank",rel:"noopener",innerHTML:t.value},null,8,Ys))}}),Qs=$(Xs,[["__scopeId","data-v-717b8b75"]]),Zs={class:"VPSocialLinks"},xs=b({__name:"VPSocialLinks",props:{links:{}},setup(o){return(e,t)=>(a(),d("div",Zs,[(a(!0),d(M,null,B(e.links,({link:s,icon:n,ariaLabel:r})=>(a(),k(Qs,{key:s,icon:n,link:s,ariaLabel:r},null,8,["icon","link","ariaLabel"]))),128))]))}}),$e=$(xs,[["__scopeId","data-v-ee7a9424"]]),eo={key:0,class:"group translations"},to={class:"trans-title"},no={key:1,class:"group"},so={class:"item appearance"},oo={class:"label"},ao={class:"appearance-action"},ro={key:2,class:"group"},io={class:"item social-links"},lo=b({__name:"VPNavBarExtra",setup(o){const{site:e,theme:t}=L(),{localeLinks:s,currentLang:n}=Y({correspondingLink:!0}),r=P(()=>s.value.length&&n.value.label||e.value.appearance||t.value.socialLinks);return(l,p)=>r.value?(a(),k(ge,{key:0,class:"VPNavBarExtra",label:"extra navigation"},{default:f(()=>[i(s).length&&i(n).label?(a(),d("div",eo,[v("p",to,N(i(n).label),1),(a(!0),d(M,null,B(i(s),c=>(a(),k(ne,{key:c.link,item:c},null,8,["item"]))),128))])):_("",!0),i(e).appearance&&i(e).appearance!=="force-dark"&&i(e).appearance!=="force-auto"?(a(),d("div",no,[v("div",so,[v("p",oo,N(i(t).darkModeSwitchLabel||"Appearance"),1),v("div",ao,[g(be)])])])):_("",!0),i(t).socialLinks?(a(),d("div",ro,[v("div",io,[g($e,{class:"social-links-list",links:i(t).socialLinks},null,8,["links"])])])):_("",!0)]),_:1})):_("",!0)}}),co=$(lo,[["__scopeId","data-v-925effce"]]),uo=["aria-expanded"],po=b({__name:"VPNavBarHamburger",props:{active:{type:Boolean}},emits:["click"],setup(o){return(e,t)=>(a(),d("button",{type:"button",class:I(["VPNavBarHamburger",{active:e.active}]),"aria-label":"mobile navigation","aria-expanded":e.active,"aria-controls":"VPNavScreen",onClick:t[0]||(t[0]=s=>e.$emit("click"))},t[1]||(t[1]=[v("span",{class:"container"},[v("span",{class:"top"}),v("span",{class:"middle"}),v("span",{class:"bottom"})],-1)]),10,uo))}}),vo=$(po,[["__scopeId","data-v-5dea55bf"]]),fo=["innerHTML"],ho=b({__name:"VPNavBarMenuLink",props:{item:{}},setup(o){const{page:e}=L();return(t,s)=>(a(),k(D,{class:I({VPNavBarMenuLink:!0,active:i(z)(i(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,noIcon:t.item.noIcon,target:t.item.target,rel:t.item.rel,tabindex:"0"},{default:f(()=>[v("span",{innerHTML:t.item.text},null,8,fo)]),_:1},8,["class","href","noIcon","target","rel"]))}}),mo=$(ho,[["__scopeId","data-v-ed5ac1f6"]]),Fe=b({__name:"VPNavBarMenuGroup",props:{item:{}},setup(o){const e=o,{page:t}=L(),s=r=>"component"in r?!1:"link"in r?z(t.value.relativePath,r.link,!!e.item.activeMatch):r.items.some(s),n=P(()=>s(e.item));return(r,l)=>(a(),k(ge,{class:I({VPNavBarMenuGroup:!0,active:i(z)(i(t).relativePath,r.item.activeMatch,!!r.item.activeMatch)||n.value}),button:r.item.text,items:r.item.items},null,8,["class","button","items"]))}}),_o={key:0,"aria-labelledby":"main-nav-aria-label",class:"VPNavBarMenu"},bo=b({__name:"VPNavBarMenu",setup(o){const{theme:e}=L();return(t,s)=>i(e).nav?(a(),d("nav",_o,[s[0]||(s[0]=v("span",{id:"main-nav-aria-label",class:"visually-hidden"}," Main Navigation ",-1)),(a(!0),d(M,null,B(i(e).nav,n=>(a(),d(M,{key:JSON.stringify(n)},["link"in n?(a(),k(mo,{key:0,item:n},null,8,["item"])):"component"in n?(a(),k(H(n.component),G({key:1,ref_for:!0},n.props),null,16)):(a(),k(Fe,{key:2,item:n},null,8,["item"]))],64))),128))])):_("",!0)}}),ko=$(bo,[["__scopeId","data-v-e6d46098"]]);function go(o){const{localeIndex:e,theme:t}=L();function s(n){var C,A,w;const r=n.split("."),l=(C=t.value.search)==null?void 0:C.options,p=l&&typeof l=="object",c=p&&((w=(A=l.locales)==null?void 0:A[e.value])==null?void 0:w.translations)||null,h=p&&l.translations||null;let y=c,m=h,V=o;const S=r.pop();for(const E of r){let U=null;const q=V==null?void 0:V[E];q&&(U=V=q);const se=m==null?void 0:m[E];se&&(U=m=se);const oe=y==null?void 0:y[E];oe&&(U=y=oe),q||(V=U),se||(m=U),oe||(y=U)}return(y==null?void 0:y[S])??(m==null?void 0:m[S])??(V==null?void 0:V[S])??""}return s}const $o=["aria-label"],yo={class:"DocSearch-Button-Container"},Po={class:"DocSearch-Button-Placeholder"},Pe=b({__name:"VPNavBarSearchButton",setup(o){const t=go({button:{buttonText:"Search",buttonAriaLabel:"Search"}});return(s,n)=>(a(),d("button",{type:"button",class:"DocSearch DocSearch-Button","aria-label":i(t)("button.buttonAriaLabel")},[v("span",yo,[n[0]||(n[0]=v("span",{class:"vp-icon DocSearch-Search-Icon"},null,-1)),v("span",Po,N(i(t)("button.buttonText")),1)]),n[1]||(n[1]=v("span",{class:"DocSearch-Button-Keys"},[v("kbd",{class:"DocSearch-Button-Key"}),v("kbd",{class:"DocSearch-Button-Key"},"K")],-1))],8,$o))}}),Vo={class:"VPNavBarSearch"},So={id:"local-search"},Lo={key:1,id:"docsearch"},To=b({__name:"VPNavBarSearch",setup(o){const e=Qe(()=>Ze(()=>import("./VPLocalSearchBox.-lCMQHpc.js"),__vite__mapDeps([0,1]))),t=()=>null,{theme:s}=L(),n=T(!1),r=T(!1);R(()=>{});function l(){n.value||(n.value=!0,setTimeout(p,16))}function p(){const m=new Event("keydown");m.key="k",m.metaKey=!0,window.dispatchEvent(m),setTimeout(()=>{document.querySelector(".DocSearch-Modal")||p()},16)}function c(m){const V=m.target,S=V.tagName;return V.isContentEditable||S==="INPUT"||S==="SELECT"||S==="TEXTAREA"}const h=T(!1);ie("k",m=>{(m.ctrlKey||m.metaKey)&&(m.preventDefault(),h.value=!0)}),ie("/",m=>{c(m)||(m.preventDefault(),h.value=!0)});const y="local";return(m,V)=>{var S;return a(),d("div",Vo,[i(y)==="local"?(a(),d(M,{key:0},[h.value?(a(),k(i(e),{key:0,onClose:V[0]||(V[0]=C=>h.value=!1)})):_("",!0),v("div",So,[g(Pe,{onClick:V[1]||(V[1]=C=>h.value=!0)})])],64)):i(y)==="algolia"?(a(),d(M,{key:1},[n.value?(a(),k(i(t),{key:0,algolia:((S=i(s).search)==null?void 0:S.options)??i(s).algolia,onVnodeBeforeMount:V[2]||(V[2]=C=>r.value=!0)},null,8,["algolia"])):_("",!0),r.value?_("",!0):(a(),d("div",Lo,[g(Pe,{onClick:l})]))],64)):_("",!0)])}}}),wo=b({__name:"VPNavBarSocialLinks",setup(o){const{theme:e}=L();return(t,s)=>i(e).socialLinks?(a(),k($e,{key:0,class:"VPNavBarSocialLinks",links:i(e).socialLinks},null,8,["links"])):_("",!0)}}),No=$(wo,[["__scopeId","data-v-164c457f"]]),Io=["href","rel","target"],Mo={key:1},Co={key:2},Ao=b({__name:"VPNavBarTitle",setup(o){const{site:e,theme:t}=L(),{hasSidebar:s}=j(),{currentLang:n}=Y(),r=P(()=>{var c;return typeof t.value.logoLink=="string"?t.value.logoLink:(c=t.value.logoLink)==null?void 0:c.link}),l=P(()=>{var c;return typeof t.value.logoLink=="string"||(c=t.value.logoLink)==null?void 0:c.rel}),p=P(()=>{var c;return typeof t.value.logoLink=="string"||(c=t.value.logoLink)==null?void 0:c.target});return(c,h)=>(a(),d("div",{class:I(["VPNavBarTitle",{"has-sidebar":i(s)}])},[v("a",{class:"title",href:r.value??i(me)(i(n).link),rel:l.value,target:p.value},[u(c.$slots,"nav-bar-title-before",{},void 0,!0),i(t).logo?(a(),k(Q,{key:0,class:"logo",image:i(t).logo},null,8,["image"])):_("",!0),i(t).siteTitle?(a(),d("span",Mo,N(i(t).siteTitle),1)):i(t).siteTitle===void 0?(a(),d("span",Co,N(i(e).title),1)):_("",!0),u(c.$slots,"nav-bar-title-after",{},void 0,!0)],8,Io)],2))}}),Bo=$(Ao,[["__scopeId","data-v-28a961f9"]]),Eo={class:"items"},Ho={class:"title"},Do=b({__name:"VPNavBarTranslations",setup(o){const{theme:e}=L(),{localeLinks:t,currentLang:s}=Y({correspondingLink:!0});return(n,r)=>i(t).length&&i(s).label?(a(),k(ge,{key:0,class:"VPNavBarTranslations",icon:"vpi-languages",label:i(e).langMenuLabel||"Change language"},{default:f(()=>[v("div",Eo,[v("p",Ho,N(i(s).label),1),(a(!0),d(M,null,B(i(t),l=>(a(),k(ne,{key:l.link,item:l},null,8,["item"]))),128))])]),_:1},8,["label"])):_("",!0)}}),Oo=$(Do,[["__scopeId","data-v-c80d9ad0"]]),Fo={class:"wrapper"},Ro={class:"container"},jo={class:"title"},Uo={class:"content"},Go={class:"content-body"},zo=b({__name:"VPNavBar",props:{isScreenOpen:{type:Boolean}},emits:["toggle-screen"],setup(o){const e=o,{y:t}=Me(),{hasSidebar:s}=j(),{frontmatter:n}=L(),r=T({});return fe(()=>{r.value={"has-sidebar":s.value,home:n.value.layout==="home",top:t.value===0,"screen-open":e.isScreenOpen}}),(l,p)=>(a(),d("div",{class:I(["VPNavBar",r.value])},[v("div",Fo,[v("div",Ro,[v("div",jo,[g(Bo,null,{"nav-bar-title-before":f(()=>[u(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[u(l.$slots,"nav-bar-title-after",{},void 0,!0)]),_:3})]),v("div",Uo,[v("div",Go,[u(l.$slots,"nav-bar-content-before",{},void 0,!0),g(To,{class:"search"}),g(ko,{class:"menu"}),g(Oo,{class:"translations"}),g(Ns,{class:"appearance"}),g(No,{class:"social-links"}),g(co,{class:"extra"}),u(l.$slots,"nav-bar-content-after",{},void 0,!0),g(vo,{class:"hamburger",active:l.isScreenOpen,onClick:p[0]||(p[0]=c=>l.$emit("toggle-screen"))},null,8,["active"])])])])]),p[1]||(p[1]=v("div",{class:"divider"},[v("div",{class:"divider-line"})],-1))],2))}}),Ko=$(zo,[["__scopeId","data-v-822684d1"]]),qo={key:0,class:"VPNavScreenAppearance"},Wo={class:"text"},Jo=b({__name:"VPNavScreenAppearance",setup(o){const{site:e,theme:t}=L();return(s,n)=>i(e).appearance&&i(e).appearance!=="force-dark"&&i(e).appearance!=="force-auto"?(a(),d("div",qo,[v("p",Wo,N(i(t).darkModeSwitchLabel||"Appearance"),1),g(be)])):_("",!0)}}),Yo=$(Jo,[["__scopeId","data-v-ffb44008"]]),Xo=b({__name:"VPNavScreenMenuLink",props:{item:{}},setup(o){const e=W("close-screen");return(t,s)=>(a(),k(D,{class:"VPNavScreenMenuLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e),innerHTML:t.item.text},null,8,["href","target","rel","onClick","innerHTML"]))}}),Qo=$(Xo,[["__scopeId","data-v-27d04aeb"]]),Zo=b({__name:"VPNavScreenMenuGroupLink",props:{item:{}},setup(o){const e=W("close-screen");return(t,s)=>(a(),k(D,{class:"VPNavScreenMenuGroupLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e)},{default:f(()=>[F(N(t.item.text),1)]),_:1},8,["href","target","rel","onClick"]))}}),Re=$(Zo,[["__scopeId","data-v-7179dbb7"]]),xo={class:"VPNavScreenMenuGroupSection"},ea={key:0,class:"title"},ta=b({__name:"VPNavScreenMenuGroupSection",props:{text:{},items:{}},setup(o){return(e,t)=>(a(),d("div",xo,[e.text?(a(),d("p",ea,N(e.text),1)):_("",!0),(a(!0),d(M,null,B(e.items,s=>(a(),k(Re,{key:s.text,item:s},null,8,["item"]))),128))]))}}),na=$(ta,[["__scopeId","data-v-4b8941ac"]]),sa=["aria-controls","aria-expanded"],oa=["innerHTML"],aa=["id"],ra={key:0,class:"item"},ia={key:1,class:"item"},la={key:2,class:"group"},ca=b({__name:"VPNavScreenMenuGroup",props:{text:{},items:{}},setup(o){const e=o,t=T(!1),s=P(()=>`NavScreenGroup-${e.text.replace(" ","-").toLowerCase()}`);function n(){t.value=!t.value}return(r,l)=>(a(),d("div",{class:I(["VPNavScreenMenuGroup",{open:t.value}])},[v("button",{class:"button","aria-controls":s.value,"aria-expanded":t.value,onClick:n},[v("span",{class:"button-text",innerHTML:r.text},null,8,oa),l[0]||(l[0]=v("span",{class:"vpi-plus button-icon"},null,-1))],8,sa),v("div",{id:s.value,class:"items"},[(a(!0),d(M,null,B(r.items,p=>(a(),d(M,{key:JSON.stringify(p)},["link"in p?(a(),d("div",ra,[g(Re,{item:p},null,8,["item"])])):"component"in p?(a(),d("div",ia,[(a(),k(H(p.component),G({ref_for:!0},p.props,{"screen-menu":""}),null,16))])):(a(),d("div",la,[g(na,{text:p.text,items:p.items},null,8,["text","items"])]))],64))),128))],8,aa)],2))}}),je=$(ca,[["__scopeId","data-v-875057a5"]]),ua={key:0,class:"VPNavScreenMenu"},da=b({__name:"VPNavScreenMenu",setup(o){const{theme:e}=L();return(t,s)=>i(e).nav?(a(),d("nav",ua,[(a(!0),d(M,null,B(i(e).nav,n=>(a(),d(M,{key:JSON.stringify(n)},["link"in n?(a(),k(Qo,{key:0,item:n},null,8,["item"])):"component"in n?(a(),k(H(n.component),G({key:1,ref_for:!0},n.props,{"screen-menu":""}),null,16)):(a(),k(je,{key:2,text:n.text||"",items:n.items},null,8,["text","items"]))],64))),128))])):_("",!0)}}),pa=b({__name:"VPNavScreenSocialLinks",setup(o){const{theme:e}=L();return(t,s)=>i(e).socialLinks?(a(),k($e,{key:0,class:"VPNavScreenSocialLinks",links:i(e).socialLinks},null,8,["links"])):_("",!0)}}),va={class:"list"},fa=b({__name:"VPNavScreenTranslations",setup(o){const{localeLinks:e,currentLang:t}=Y({correspondingLink:!0}),s=T(!1);function n(){s.value=!s.value}return(r,l)=>i(e).length&&i(t).label?(a(),d("div",{key:0,class:I(["VPNavScreenTranslations",{open:s.value}])},[v("button",{class:"title",onClick:n},[l[0]||(l[0]=v("span",{class:"vpi-languages icon lang"},null,-1)),F(" "+N(i(t).label)+" ",1),l[1]||(l[1]=v("span",{class:"vpi-chevron-down icon chevron"},null,-1))]),v("ul",va,[(a(!0),d(M,null,B(i(e),p=>(a(),d("li",{key:p.link,class:"item"},[g(D,{class:"link",href:p.link},{default:f(()=>[F(N(p.text),1)]),_:2},1032,["href"])]))),128))])],2)):_("",!0)}}),ha=$(fa,[["__scopeId","data-v-362991c2"]]),ma={class:"container"},_a=b({__name:"VPNavScreen",props:{open:{type:Boolean}},setup(o){const e=T(null),t=Ce(te?document.body:null);return(s,n)=>(a(),k(de,{name:"fade",onEnter:n[0]||(n[0]=r=>t.value=!0),onAfterLeave:n[1]||(n[1]=r=>t.value=!1)},{default:f(()=>[s.open?(a(),d("div",{key:0,class:"VPNavScreen",ref_key:"screen",ref:e,id:"VPNavScreen"},[v("div",ma,[u(s.$slots,"nav-screen-content-before",{},void 0,!0),g(da,{class:"menu"}),g(ha,{class:"translations"}),g(Yo,{class:"appearance"}),g(pa,{class:"social-links"}),u(s.$slots,"nav-screen-content-after",{},void 0,!0)])],512)):_("",!0)]),_:3}))}}),ba=$(_a,[["__scopeId","data-v-833aabba"]]),ka={key:0,class:"VPNav"},ga=b({__name:"VPNav",setup(o){const{isScreenOpen:e,closeScreen:t,toggleScreen:s}=ks(),{frontmatter:n}=L(),r=P(()=>n.value.navbar!==!1);return he("close-screen",t),Z(()=>{te&&document.documentElement.classList.toggle("hide-nav",!r.value)}),(l,p)=>r.value?(a(),d("header",ka,[g(Ko,{"is-screen-open":i(e),onToggleScreen:i(s)},{"nav-bar-title-before":f(()=>[u(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[u(l.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":f(()=>[u(l.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":f(()=>[u(l.$slots,"nav-bar-content-after",{},void 0,!0)]),_:3},8,["is-screen-open","onToggleScreen"]),g(ba,{open:i(e)},{"nav-screen-content-before":f(()=>[u(l.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":f(()=>[u(l.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3},8,["open"])])):_("",!0)}}),$a=$(ga,[["__scopeId","data-v-f1e365da"]]),ya=["role","tabindex"],Pa={key:1,class:"items"},Va=b({__name:"VPSidebarItem",props:{item:{},depth:{}},setup(o){const e=o,{collapsed:t,collapsible:s,isLink:n,isActiveLink:r,hasActiveLink:l,hasChildren:p,toggle:c}=Pt(P(()=>e.item)),h=P(()=>p.value?"section":"div"),y=P(()=>n.value?"a":"div"),m=P(()=>p.value?e.depth+2===7?"p":`h${e.depth+2}`:"p"),V=P(()=>n.value?void 0:"button"),S=P(()=>[[`level-${e.depth}`],{collapsible:s.value},{collapsed:t.value},{"is-link":n.value},{"is-active":r.value},{"has-active":l.value}]);function C(w){"key"in w&&w.key!=="Enter"||!e.item.link&&c()}function A(){e.item.link&&c()}return(w,E)=>{const U=K("VPSidebarItem",!0);return a(),k(H(h.value),{class:I(["VPSidebarItem",S.value])},{default:f(()=>[w.item.text?(a(),d("div",G({key:0,class:"item",role:V.value},xe(w.item.items?{click:C,keydown:C}:{},!0),{tabindex:w.item.items&&0}),[E[1]||(E[1]=v("div",{class:"indicator"},null,-1)),w.item.link?(a(),k(D,{key:0,tag:y.value,class:"link",href:w.item.link,rel:w.item.rel,target:w.item.target},{default:f(()=>[(a(),k(H(m.value),{class:"text",innerHTML:w.item.text},null,8,["innerHTML"]))]),_:1},8,["tag","href","rel","target"])):(a(),k(H(m.value),{key:1,class:"text",innerHTML:w.item.text},null,8,["innerHTML"])),w.item.collapsed!=null&&w.item.items&&w.item.items.length?(a(),d("div",{key:2,class:"caret",role:"button","aria-label":"toggle section",onClick:A,onKeydown:et(A,["enter"]),tabindex:"0"},E[0]||(E[0]=[v("span",{class:"vpi-chevron-right caret-icon"},null,-1)]),32)):_("",!0)],16,ya)):_("",!0),w.item.items&&w.item.items.length?(a(),d("div",Pa,[w.depth<5?(a(!0),d(M,{key:0},B(w.item.items,q=>(a(),k(U,{key:q.text,item:q,depth:w.depth+1},null,8,["item","depth"]))),128)):_("",!0)])):_("",!0)]),_:1},8,["class"])}}}),Sa=$(Va,[["__scopeId","data-v-196b2e5f"]]),La=b({__name:"VPSidebarGroup",props:{items:{}},setup(o){const e=T(!0);let t=null;return R(()=>{t=setTimeout(()=>{t=null,e.value=!1},300)}),tt(()=>{t!=null&&(clearTimeout(t),t=null)}),(s,n)=>(a(!0),d(M,null,B(s.items,r=>(a(),d("div",{key:r.text,class:I(["group",{"no-transition":e.value}])},[g(Sa,{item:r,depth:0},null,8,["item"])],2))),128))}}),Ta=$(La,[["__scopeId","data-v-9e426adc"]]),wa={class:"nav",id:"VPSidebarNav","aria-labelledby":"sidebar-aria-label",tabindex:"-1"},Na=b({__name:"VPSidebar",props:{open:{type:Boolean}},setup(o){const{sidebarGroups:e,hasSidebar:t}=j(),s=o,n=T(null),r=Ce(te?document.body:null);O([s,n],()=>{var p;s.open?(r.value=!0,(p=n.value)==null||p.focus()):r.value=!1},{immediate:!0,flush:"post"});const l=T(0);return O(e,()=>{l.value+=1},{deep:!0}),(p,c)=>i(t)?(a(),d("aside",{key:0,class:I(["VPSidebar",{open:p.open}]),ref_key:"navEl",ref:n,onClick:c[0]||(c[0]=nt(()=>{},["stop"]))},[c[2]||(c[2]=v("div",{class:"curtain"},null,-1)),v("nav",wa,[c[1]||(c[1]=v("span",{class:"visually-hidden",id:"sidebar-aria-label"}," Sidebar Navigation ",-1)),u(p.$slots,"sidebar-nav-before",{},void 0,!0),(a(),k(Ta,{items:i(e),key:l.value},null,8,["items"])),u(p.$slots,"sidebar-nav-after",{},void 0,!0)])],2)):_("",!0)}}),Ia=$(Na,[["__scopeId","data-v-18756405"]]),Ma=b({__name:"VPSkipLink",setup(o){const e=ee(),t=T();O(()=>e.path,()=>t.value.focus());function s({target:n}){const r=document.getElementById(decodeURIComponent(n.hash).slice(1));if(r){const l=()=>{r.removeAttribute("tabindex"),r.removeEventListener("blur",l)};r.setAttribute("tabindex","-1"),r.addEventListener("blur",l),r.focus(),window.scrollTo(0,0)}}return(n,r)=>(a(),d(M,null,[v("span",{ref_key:"backToTop",ref:t,tabindex:"-1"},null,512),v("a",{href:"#VPContent",class:"VPSkipLink visually-hidden",onClick:s}," Skip to content ")],64))}}),Ca=$(Ma,[["__scopeId","data-v-c3508ec8"]]),Aa=b({__name:"Layout",setup(o){const{isOpen:e,open:t,close:s}=j(),n=ee();O(()=>n.path,s),yt(e,s);const{frontmatter:r}=L(),l=Ae(),p=P(()=>!!l["home-hero-image"]);return he("hero-image-slot-exists",p),(c,h)=>{const y=K("Content");return i(r).layout!==!1?(a(),d("div",{key:0,class:I(["Layout",i(r).pageClass])},[u(c.$slots,"layout-top",{},void 0,!0),g(Ca),g(ct,{class:"backdrop",show:i(e),onClick:i(s)},null,8,["show","onClick"]),g($a,null,{"nav-bar-title-before":f(()=>[u(c.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[u(c.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":f(()=>[u(c.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":f(()=>[u(c.$slots,"nav-bar-content-after",{},void 0,!0)]),"nav-screen-content-before":f(()=>[u(c.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":f(()=>[u(c.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3}),g(bs,{open:i(e),onOpenMenu:i(t)},null,8,["open","onOpenMenu"]),g(Ia,{open:i(e)},{"sidebar-nav-before":f(()=>[u(c.$slots,"sidebar-nav-before",{},void 0,!0)]),"sidebar-nav-after":f(()=>[u(c.$slots,"sidebar-nav-after",{},void 0,!0)]),_:3},8,["open"]),g(ns,null,{"page-top":f(()=>[u(c.$slots,"page-top",{},void 0,!0)]),"page-bottom":f(()=>[u(c.$slots,"page-bottom",{},void 0,!0)]),"not-found":f(()=>[u(c.$slots,"not-found",{},void 0,!0)]),"home-hero-before":f(()=>[u(c.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":f(()=>[u(c.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[u(c.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[u(c.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[u(c.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[u(c.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":f(()=>[u(c.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":f(()=>[u(c.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":f(()=>[u(c.$slots,"home-features-after",{},void 0,!0)]),"doc-footer-before":f(()=>[u(c.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":f(()=>[u(c.$slots,"doc-before",{},void 0,!0)]),"doc-after":f(()=>[u(c.$slots,"doc-after",{},void 0,!0)]),"doc-top":f(()=>[u(c.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":f(()=>[u(c.$slots,"doc-bottom",{},void 0,!0)]),"aside-top":f(()=>[u(c.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":f(()=>[u(c.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":f(()=>[u(c.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[u(c.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[u(c.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[u(c.$slots,"aside-ads-after",{},void 0,!0)]),_:3}),g(is),u(c.$slots,"layout-bottom",{},void 0,!0)],2)):(a(),k(y,{key:1}))}}}),Ba=$(Aa,[["__scopeId","data-v-a9a9e638"]]),Ve={Layout:Ba,enhanceApp:({app:o})=>{o.component("Badge",rt)}},Ea={};function Ha(o,e){return e[0]||(e[0]=st('

Trusted by

Named Dimensions

DimensionalData.jl

Select & Index!

Deep Learning

Lux.jl

Performance first

Visualize your data

BeautifulMakie

Make your screen shine!

',5))}const Da=$(Ea,[["render",Ha]]),Oa=b({__name:"VersionPicker",props:{screenMenu:{type:Boolean}},setup(o){const e=T([]),t=T("Versions"),s=T(!1);Le();const n=()=>typeof window<"u"&&(window.location.hostname==="localhost"||window.location.hostname==="127.0.0.1"),r=()=>{if(typeof window>"u")return"";const{origin:c,pathname:h}=window.location;if(c.includes("github.io")){const y=h.split("/").filter(Boolean),m=y.length>0?`/${y[0]}/`:"/";return`${c}${m}`}else return c},l=()=>new Promise(c=>{if(n()){c(!1);return}const h=setInterval(()=>{window.DOC_VERSIONS&&window.DOCUMENTER_CURRENT_VERSION&&(clearInterval(h),c(!0))},100);setTimeout(()=>{clearInterval(h),c(!1)},5e3)});return R(async()=>{if(!(typeof window>"u")){try{if(n()){const c=["dev"];e.value=c.map(h=>({text:h,link:"/"})),t.value="dev"}else{const c=await l(),h=P(()=>r());if(c&&window.DOC_VERSIONS&&window.DOCUMENTER_CURRENT_VERSION)e.value=window.DOC_VERSIONS.map(y=>({text:y,link:`${h.value}/${y}/`})),t.value=window.DOCUMENTER_CURRENT_VERSION;else{const y=["dev"];e.value=y.map(m=>({text:m,link:`${h.value}/${m}/`})),t.value="dev"}}}catch(c){console.warn("Error loading versions:",c);const h=["dev"],y=P(()=>r());e.value=h.map(m=>({text:m,link:`${y.value}/${m}/`})),t.value="dev"}s.value=!0}}),(c,h)=>s.value?(a(),d(M,{key:0},[!c.screenMenu&&e.value.length>0?(a(),k(Fe,{key:0,item:{text:t.value,items:e.value},class:"VPVersionPicker"},null,8,["item"])):c.screenMenu&&e.value.length>0?(a(),k(je,{key:1,text:t.value,items:e.value,class:"VPVersionPicker"},null,8,["text","items"])):_("",!0)],64)):_("",!0)}}),Fa=$(Oa,[["__scopeId","data-v-f465cb49"]]),Ra=o=>{if(typeof document>"u")return{stabilizeScrollPosition:n=>async(...r)=>n(...r)};const e=document.documentElement;return{stabilizeScrollPosition:s=>async(...n)=>{const r=s(...n),l=o.value;if(!l)return r;const p=l.offsetTop-e.scrollTop;return await Ie(),e.scrollTop=l.offsetTop-p,r}}},Ue="vitepress:tabSharedState",J=typeof localStorage<"u"?localStorage:null,Ge="vitepress:tabsSharedState",ja=()=>{const o=J==null?void 0:J.getItem(Ge);if(o)try{return JSON.parse(o)}catch{}return{}},Ua=o=>{J&&J.setItem(Ge,JSON.stringify(o))},Ga=o=>{const e=ot({});O(()=>e.content,(t,s)=>{t&&s&&Ua(t)},{deep:!0}),o.provide(Ue,e)},za=(o,e)=>{const t=W(Ue);if(!t)throw new Error("[vitepress-plugin-tabs] TabsSharedState should be injected");R(()=>{t.content||(t.content=ja())});const s=T(),n=P({get(){var c;const l=e.value,p=o.value;if(l){const h=(c=t.content)==null?void 0:c[l];if(h&&p.includes(h))return h}else{const h=s.value;if(h)return h}return p[0]},set(l){const p=e.value;p?t.content&&(t.content[p]=l):s.value=l}});return{selected:n,select:l=>{n.value=l}}};let Se=0;const Ka=()=>(Se++,""+Se);function qa(){const o=Ae();return P(()=>{var s;const t=(s=o.default)==null?void 0:s.call(o);return t?t.filter(n=>typeof n.type=="object"&&"__name"in n.type&&n.type.__name==="PluginTabsTab"&&n.props).map(n=>{var r;return(r=n.props)==null?void 0:r.label}):[]})}const ze="vitepress:tabSingleState",Wa=o=>{he(ze,o)},Ja=()=>{const o=W(ze);if(!o)throw new Error("[vitepress-plugin-tabs] TabsSingleState should be injected");return o},Ya={class:"plugin-tabs"},Xa=["id","aria-selected","aria-controls","tabindex","onClick"],Qa=b({__name:"PluginTabs",props:{sharedStateKey:{}},setup(o){const e=o,t=qa(),{selected:s,select:n}=za(t,at(e,"sharedStateKey")),r=T(),{stabilizeScrollPosition:l}=Ra(r),p=l(n),c=T([]),h=m=>{var C;const V=t.value.indexOf(s.value);let S;m.key==="ArrowLeft"?S=V>=1?V-1:t.value.length-1:m.key==="ArrowRight"&&(S=V(a(),d("div",Ya,[v("div",{ref_key:"tablist",ref:r,class:"plugin-tabs--tab-list",role:"tablist",onKeydown:h},[(a(!0),d(M,null,B(i(t),S=>(a(),d("button",{id:`tab-${S}-${i(y)}`,ref_for:!0,ref_key:"buttonRefs",ref:c,key:S,role:"tab",class:"plugin-tabs--tab","aria-selected":S===i(s),"aria-controls":`panel-${S}-${i(y)}`,tabindex:S===i(s)?0:-1,onClick:()=>i(p)(S)},N(S),9,Xa))),128))],544),u(m.$slots,"default")]))}}),Za=["id","aria-labelledby"],xa=b({__name:"PluginTabsTab",props:{label:{}},setup(o){const{uid:e,selected:t}=Ja();return(s,n)=>i(t)===s.label?(a(),d("div",{key:0,id:`panel-${s.label}-${i(e)}`,class:"plugin-tabs--content",role:"tabpanel",tabindex:"0","aria-labelledby":`tab-${s.label}-${i(e)}`},[u(s.$slots,"default",{},void 0,!0)],8,Za)):_("",!0)}}),er=$(xa,[["__scopeId","data-v-9b0d03d2"]]),tr=o=>{Ga(o),o.component("PluginTabs",Qa),o.component("PluginTabsTab",er)},sr={extends:Ve,Layout(){return ye(Ve.Layout,null,{"aside-ads-before":()=>ye(Da)})},enhanceApp({app:o,router:e,siteData:t}){tr(o),o.component("VersionPicker",Fa)}};export{sr as R,go as c,L as u}; +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/chunks/VPLocalSearchBox.BqFMPj0J.js","assets/chunks/framework.rMBZD2FC.js"])))=>i.map(i=>d[i]); +import{d as b,o as a,c as d,r as u,n as I,a as F,t as N,b as k,w as f,e as _,T as de,_ as $,u as Le,i as Ke,f as qe,g as pe,h as P,j as v,k as i,l as z,m as re,p as T,q as O,s as Z,v as R,x as ve,y as fe,z as We,A as Je,B as K,F as M,C as B,D as Te,E as x,G as g,H,I as we,J as ee,K as G,L as W,M as Ye,N as Ne,O as ie,P as Ie,Q as Me,R as te,S as Xe,U as Qe,V as Ze,W as Ce,X as he,Y as xe,Z as et,$ as tt,a0 as nt,a1 as Ae,a2 as st,a3 as ot,a4 as at,a5 as ye}from"./framework.rMBZD2FC.js";const rt=b({__name:"VPBadge",props:{text:{},type:{default:"tip"}},setup(o){return(e,t)=>(a(),d("span",{class:I(["VPBadge",e.type])},[u(e.$slots,"default",{},()=>[F(N(e.text),1)])],2))}}),it={key:0,class:"VPBackdrop"},lt=b({__name:"VPBackdrop",props:{show:{type:Boolean}},setup(o){return(e,t)=>(a(),k(de,{name:"fade"},{default:f(()=>[e.show?(a(),d("div",it)):_("",!0)]),_:1}))}}),ct=$(lt,[["__scopeId","data-v-b06cdb19"]]),L=Le;function ut(o,e){let t,s=!1;return()=>{t&&clearTimeout(t),s?t=setTimeout(o,e):(o(),(s=!0)&&setTimeout(()=>s=!1,e))}}function le(o){return/^\//.test(o)?o:`/${o}`}function me(o){const{pathname:e,search:t,hash:s,protocol:n}=new URL(o,"http://a.com");if(Ke(o)||o.startsWith("#")||!n.startsWith("http")||!qe(e))return o;const{site:r}=L(),l=e.endsWith("/")||e.endsWith(".html")?o:o.replace(/(?:(^\.+)\/)?.*$/,`$1${e.replace(/(\.md)?$/,r.value.cleanUrls?"":".html")}${t}${s}`);return pe(l)}function Y({correspondingLink:o=!1}={}){const{site:e,localeIndex:t,page:s,theme:n,hash:r}=L(),l=P(()=>{var c,h;return{label:(c=e.value.locales[t.value])==null?void 0:c.label,link:((h=e.value.locales[t.value])==null?void 0:h.link)||(t.value==="root"?"/":`/${t.value}/`)}});return{localeLinks:P(()=>Object.entries(e.value.locales).flatMap(([c,h])=>l.value.label===h.label?[]:{text:h.label,link:dt(h.link||(c==="root"?"/":`/${c}/`),n.value.i18nRouting!==!1&&o,s.value.relativePath.slice(l.value.link.length-1),!e.value.cleanUrls)+r.value})),currentLang:l}}function dt(o,e,t,s){return e?o.replace(/\/$/,"")+le(t.replace(/(^|\/)index\.md$/,"$1").replace(/\.md$/,s?".html":"")):o}const pt={class:"NotFound"},vt={class:"code"},ft={class:"title"},ht={class:"quote"},mt={class:"action"},_t=["href","aria-label"],bt=b({__name:"NotFound",setup(o){const{theme:e}=L(),{currentLang:t}=Y();return(s,n)=>{var r,l,p,c,h;return a(),d("div",pt,[v("p",vt,N(((r=i(e).notFound)==null?void 0:r.code)??"404"),1),v("h1",ft,N(((l=i(e).notFound)==null?void 0:l.title)??"PAGE NOT FOUND"),1),n[0]||(n[0]=v("div",{class:"divider"},null,-1)),v("blockquote",ht,N(((p=i(e).notFound)==null?void 0:p.quote)??"But if you don't change your direction, and if you keep looking, you may end up where you are heading."),1),v("div",mt,[v("a",{class:"link",href:i(pe)(i(t).link),"aria-label":((c=i(e).notFound)==null?void 0:c.linkLabel)??"go to home"},N(((h=i(e).notFound)==null?void 0:h.linkText)??"Take me home"),9,_t)])])}}}),kt=$(bt,[["__scopeId","data-v-951cab6c"]]);function Be(o,e){if(Array.isArray(o))return X(o);if(o==null)return[];e=le(e);const t=Object.keys(o).sort((n,r)=>r.split("/").length-n.split("/").length).find(n=>e.startsWith(le(n))),s=t?o[t]:[];return Array.isArray(s)?X(s):X(s.items,s.base)}function gt(o){const e=[];let t=0;for(const s in o){const n=o[s];if(n.items){t=e.push(n);continue}e[t]||e.push({items:[]}),e[t].items.push(n)}return e}function $t(o){const e=[];function t(s){for(const n of s)n.text&&n.link&&e.push({text:n.text,link:n.link,docFooterText:n.docFooterText}),n.items&&t(n.items)}return t(o),e}function ce(o,e){return Array.isArray(e)?e.some(t=>ce(o,t)):z(o,e.link)?!0:e.items?ce(o,e.items):!1}function X(o,e){return[...o].map(t=>{const s={...t},n=s.base||e;return n&&s.link&&(s.link=n+s.link),s.items&&(s.items=X(s.items,n)),s})}function j(){const{frontmatter:o,page:e,theme:t}=L(),s=re("(min-width: 960px)"),n=T(!1),r=P(()=>{const A=t.value.sidebar,w=e.value.relativePath;return A?Be(A,w):[]}),l=T(r.value);O(r,(A,w)=>{JSON.stringify(A)!==JSON.stringify(w)&&(l.value=r.value)});const p=P(()=>o.value.sidebar!==!1&&l.value.length>0&&o.value.layout!=="home"),c=P(()=>h?o.value.aside==null?t.value.aside==="left":o.value.aside==="left":!1),h=P(()=>o.value.layout==="home"?!1:o.value.aside!=null?!!o.value.aside:t.value.aside!==!1),y=P(()=>p.value&&s.value),m=P(()=>p.value?gt(l.value):[]);function V(){n.value=!0}function S(){n.value=!1}function C(){n.value?S():V()}return{isOpen:n,sidebar:l,sidebarGroups:m,hasSidebar:p,hasAside:h,leftAside:c,isSidebarEnabled:y,open:V,close:S,toggle:C}}function yt(o,e){let t;Z(()=>{t=o.value?document.activeElement:void 0}),R(()=>{window.addEventListener("keyup",s)}),ve(()=>{window.removeEventListener("keyup",s)});function s(n){n.key==="Escape"&&o.value&&(e(),t==null||t.focus())}}function Pt(o){const{page:e,hash:t}=L(),s=T(!1),n=P(()=>o.value.collapsed!=null),r=P(()=>!!o.value.link),l=T(!1),p=()=>{l.value=z(e.value.relativePath,o.value.link)};O([e,o,t],p),R(p);const c=P(()=>l.value?!0:o.value.items?ce(e.value.relativePath,o.value.items):!1),h=P(()=>!!(o.value.items&&o.value.items.length));Z(()=>{s.value=!!(n.value&&o.value.collapsed)}),fe(()=>{(l.value||c.value)&&(s.value=!1)});function y(){n.value&&(s.value=!s.value)}return{collapsed:s,collapsible:n,isLink:r,isActiveLink:l,hasActiveLink:c,hasChildren:h,toggle:y}}function Vt(){const{hasSidebar:o}=j(),e=re("(min-width: 960px)"),t=re("(min-width: 1280px)");return{isAsideEnabled:P(()=>!t.value&&!e.value?!1:o.value?t.value:e.value)}}const ue=[];function Ee(o){return typeof o.outline=="object"&&!Array.isArray(o.outline)&&o.outline.label||o.outlineTitle||"On this page"}function _e(o){const e=[...document.querySelectorAll(".VPDoc :where(h1,h2,h3,h4,h5,h6)")].filter(t=>t.id&&t.hasChildNodes()).map(t=>{const s=Number(t.tagName[1]);return{element:t,title:St(t),link:"#"+t.id,level:s}});return Lt(e,o)}function St(o){let e="";for(const t of o.childNodes)if(t.nodeType===1){if(t.classList.contains("VPBadge")||t.classList.contains("header-anchor")||t.classList.contains("ignore-header"))continue;e+=t.textContent}else t.nodeType===3&&(e+=t.textContent);return e.trim()}function Lt(o,e){if(e===!1)return[];const t=(typeof e=="object"&&!Array.isArray(e)?e.level:e)||2,[s,n]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t;o=o.filter(l=>l.level>=s&&l.level<=n),ue.length=0;for(const{element:l,link:p}of o)ue.push({element:l,link:p});const r=[];e:for(let l=0;l=0;c--){const h=o[c];if(h.level{requestAnimationFrame(r),window.addEventListener("scroll",s)}),We(()=>{l(location.hash)}),ve(()=>{window.removeEventListener("scroll",s)});function r(){if(!t.value)return;const p=window.scrollY,c=window.innerHeight,h=document.body.offsetHeight,y=Math.abs(p+c-h)<1,m=ue.map(({element:S,link:C})=>({link:C,top:wt(S)})).filter(({top:S})=>!Number.isNaN(S)).sort((S,C)=>S.top-C.top);if(!m.length){l(null);return}if(p<1){l(null);return}if(y){l(m[m.length-1].link);return}let V=null;for(const{link:S,top:C}of m){if(C>p+Je()+4)break;V=S}l(V)}function l(p){n&&n.classList.remove("active"),p==null?n=null:n=o.value.querySelector(`a[href="${decodeURIComponent(p)}"]`);const c=n;c?(c.classList.add("active"),e.value.style.top=c.offsetTop+39+"px",e.value.style.opacity="1"):(e.value.style.top="33px",e.value.style.opacity="0")}}function wt(o){let e=0;for(;o!==document.body;){if(o===null)return NaN;e+=o.offsetTop,o=o.offsetParent}return e}const Nt=["href","title"],It=b({__name:"VPDocOutlineItem",props:{headers:{},root:{type:Boolean}},setup(o){function e({target:t}){const s=t.href.split("#")[1],n=document.getElementById(decodeURIComponent(s));n==null||n.focus({preventScroll:!0})}return(t,s)=>{const n=K("VPDocOutlineItem",!0);return a(),d("ul",{class:I(["VPDocOutlineItem",t.root?"root":"nested"])},[(a(!0),d(M,null,B(t.headers,({children:r,link:l,title:p})=>(a(),d("li",null,[v("a",{class:"outline-link",href:l,onClick:e,title:p},N(p),9,Nt),r!=null&&r.length?(a(),k(n,{key:0,headers:r},null,8,["headers"])):_("",!0)]))),256))],2)}}}),He=$(It,[["__scopeId","data-v-3f927ebe"]]),Mt={class:"content"},Ct={"aria-level":"2",class:"outline-title",id:"doc-outline-aria-label",role:"heading"},At=b({__name:"VPDocAsideOutline",setup(o){const{frontmatter:e,theme:t}=L(),s=Te([]);x(()=>{s.value=_e(e.value.outline??t.value.outline)});const n=T(),r=T();return Tt(n,r),(l,p)=>(a(),d("nav",{"aria-labelledby":"doc-outline-aria-label",class:I(["VPDocAsideOutline",{"has-outline":s.value.length>0}]),ref_key:"container",ref:n},[v("div",Mt,[v("div",{class:"outline-marker",ref_key:"marker",ref:r},null,512),v("div",Ct,N(i(Ee)(i(t))),1),g(He,{headers:s.value,root:!0},null,8,["headers"])])],2))}}),Bt=$(At,[["__scopeId","data-v-b38bf2ff"]]),Et={class:"VPDocAsideCarbonAds"},Ht=b({__name:"VPDocAsideCarbonAds",props:{carbonAds:{}},setup(o){const e=()=>null;return(t,s)=>(a(),d("div",Et,[g(i(e),{"carbon-ads":t.carbonAds},null,8,["carbon-ads"])]))}}),Dt={class:"VPDocAside"},Ot=b({__name:"VPDocAside",setup(o){const{theme:e}=L();return(t,s)=>(a(),d("div",Dt,[u(t.$slots,"aside-top",{},void 0,!0),u(t.$slots,"aside-outline-before",{},void 0,!0),g(Bt),u(t.$slots,"aside-outline-after",{},void 0,!0),s[0]||(s[0]=v("div",{class:"spacer"},null,-1)),u(t.$slots,"aside-ads-before",{},void 0,!0),i(e).carbonAds?(a(),k(Ht,{key:0,"carbon-ads":i(e).carbonAds},null,8,["carbon-ads"])):_("",!0),u(t.$slots,"aside-ads-after",{},void 0,!0),u(t.$slots,"aside-bottom",{},void 0,!0)]))}}),Ft=$(Ot,[["__scopeId","data-v-6d7b3c46"]]);function Rt(){const{theme:o,page:e}=L();return P(()=>{const{text:t="Edit this page",pattern:s=""}=o.value.editLink||{};let n;return typeof s=="function"?n=s(e.value):n=s.replace(/:path/g,e.value.filePath),{url:n,text:t}})}function jt(){const{page:o,theme:e,frontmatter:t}=L();return P(()=>{var h,y,m,V,S,C,A,w;const s=Be(e.value.sidebar,o.value.relativePath),n=$t(s),r=Ut(n,E=>E.link.replace(/[?#].*$/,"")),l=r.findIndex(E=>z(o.value.relativePath,E.link)),p=((h=e.value.docFooter)==null?void 0:h.prev)===!1&&!t.value.prev||t.value.prev===!1,c=((y=e.value.docFooter)==null?void 0:y.next)===!1&&!t.value.next||t.value.next===!1;return{prev:p?void 0:{text:(typeof t.value.prev=="string"?t.value.prev:typeof t.value.prev=="object"?t.value.prev.text:void 0)??((m=r[l-1])==null?void 0:m.docFooterText)??((V=r[l-1])==null?void 0:V.text),link:(typeof t.value.prev=="object"?t.value.prev.link:void 0)??((S=r[l-1])==null?void 0:S.link)},next:c?void 0:{text:(typeof t.value.next=="string"?t.value.next:typeof t.value.next=="object"?t.value.next.text:void 0)??((C=r[l+1])==null?void 0:C.docFooterText)??((A=r[l+1])==null?void 0:A.text),link:(typeof t.value.next=="object"?t.value.next.link:void 0)??((w=r[l+1])==null?void 0:w.link)}}})}function Ut(o,e){const t=new Set;return o.filter(s=>{const n=e(s);return t.has(n)?!1:t.add(n)})}const D=b({__name:"VPLink",props:{tag:{},href:{},noIcon:{type:Boolean},target:{},rel:{}},setup(o){const e=o,t=P(()=>e.tag??(e.href?"a":"span")),s=P(()=>e.href&&we.test(e.href)||e.target==="_blank");return(n,r)=>(a(),k(H(t.value),{class:I(["VPLink",{link:n.href,"vp-external-link-icon":s.value,"no-icon":n.noIcon}]),href:n.href?i(me)(n.href):void 0,target:n.target??(s.value?"_blank":void 0),rel:n.rel??(s.value?"noreferrer":void 0)},{default:f(()=>[u(n.$slots,"default")]),_:3},8,["class","href","target","rel"]))}}),Gt={class:"VPLastUpdated"},zt=["datetime"],Kt=b({__name:"VPDocFooterLastUpdated",setup(o){const{theme:e,page:t,lang:s}=L(),n=P(()=>new Date(t.value.lastUpdated)),r=P(()=>n.value.toISOString()),l=T("");return R(()=>{Z(()=>{var p,c,h;l.value=new Intl.DateTimeFormat((c=(p=e.value.lastUpdated)==null?void 0:p.formatOptions)!=null&&c.forceLocale?s.value:void 0,((h=e.value.lastUpdated)==null?void 0:h.formatOptions)??{dateStyle:"short",timeStyle:"short"}).format(n.value)})}),(p,c)=>{var h;return a(),d("p",Gt,[F(N(((h=i(e).lastUpdated)==null?void 0:h.text)||i(e).lastUpdatedText||"Last updated")+": ",1),v("time",{datetime:r.value},N(l.value),9,zt)])}}}),qt=$(Kt,[["__scopeId","data-v-475f71b8"]]),Wt={key:0,class:"VPDocFooter"},Jt={key:0,class:"edit-info"},Yt={key:0,class:"edit-link"},Xt={key:1,class:"last-updated"},Qt={key:1,class:"prev-next","aria-labelledby":"doc-footer-aria-label"},Zt={class:"pager"},xt=["innerHTML"],en=["innerHTML"],tn={class:"pager"},nn=["innerHTML"],sn=["innerHTML"],on=b({__name:"VPDocFooter",setup(o){const{theme:e,page:t,frontmatter:s}=L(),n=Rt(),r=jt(),l=P(()=>e.value.editLink&&s.value.editLink!==!1),p=P(()=>t.value.lastUpdated),c=P(()=>l.value||p.value||r.value.prev||r.value.next);return(h,y)=>{var m,V,S,C;return c.value?(a(),d("footer",Wt,[u(h.$slots,"doc-footer-before",{},void 0,!0),l.value||p.value?(a(),d("div",Jt,[l.value?(a(),d("div",Yt,[g(D,{class:"edit-link-button",href:i(n).url,"no-icon":!0},{default:f(()=>[y[0]||(y[0]=v("span",{class:"vpi-square-pen edit-link-icon"},null,-1)),F(" "+N(i(n).text),1)]),_:1},8,["href"])])):_("",!0),p.value?(a(),d("div",Xt,[g(qt)])):_("",!0)])):_("",!0),(m=i(r).prev)!=null&&m.link||(V=i(r).next)!=null&&V.link?(a(),d("nav",Qt,[y[1]||(y[1]=v("span",{class:"visually-hidden",id:"doc-footer-aria-label"},"Pager",-1)),v("div",Zt,[(S=i(r).prev)!=null&&S.link?(a(),k(D,{key:0,class:"pager-link prev",href:i(r).prev.link},{default:f(()=>{var A;return[v("span",{class:"desc",innerHTML:((A=i(e).docFooter)==null?void 0:A.prev)||"Previous page"},null,8,xt),v("span",{class:"title",innerHTML:i(r).prev.text},null,8,en)]}),_:1},8,["href"])):_("",!0)]),v("div",tn,[(C=i(r).next)!=null&&C.link?(a(),k(D,{key:0,class:"pager-link next",href:i(r).next.link},{default:f(()=>{var A;return[v("span",{class:"desc",innerHTML:((A=i(e).docFooter)==null?void 0:A.next)||"Next page"},null,8,nn),v("span",{class:"title",innerHTML:i(r).next.text},null,8,sn)]}),_:1},8,["href"])):_("",!0)])])):_("",!0)])):_("",!0)}}}),an=$(on,[["__scopeId","data-v-4f9813fa"]]),rn={class:"container"},ln={class:"aside-container"},cn={class:"aside-content"},un={class:"content"},dn={class:"content-container"},pn={class:"main"},vn=b({__name:"VPDoc",setup(o){const{theme:e}=L(),t=ee(),{hasSidebar:s,hasAside:n,leftAside:r}=j(),l=P(()=>t.path.replace(/[./]+/g,"_").replace(/_html$/,""));return(p,c)=>{const h=K("Content");return a(),d("div",{class:I(["VPDoc",{"has-sidebar":i(s),"has-aside":i(n)}])},[u(p.$slots,"doc-top",{},void 0,!0),v("div",rn,[i(n)?(a(),d("div",{key:0,class:I(["aside",{"left-aside":i(r)}])},[c[0]||(c[0]=v("div",{class:"aside-curtain"},null,-1)),v("div",ln,[v("div",cn,[g(Ft,null,{"aside-top":f(()=>[u(p.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":f(()=>[u(p.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":f(()=>[u(p.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[u(p.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[u(p.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[u(p.$slots,"aside-ads-after",{},void 0,!0)]),_:3})])])],2)):_("",!0),v("div",un,[v("div",dn,[u(p.$slots,"doc-before",{},void 0,!0),v("main",pn,[g(h,{class:I(["vp-doc",[l.value,i(e).externalLinkIcon&&"external-link-icon-enabled"]])},null,8,["class"])]),g(an,null,{"doc-footer-before":f(()=>[u(p.$slots,"doc-footer-before",{},void 0,!0)]),_:3}),u(p.$slots,"doc-after",{},void 0,!0)])])]),u(p.$slots,"doc-bottom",{},void 0,!0)],2)}}}),fn=$(vn,[["__scopeId","data-v-83890dd9"]]),hn=b({__name:"VPButton",props:{tag:{},size:{default:"medium"},theme:{default:"brand"},text:{},href:{},target:{},rel:{}},setup(o){const e=o,t=P(()=>e.href&&we.test(e.href)),s=P(()=>e.tag||e.href?"a":"button");return(n,r)=>(a(),k(H(s.value),{class:I(["VPButton",[n.size,n.theme]]),href:n.href?i(me)(n.href):void 0,target:e.target??(t.value?"_blank":void 0),rel:e.rel??(t.value?"noreferrer":void 0)},{default:f(()=>[F(N(n.text),1)]),_:1},8,["class","href","target","rel"]))}}),mn=$(hn,[["__scopeId","data-v-14206e74"]]),_n=["src","alt"],bn=b({inheritAttrs:!1,__name:"VPImage",props:{image:{},alt:{}},setup(o){return(e,t)=>{const s=K("VPImage",!0);return e.image?(a(),d(M,{key:0},[typeof e.image=="string"||"src"in e.image?(a(),d("img",G({key:0,class:"VPImage"},typeof e.image=="string"?e.$attrs:{...e.image,...e.$attrs},{src:i(pe)(typeof e.image=="string"?e.image:e.image.src),alt:e.alt??(typeof e.image=="string"?"":e.image.alt||"")}),null,16,_n)):(a(),d(M,{key:1},[g(s,G({class:"dark",image:e.image.dark,alt:e.image.alt},e.$attrs),null,16,["image","alt"]),g(s,G({class:"light",image:e.image.light,alt:e.image.alt},e.$attrs),null,16,["image","alt"])],64))],64)):_("",!0)}}}),Q=$(bn,[["__scopeId","data-v-35a7d0b8"]]),kn={class:"container"},gn={class:"main"},$n={key:0,class:"name"},yn=["innerHTML"],Pn=["innerHTML"],Vn=["innerHTML"],Sn={key:0,class:"actions"},Ln={key:0,class:"image"},Tn={class:"image-container"},wn=b({__name:"VPHero",props:{name:{},text:{},tagline:{},image:{},actions:{}},setup(o){const e=W("hero-image-slot-exists");return(t,s)=>(a(),d("div",{class:I(["VPHero",{"has-image":t.image||i(e)}])},[v("div",kn,[v("div",gn,[u(t.$slots,"home-hero-info-before",{},void 0,!0),u(t.$slots,"home-hero-info",{},()=>[t.name?(a(),d("h1",$n,[v("span",{innerHTML:t.name,class:"clip"},null,8,yn)])):_("",!0),t.text?(a(),d("p",{key:1,innerHTML:t.text,class:"text"},null,8,Pn)):_("",!0),t.tagline?(a(),d("p",{key:2,innerHTML:t.tagline,class:"tagline"},null,8,Vn)):_("",!0)],!0),u(t.$slots,"home-hero-info-after",{},void 0,!0),t.actions?(a(),d("div",Sn,[(a(!0),d(M,null,B(t.actions,n=>(a(),d("div",{key:n.link,class:"action"},[g(mn,{tag:"a",size:"medium",theme:n.theme,text:n.text,href:n.link,target:n.target,rel:n.rel},null,8,["theme","text","href","target","rel"])]))),128))])):_("",!0),u(t.$slots,"home-hero-actions-after",{},void 0,!0)]),t.image||i(e)?(a(),d("div",Ln,[v("div",Tn,[s[0]||(s[0]=v("div",{class:"image-bg"},null,-1)),u(t.$slots,"home-hero-image",{},()=>[t.image?(a(),k(Q,{key:0,class:"image-src",image:t.image},null,8,["image"])):_("",!0)],!0)])])):_("",!0)])],2))}}),Nn=$(wn,[["__scopeId","data-v-955009fc"]]),In=b({__name:"VPHomeHero",setup(o){const{frontmatter:e}=L();return(t,s)=>i(e).hero?(a(),k(Nn,{key:0,class:"VPHomeHero",name:i(e).hero.name,text:i(e).hero.text,tagline:i(e).hero.tagline,image:i(e).hero.image,actions:i(e).hero.actions},{"home-hero-info-before":f(()=>[u(t.$slots,"home-hero-info-before")]),"home-hero-info":f(()=>[u(t.$slots,"home-hero-info")]),"home-hero-info-after":f(()=>[u(t.$slots,"home-hero-info-after")]),"home-hero-actions-after":f(()=>[u(t.$slots,"home-hero-actions-after")]),"home-hero-image":f(()=>[u(t.$slots,"home-hero-image")]),_:3},8,["name","text","tagline","image","actions"])):_("",!0)}}),Mn={class:"box"},Cn={key:0,class:"icon"},An=["innerHTML"],Bn=["innerHTML"],En=["innerHTML"],Hn={key:4,class:"link-text"},Dn={class:"link-text-value"},On=b({__name:"VPFeature",props:{icon:{},title:{},details:{},link:{},linkText:{},rel:{},target:{}},setup(o){return(e,t)=>(a(),k(D,{class:"VPFeature",href:e.link,rel:e.rel,target:e.target,"no-icon":!0,tag:e.link?"a":"div"},{default:f(()=>[v("article",Mn,[typeof e.icon=="object"&&e.icon.wrap?(a(),d("div",Cn,[g(Q,{image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])])):typeof e.icon=="object"?(a(),k(Q,{key:1,image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])):e.icon?(a(),d("div",{key:2,class:"icon",innerHTML:e.icon},null,8,An)):_("",!0),v("h2",{class:"title",innerHTML:e.title},null,8,Bn),e.details?(a(),d("p",{key:3,class:"details",innerHTML:e.details},null,8,En)):_("",!0),e.linkText?(a(),d("div",Hn,[v("p",Dn,[F(N(e.linkText)+" ",1),t[0]||(t[0]=v("span",{class:"vpi-arrow-right link-text-icon"},null,-1))])])):_("",!0)])]),_:1},8,["href","rel","target","tag"]))}}),Fn=$(On,[["__scopeId","data-v-f5e9645b"]]),Rn={key:0,class:"VPFeatures"},jn={class:"container"},Un={class:"items"},Gn=b({__name:"VPFeatures",props:{features:{}},setup(o){const e=o,t=P(()=>{const s=e.features.length;if(s){if(s===2)return"grid-2";if(s===3)return"grid-3";if(s%3===0)return"grid-6";if(s>3)return"grid-4"}else return});return(s,n)=>s.features?(a(),d("div",Rn,[v("div",jn,[v("div",Un,[(a(!0),d(M,null,B(s.features,r=>(a(),d("div",{key:r.title,class:I(["item",[t.value]])},[g(Fn,{icon:r.icon,title:r.title,details:r.details,link:r.link,"link-text":r.linkText,rel:r.rel,target:r.target},null,8,["icon","title","details","link","link-text","rel","target"])],2))),128))])])])):_("",!0)}}),zn=$(Gn,[["__scopeId","data-v-d0a190d7"]]),Kn=b({__name:"VPHomeFeatures",setup(o){const{frontmatter:e}=L();return(t,s)=>i(e).features?(a(),k(zn,{key:0,class:"VPHomeFeatures",features:i(e).features},null,8,["features"])):_("",!0)}}),qn=b({__name:"VPHomeContent",setup(o){const{width:e}=Ye({initialWidth:0,includeScrollbar:!1});return(t,s)=>(a(),d("div",{class:"vp-doc container",style:Ne(i(e)?{"--vp-offset":`calc(50% - ${i(e)/2}px)`}:{})},[u(t.$slots,"default",{},void 0,!0)],4))}}),Wn=$(qn,[["__scopeId","data-v-7a48a447"]]),Jn={class:"VPHome"},Yn=b({__name:"VPHome",setup(o){const{frontmatter:e}=L();return(t,s)=>{const n=K("Content");return a(),d("div",Jn,[u(t.$slots,"home-hero-before",{},void 0,!0),g(In,null,{"home-hero-info-before":f(()=>[u(t.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[u(t.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[u(t.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[u(t.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[u(t.$slots,"home-hero-image",{},void 0,!0)]),_:3}),u(t.$slots,"home-hero-after",{},void 0,!0),u(t.$slots,"home-features-before",{},void 0,!0),g(Kn),u(t.$slots,"home-features-after",{},void 0,!0),i(e).markdownStyles!==!1?(a(),k(Wn,{key:0},{default:f(()=>[g(n)]),_:1})):(a(),k(n,{key:1}))])}}}),Xn=$(Yn,[["__scopeId","data-v-cbb6ec48"]]),Qn={},Zn={class:"VPPage"};function xn(o,e){const t=K("Content");return a(),d("div",Zn,[u(o.$slots,"page-top"),g(t),u(o.$slots,"page-bottom")])}const es=$(Qn,[["render",xn]]),ts=b({__name:"VPContent",setup(o){const{page:e,frontmatter:t}=L(),{hasSidebar:s}=j();return(n,r)=>(a(),d("div",{class:I(["VPContent",{"has-sidebar":i(s),"is-home":i(t).layout==="home"}]),id:"VPContent"},[i(e).isNotFound?u(n.$slots,"not-found",{key:0},()=>[g(kt)],!0):i(t).layout==="page"?(a(),k(es,{key:1},{"page-top":f(()=>[u(n.$slots,"page-top",{},void 0,!0)]),"page-bottom":f(()=>[u(n.$slots,"page-bottom",{},void 0,!0)]),_:3})):i(t).layout==="home"?(a(),k(Xn,{key:2},{"home-hero-before":f(()=>[u(n.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":f(()=>[u(n.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[u(n.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[u(n.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[u(n.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[u(n.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":f(()=>[u(n.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":f(()=>[u(n.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":f(()=>[u(n.$slots,"home-features-after",{},void 0,!0)]),_:3})):i(t).layout&&i(t).layout!=="doc"?(a(),k(H(i(t).layout),{key:3})):(a(),k(fn,{key:4},{"doc-top":f(()=>[u(n.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":f(()=>[u(n.$slots,"doc-bottom",{},void 0,!0)]),"doc-footer-before":f(()=>[u(n.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":f(()=>[u(n.$slots,"doc-before",{},void 0,!0)]),"doc-after":f(()=>[u(n.$slots,"doc-after",{},void 0,!0)]),"aside-top":f(()=>[u(n.$slots,"aside-top",{},void 0,!0)]),"aside-outline-before":f(()=>[u(n.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[u(n.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[u(n.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[u(n.$slots,"aside-ads-after",{},void 0,!0)]),"aside-bottom":f(()=>[u(n.$slots,"aside-bottom",{},void 0,!0)]),_:3}))],2))}}),ns=$(ts,[["__scopeId","data-v-91765379"]]),ss={class:"container"},os=["innerHTML"],as=["innerHTML"],rs=b({__name:"VPFooter",setup(o){const{theme:e,frontmatter:t}=L(),{hasSidebar:s}=j();return(n,r)=>i(e).footer&&i(t).footer!==!1?(a(),d("footer",{key:0,class:I(["VPFooter",{"has-sidebar":i(s)}])},[v("div",ss,[i(e).footer.message?(a(),d("p",{key:0,class:"message",innerHTML:i(e).footer.message},null,8,os)):_("",!0),i(e).footer.copyright?(a(),d("p",{key:1,class:"copyright",innerHTML:i(e).footer.copyright},null,8,as)):_("",!0)])],2)):_("",!0)}}),is=$(rs,[["__scopeId","data-v-c970a860"]]);function ls(){const{theme:o,frontmatter:e}=L(),t=Te([]),s=P(()=>t.value.length>0);return x(()=>{t.value=_e(e.value.outline??o.value.outline)}),{headers:t,hasLocalNav:s}}const cs={class:"menu-text"},us={class:"header"},ds={class:"outline"},ps=b({__name:"VPLocalNavOutlineDropdown",props:{headers:{},navHeight:{}},setup(o){const e=o,{theme:t}=L(),s=T(!1),n=T(0),r=T(),l=T();function p(m){var V;(V=r.value)!=null&&V.contains(m.target)||(s.value=!1)}O(s,m=>{if(m){document.addEventListener("click",p);return}document.removeEventListener("click",p)}),ie("Escape",()=>{s.value=!1}),x(()=>{s.value=!1});function c(){s.value=!s.value,n.value=window.innerHeight+Math.min(window.scrollY-e.navHeight,0)}function h(m){m.target.classList.contains("outline-link")&&(l.value&&(l.value.style.transition="none"),Ie(()=>{s.value=!1}))}function y(){s.value=!1,window.scrollTo({top:0,left:0,behavior:"smooth"})}return(m,V)=>(a(),d("div",{class:"VPLocalNavOutlineDropdown",style:Ne({"--vp-vh":n.value+"px"}),ref_key:"main",ref:r},[m.headers.length>0?(a(),d("button",{key:0,onClick:c,class:I({open:s.value})},[v("span",cs,N(i(Ee)(i(t))),1),V[0]||(V[0]=v("span",{class:"vpi-chevron-right icon"},null,-1))],2)):(a(),d("button",{key:1,onClick:y},N(i(t).returnToTopLabel||"Return to top"),1)),g(de,{name:"flyout"},{default:f(()=>[s.value?(a(),d("div",{key:0,ref_key:"items",ref:l,class:"items",onClick:h},[v("div",us,[v("a",{class:"top-link",href:"#",onClick:y},N(i(t).returnToTopLabel||"Return to top"),1)]),v("div",ds,[g(He,{headers:m.headers},null,8,["headers"])])],512)):_("",!0)]),_:1})],4))}}),vs=$(ps,[["__scopeId","data-v-bc9dc845"]]),fs={class:"container"},hs=["aria-expanded"],ms={class:"menu-text"},_s=b({__name:"VPLocalNav",props:{open:{type:Boolean}},emits:["open-menu"],setup(o){const{theme:e,frontmatter:t}=L(),{hasSidebar:s}=j(),{headers:n}=ls(),{y:r}=Me(),l=T(0);R(()=>{l.value=parseInt(getComputedStyle(document.documentElement).getPropertyValue("--vp-nav-height"))}),x(()=>{n.value=_e(t.value.outline??e.value.outline)});const p=P(()=>n.value.length===0),c=P(()=>p.value&&!s.value),h=P(()=>({VPLocalNav:!0,"has-sidebar":s.value,empty:p.value,fixed:c.value}));return(y,m)=>i(t).layout!=="home"&&(!c.value||i(r)>=l.value)?(a(),d("div",{key:0,class:I(h.value)},[v("div",fs,[i(s)?(a(),d("button",{key:0,class:"menu","aria-expanded":y.open,"aria-controls":"VPSidebarNav",onClick:m[0]||(m[0]=V=>y.$emit("open-menu"))},[m[1]||(m[1]=v("span",{class:"vpi-align-left menu-icon"},null,-1)),v("span",ms,N(i(e).sidebarMenuLabel||"Menu"),1)],8,hs)):_("",!0),g(vs,{headers:i(n),navHeight:l.value},null,8,["headers","navHeight"])])],2)):_("",!0)}}),bs=$(_s,[["__scopeId","data-v-070ab83d"]]);function ks(){const o=T(!1);function e(){o.value=!0,window.addEventListener("resize",n)}function t(){o.value=!1,window.removeEventListener("resize",n)}function s(){o.value?t():e()}function n(){window.outerWidth>=768&&t()}const r=ee();return O(()=>r.path,t),{isScreenOpen:o,openScreen:e,closeScreen:t,toggleScreen:s}}const gs={},$s={class:"VPSwitch",type:"button",role:"switch"},ys={class:"check"},Ps={key:0,class:"icon"};function Vs(o,e){return a(),d("button",$s,[v("span",ys,[o.$slots.default?(a(),d("span",Ps,[u(o.$slots,"default",{},void 0,!0)])):_("",!0)])])}const Ss=$(gs,[["render",Vs],["__scopeId","data-v-4a1c76db"]]),Ls=b({__name:"VPSwitchAppearance",setup(o){const{isDark:e,theme:t}=L(),s=W("toggle-appearance",()=>{e.value=!e.value}),n=T("");return fe(()=>{n.value=e.value?t.value.lightModeSwitchTitle||"Switch to light theme":t.value.darkModeSwitchTitle||"Switch to dark theme"}),(r,l)=>(a(),k(Ss,{title:n.value,class:"VPSwitchAppearance","aria-checked":i(e),onClick:i(s)},{default:f(()=>l[0]||(l[0]=[v("span",{class:"vpi-sun sun"},null,-1),v("span",{class:"vpi-moon moon"},null,-1)])),_:1},8,["title","aria-checked","onClick"]))}}),be=$(Ls,[["__scopeId","data-v-e40a8bb6"]]),Ts={key:0,class:"VPNavBarAppearance"},ws=b({__name:"VPNavBarAppearance",setup(o){const{site:e}=L();return(t,s)=>i(e).appearance&&i(e).appearance!=="force-dark"&&i(e).appearance!=="force-auto"?(a(),d("div",Ts,[g(be)])):_("",!0)}}),Ns=$(ws,[["__scopeId","data-v-af096f4a"]]),ke=T();let De=!1,ae=0;function Is(o){const e=T(!1);if(te){!De&&Ms(),ae++;const t=O(ke,s=>{var n,r,l;s===o.el.value||(n=o.el.value)!=null&&n.contains(s)?(e.value=!0,(r=o.onFocus)==null||r.call(o)):(e.value=!1,(l=o.onBlur)==null||l.call(o))});ve(()=>{t(),ae--,ae||Cs()})}return Xe(e)}function Ms(){document.addEventListener("focusin",Oe),De=!0,ke.value=document.activeElement}function Cs(){document.removeEventListener("focusin",Oe)}function Oe(){ke.value=document.activeElement}const As={class:"VPMenuLink"},Bs=b({__name:"VPMenuLink",props:{item:{}},setup(o){const{page:e}=L();return(t,s)=>(a(),d("div",As,[g(D,{class:I({active:i(z)(i(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,target:t.item.target,rel:t.item.rel},{default:f(()=>[F(N(t.item.text),1)]),_:1},8,["class","href","target","rel"])]))}}),ne=$(Bs,[["__scopeId","data-v-8b74d055"]]),Es={class:"VPMenuGroup"},Hs={key:0,class:"title"},Ds=b({__name:"VPMenuGroup",props:{text:{},items:{}},setup(o){return(e,t)=>(a(),d("div",Es,[e.text?(a(),d("p",Hs,N(e.text),1)):_("",!0),(a(!0),d(M,null,B(e.items,s=>(a(),d(M,null,["link"in s?(a(),k(ne,{key:0,item:s},null,8,["item"])):_("",!0)],64))),256))]))}}),Os=$(Ds,[["__scopeId","data-v-48c802d0"]]),Fs={class:"VPMenu"},Rs={key:0,class:"items"},js=b({__name:"VPMenu",props:{items:{}},setup(o){return(e,t)=>(a(),d("div",Fs,[e.items?(a(),d("div",Rs,[(a(!0),d(M,null,B(e.items,s=>(a(),d(M,{key:JSON.stringify(s)},["link"in s?(a(),k(ne,{key:0,item:s},null,8,["item"])):"component"in s?(a(),k(H(s.component),G({key:1,ref_for:!0},s.props),null,16)):(a(),k(Os,{key:2,text:s.text,items:s.items},null,8,["text","items"]))],64))),128))])):_("",!0),u(e.$slots,"default",{},void 0,!0)]))}}),Us=$(js,[["__scopeId","data-v-7dd3104a"]]),Gs=["aria-expanded","aria-label"],zs={key:0,class:"text"},Ks=["innerHTML"],qs={key:1,class:"vpi-more-horizontal icon"},Ws={class:"menu"},Js=b({__name:"VPFlyout",props:{icon:{},button:{},label:{},items:{}},setup(o){const e=T(!1),t=T();Is({el:t,onBlur:s});function s(){e.value=!1}return(n,r)=>(a(),d("div",{class:"VPFlyout",ref_key:"el",ref:t,onMouseenter:r[1]||(r[1]=l=>e.value=!0),onMouseleave:r[2]||(r[2]=l=>e.value=!1)},[v("button",{type:"button",class:"button","aria-haspopup":"true","aria-expanded":e.value,"aria-label":n.label,onClick:r[0]||(r[0]=l=>e.value=!e.value)},[n.button||n.icon?(a(),d("span",zs,[n.icon?(a(),d("span",{key:0,class:I([n.icon,"option-icon"])},null,2)):_("",!0),n.button?(a(),d("span",{key:1,innerHTML:n.button},null,8,Ks)):_("",!0),r[3]||(r[3]=v("span",{class:"vpi-chevron-down text-icon"},null,-1))])):(a(),d("span",qs))],8,Gs),v("div",Ws,[g(Us,{items:n.items},{default:f(()=>[u(n.$slots,"default",{},void 0,!0)]),_:3},8,["items"])])],544))}}),ge=$(Js,[["__scopeId","data-v-e5380155"]]),Ys=["href","aria-label","innerHTML"],Xs=b({__name:"VPSocialLink",props:{icon:{},link:{},ariaLabel:{}},setup(o){const e=o,t=P(()=>typeof e.icon=="object"?e.icon.svg:``);return(s,n)=>(a(),d("a",{class:"VPSocialLink no-icon",href:s.link,"aria-label":s.ariaLabel??(typeof s.icon=="string"?s.icon:""),target:"_blank",rel:"noopener",innerHTML:t.value},null,8,Ys))}}),Qs=$(Xs,[["__scopeId","data-v-717b8b75"]]),Zs={class:"VPSocialLinks"},xs=b({__name:"VPSocialLinks",props:{links:{}},setup(o){return(e,t)=>(a(),d("div",Zs,[(a(!0),d(M,null,B(e.links,({link:s,icon:n,ariaLabel:r})=>(a(),k(Qs,{key:s,icon:n,link:s,ariaLabel:r},null,8,["icon","link","ariaLabel"]))),128))]))}}),$e=$(xs,[["__scopeId","data-v-ee7a9424"]]),eo={key:0,class:"group translations"},to={class:"trans-title"},no={key:1,class:"group"},so={class:"item appearance"},oo={class:"label"},ao={class:"appearance-action"},ro={key:2,class:"group"},io={class:"item social-links"},lo=b({__name:"VPNavBarExtra",setup(o){const{site:e,theme:t}=L(),{localeLinks:s,currentLang:n}=Y({correspondingLink:!0}),r=P(()=>s.value.length&&n.value.label||e.value.appearance||t.value.socialLinks);return(l,p)=>r.value?(a(),k(ge,{key:0,class:"VPNavBarExtra",label:"extra navigation"},{default:f(()=>[i(s).length&&i(n).label?(a(),d("div",eo,[v("p",to,N(i(n).label),1),(a(!0),d(M,null,B(i(s),c=>(a(),k(ne,{key:c.link,item:c},null,8,["item"]))),128))])):_("",!0),i(e).appearance&&i(e).appearance!=="force-dark"&&i(e).appearance!=="force-auto"?(a(),d("div",no,[v("div",so,[v("p",oo,N(i(t).darkModeSwitchLabel||"Appearance"),1),v("div",ao,[g(be)])])])):_("",!0),i(t).socialLinks?(a(),d("div",ro,[v("div",io,[g($e,{class:"social-links-list",links:i(t).socialLinks},null,8,["links"])])])):_("",!0)]),_:1})):_("",!0)}}),co=$(lo,[["__scopeId","data-v-925effce"]]),uo=["aria-expanded"],po=b({__name:"VPNavBarHamburger",props:{active:{type:Boolean}},emits:["click"],setup(o){return(e,t)=>(a(),d("button",{type:"button",class:I(["VPNavBarHamburger",{active:e.active}]),"aria-label":"mobile navigation","aria-expanded":e.active,"aria-controls":"VPNavScreen",onClick:t[0]||(t[0]=s=>e.$emit("click"))},t[1]||(t[1]=[v("span",{class:"container"},[v("span",{class:"top"}),v("span",{class:"middle"}),v("span",{class:"bottom"})],-1)]),10,uo))}}),vo=$(po,[["__scopeId","data-v-5dea55bf"]]),fo=["innerHTML"],ho=b({__name:"VPNavBarMenuLink",props:{item:{}},setup(o){const{page:e}=L();return(t,s)=>(a(),k(D,{class:I({VPNavBarMenuLink:!0,active:i(z)(i(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,noIcon:t.item.noIcon,target:t.item.target,rel:t.item.rel,tabindex:"0"},{default:f(()=>[v("span",{innerHTML:t.item.text},null,8,fo)]),_:1},8,["class","href","noIcon","target","rel"]))}}),mo=$(ho,[["__scopeId","data-v-ed5ac1f6"]]),Fe=b({__name:"VPNavBarMenuGroup",props:{item:{}},setup(o){const e=o,{page:t}=L(),s=r=>"component"in r?!1:"link"in r?z(t.value.relativePath,r.link,!!e.item.activeMatch):r.items.some(s),n=P(()=>s(e.item));return(r,l)=>(a(),k(ge,{class:I({VPNavBarMenuGroup:!0,active:i(z)(i(t).relativePath,r.item.activeMatch,!!r.item.activeMatch)||n.value}),button:r.item.text,items:r.item.items},null,8,["class","button","items"]))}}),_o={key:0,"aria-labelledby":"main-nav-aria-label",class:"VPNavBarMenu"},bo=b({__name:"VPNavBarMenu",setup(o){const{theme:e}=L();return(t,s)=>i(e).nav?(a(),d("nav",_o,[s[0]||(s[0]=v("span",{id:"main-nav-aria-label",class:"visually-hidden"}," Main Navigation ",-1)),(a(!0),d(M,null,B(i(e).nav,n=>(a(),d(M,{key:JSON.stringify(n)},["link"in n?(a(),k(mo,{key:0,item:n},null,8,["item"])):"component"in n?(a(),k(H(n.component),G({key:1,ref_for:!0},n.props),null,16)):(a(),k(Fe,{key:2,item:n},null,8,["item"]))],64))),128))])):_("",!0)}}),ko=$(bo,[["__scopeId","data-v-e6d46098"]]);function go(o){const{localeIndex:e,theme:t}=L();function s(n){var C,A,w;const r=n.split("."),l=(C=t.value.search)==null?void 0:C.options,p=l&&typeof l=="object",c=p&&((w=(A=l.locales)==null?void 0:A[e.value])==null?void 0:w.translations)||null,h=p&&l.translations||null;let y=c,m=h,V=o;const S=r.pop();for(const E of r){let U=null;const q=V==null?void 0:V[E];q&&(U=V=q);const se=m==null?void 0:m[E];se&&(U=m=se);const oe=y==null?void 0:y[E];oe&&(U=y=oe),q||(V=U),se||(m=U),oe||(y=U)}return(y==null?void 0:y[S])??(m==null?void 0:m[S])??(V==null?void 0:V[S])??""}return s}const $o=["aria-label"],yo={class:"DocSearch-Button-Container"},Po={class:"DocSearch-Button-Placeholder"},Pe=b({__name:"VPNavBarSearchButton",setup(o){const t=go({button:{buttonText:"Search",buttonAriaLabel:"Search"}});return(s,n)=>(a(),d("button",{type:"button",class:"DocSearch DocSearch-Button","aria-label":i(t)("button.buttonAriaLabel")},[v("span",yo,[n[0]||(n[0]=v("span",{class:"vp-icon DocSearch-Search-Icon"},null,-1)),v("span",Po,N(i(t)("button.buttonText")),1)]),n[1]||(n[1]=v("span",{class:"DocSearch-Button-Keys"},[v("kbd",{class:"DocSearch-Button-Key"}),v("kbd",{class:"DocSearch-Button-Key"},"K")],-1))],8,$o))}}),Vo={class:"VPNavBarSearch"},So={id:"local-search"},Lo={key:1,id:"docsearch"},To=b({__name:"VPNavBarSearch",setup(o){const e=Qe(()=>Ze(()=>import("./VPLocalSearchBox.BqFMPj0J.js"),__vite__mapDeps([0,1]))),t=()=>null,{theme:s}=L(),n=T(!1),r=T(!1);R(()=>{});function l(){n.value||(n.value=!0,setTimeout(p,16))}function p(){const m=new Event("keydown");m.key="k",m.metaKey=!0,window.dispatchEvent(m),setTimeout(()=>{document.querySelector(".DocSearch-Modal")||p()},16)}function c(m){const V=m.target,S=V.tagName;return V.isContentEditable||S==="INPUT"||S==="SELECT"||S==="TEXTAREA"}const h=T(!1);ie("k",m=>{(m.ctrlKey||m.metaKey)&&(m.preventDefault(),h.value=!0)}),ie("/",m=>{c(m)||(m.preventDefault(),h.value=!0)});const y="local";return(m,V)=>{var S;return a(),d("div",Vo,[i(y)==="local"?(a(),d(M,{key:0},[h.value?(a(),k(i(e),{key:0,onClose:V[0]||(V[0]=C=>h.value=!1)})):_("",!0),v("div",So,[g(Pe,{onClick:V[1]||(V[1]=C=>h.value=!0)})])],64)):i(y)==="algolia"?(a(),d(M,{key:1},[n.value?(a(),k(i(t),{key:0,algolia:((S=i(s).search)==null?void 0:S.options)??i(s).algolia,onVnodeBeforeMount:V[2]||(V[2]=C=>r.value=!0)},null,8,["algolia"])):_("",!0),r.value?_("",!0):(a(),d("div",Lo,[g(Pe,{onClick:l})]))],64)):_("",!0)])}}}),wo=b({__name:"VPNavBarSocialLinks",setup(o){const{theme:e}=L();return(t,s)=>i(e).socialLinks?(a(),k($e,{key:0,class:"VPNavBarSocialLinks",links:i(e).socialLinks},null,8,["links"])):_("",!0)}}),No=$(wo,[["__scopeId","data-v-164c457f"]]),Io=["href","rel","target"],Mo={key:1},Co={key:2},Ao=b({__name:"VPNavBarTitle",setup(o){const{site:e,theme:t}=L(),{hasSidebar:s}=j(),{currentLang:n}=Y(),r=P(()=>{var c;return typeof t.value.logoLink=="string"?t.value.logoLink:(c=t.value.logoLink)==null?void 0:c.link}),l=P(()=>{var c;return typeof t.value.logoLink=="string"||(c=t.value.logoLink)==null?void 0:c.rel}),p=P(()=>{var c;return typeof t.value.logoLink=="string"||(c=t.value.logoLink)==null?void 0:c.target});return(c,h)=>(a(),d("div",{class:I(["VPNavBarTitle",{"has-sidebar":i(s)}])},[v("a",{class:"title",href:r.value??i(me)(i(n).link),rel:l.value,target:p.value},[u(c.$slots,"nav-bar-title-before",{},void 0,!0),i(t).logo?(a(),k(Q,{key:0,class:"logo",image:i(t).logo},null,8,["image"])):_("",!0),i(t).siteTitle?(a(),d("span",Mo,N(i(t).siteTitle),1)):i(t).siteTitle===void 0?(a(),d("span",Co,N(i(e).title),1)):_("",!0),u(c.$slots,"nav-bar-title-after",{},void 0,!0)],8,Io)],2))}}),Bo=$(Ao,[["__scopeId","data-v-28a961f9"]]),Eo={class:"items"},Ho={class:"title"},Do=b({__name:"VPNavBarTranslations",setup(o){const{theme:e}=L(),{localeLinks:t,currentLang:s}=Y({correspondingLink:!0});return(n,r)=>i(t).length&&i(s).label?(a(),k(ge,{key:0,class:"VPNavBarTranslations",icon:"vpi-languages",label:i(e).langMenuLabel||"Change language"},{default:f(()=>[v("div",Eo,[v("p",Ho,N(i(s).label),1),(a(!0),d(M,null,B(i(t),l=>(a(),k(ne,{key:l.link,item:l},null,8,["item"]))),128))])]),_:1},8,["label"])):_("",!0)}}),Oo=$(Do,[["__scopeId","data-v-c80d9ad0"]]),Fo={class:"wrapper"},Ro={class:"container"},jo={class:"title"},Uo={class:"content"},Go={class:"content-body"},zo=b({__name:"VPNavBar",props:{isScreenOpen:{type:Boolean}},emits:["toggle-screen"],setup(o){const e=o,{y:t}=Me(),{hasSidebar:s}=j(),{frontmatter:n}=L(),r=T({});return fe(()=>{r.value={"has-sidebar":s.value,home:n.value.layout==="home",top:t.value===0,"screen-open":e.isScreenOpen}}),(l,p)=>(a(),d("div",{class:I(["VPNavBar",r.value])},[v("div",Fo,[v("div",Ro,[v("div",jo,[g(Bo,null,{"nav-bar-title-before":f(()=>[u(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[u(l.$slots,"nav-bar-title-after",{},void 0,!0)]),_:3})]),v("div",Uo,[v("div",Go,[u(l.$slots,"nav-bar-content-before",{},void 0,!0),g(To,{class:"search"}),g(ko,{class:"menu"}),g(Oo,{class:"translations"}),g(Ns,{class:"appearance"}),g(No,{class:"social-links"}),g(co,{class:"extra"}),u(l.$slots,"nav-bar-content-after",{},void 0,!0),g(vo,{class:"hamburger",active:l.isScreenOpen,onClick:p[0]||(p[0]=c=>l.$emit("toggle-screen"))},null,8,["active"])])])])]),p[1]||(p[1]=v("div",{class:"divider"},[v("div",{class:"divider-line"})],-1))],2))}}),Ko=$(zo,[["__scopeId","data-v-822684d1"]]),qo={key:0,class:"VPNavScreenAppearance"},Wo={class:"text"},Jo=b({__name:"VPNavScreenAppearance",setup(o){const{site:e,theme:t}=L();return(s,n)=>i(e).appearance&&i(e).appearance!=="force-dark"&&i(e).appearance!=="force-auto"?(a(),d("div",qo,[v("p",Wo,N(i(t).darkModeSwitchLabel||"Appearance"),1),g(be)])):_("",!0)}}),Yo=$(Jo,[["__scopeId","data-v-ffb44008"]]),Xo=b({__name:"VPNavScreenMenuLink",props:{item:{}},setup(o){const e=W("close-screen");return(t,s)=>(a(),k(D,{class:"VPNavScreenMenuLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e),innerHTML:t.item.text},null,8,["href","target","rel","onClick","innerHTML"]))}}),Qo=$(Xo,[["__scopeId","data-v-27d04aeb"]]),Zo=b({__name:"VPNavScreenMenuGroupLink",props:{item:{}},setup(o){const e=W("close-screen");return(t,s)=>(a(),k(D,{class:"VPNavScreenMenuGroupLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e)},{default:f(()=>[F(N(t.item.text),1)]),_:1},8,["href","target","rel","onClick"]))}}),Re=$(Zo,[["__scopeId","data-v-7179dbb7"]]),xo={class:"VPNavScreenMenuGroupSection"},ea={key:0,class:"title"},ta=b({__name:"VPNavScreenMenuGroupSection",props:{text:{},items:{}},setup(o){return(e,t)=>(a(),d("div",xo,[e.text?(a(),d("p",ea,N(e.text),1)):_("",!0),(a(!0),d(M,null,B(e.items,s=>(a(),k(Re,{key:s.text,item:s},null,8,["item"]))),128))]))}}),na=$(ta,[["__scopeId","data-v-4b8941ac"]]),sa=["aria-controls","aria-expanded"],oa=["innerHTML"],aa=["id"],ra={key:0,class:"item"},ia={key:1,class:"item"},la={key:2,class:"group"},ca=b({__name:"VPNavScreenMenuGroup",props:{text:{},items:{}},setup(o){const e=o,t=T(!1),s=P(()=>`NavScreenGroup-${e.text.replace(" ","-").toLowerCase()}`);function n(){t.value=!t.value}return(r,l)=>(a(),d("div",{class:I(["VPNavScreenMenuGroup",{open:t.value}])},[v("button",{class:"button","aria-controls":s.value,"aria-expanded":t.value,onClick:n},[v("span",{class:"button-text",innerHTML:r.text},null,8,oa),l[0]||(l[0]=v("span",{class:"vpi-plus button-icon"},null,-1))],8,sa),v("div",{id:s.value,class:"items"},[(a(!0),d(M,null,B(r.items,p=>(a(),d(M,{key:JSON.stringify(p)},["link"in p?(a(),d("div",ra,[g(Re,{item:p},null,8,["item"])])):"component"in p?(a(),d("div",ia,[(a(),k(H(p.component),G({ref_for:!0},p.props,{"screen-menu":""}),null,16))])):(a(),d("div",la,[g(na,{text:p.text,items:p.items},null,8,["text","items"])]))],64))),128))],8,aa)],2))}}),je=$(ca,[["__scopeId","data-v-875057a5"]]),ua={key:0,class:"VPNavScreenMenu"},da=b({__name:"VPNavScreenMenu",setup(o){const{theme:e}=L();return(t,s)=>i(e).nav?(a(),d("nav",ua,[(a(!0),d(M,null,B(i(e).nav,n=>(a(),d(M,{key:JSON.stringify(n)},["link"in n?(a(),k(Qo,{key:0,item:n},null,8,["item"])):"component"in n?(a(),k(H(n.component),G({key:1,ref_for:!0},n.props,{"screen-menu":""}),null,16)):(a(),k(je,{key:2,text:n.text||"",items:n.items},null,8,["text","items"]))],64))),128))])):_("",!0)}}),pa=b({__name:"VPNavScreenSocialLinks",setup(o){const{theme:e}=L();return(t,s)=>i(e).socialLinks?(a(),k($e,{key:0,class:"VPNavScreenSocialLinks",links:i(e).socialLinks},null,8,["links"])):_("",!0)}}),va={class:"list"},fa=b({__name:"VPNavScreenTranslations",setup(o){const{localeLinks:e,currentLang:t}=Y({correspondingLink:!0}),s=T(!1);function n(){s.value=!s.value}return(r,l)=>i(e).length&&i(t).label?(a(),d("div",{key:0,class:I(["VPNavScreenTranslations",{open:s.value}])},[v("button",{class:"title",onClick:n},[l[0]||(l[0]=v("span",{class:"vpi-languages icon lang"},null,-1)),F(" "+N(i(t).label)+" ",1),l[1]||(l[1]=v("span",{class:"vpi-chevron-down icon chevron"},null,-1))]),v("ul",va,[(a(!0),d(M,null,B(i(e),p=>(a(),d("li",{key:p.link,class:"item"},[g(D,{class:"link",href:p.link},{default:f(()=>[F(N(p.text),1)]),_:2},1032,["href"])]))),128))])],2)):_("",!0)}}),ha=$(fa,[["__scopeId","data-v-362991c2"]]),ma={class:"container"},_a=b({__name:"VPNavScreen",props:{open:{type:Boolean}},setup(o){const e=T(null),t=Ce(te?document.body:null);return(s,n)=>(a(),k(de,{name:"fade",onEnter:n[0]||(n[0]=r=>t.value=!0),onAfterLeave:n[1]||(n[1]=r=>t.value=!1)},{default:f(()=>[s.open?(a(),d("div",{key:0,class:"VPNavScreen",ref_key:"screen",ref:e,id:"VPNavScreen"},[v("div",ma,[u(s.$slots,"nav-screen-content-before",{},void 0,!0),g(da,{class:"menu"}),g(ha,{class:"translations"}),g(Yo,{class:"appearance"}),g(pa,{class:"social-links"}),u(s.$slots,"nav-screen-content-after",{},void 0,!0)])],512)):_("",!0)]),_:3}))}}),ba=$(_a,[["__scopeId","data-v-833aabba"]]),ka={key:0,class:"VPNav"},ga=b({__name:"VPNav",setup(o){const{isScreenOpen:e,closeScreen:t,toggleScreen:s}=ks(),{frontmatter:n}=L(),r=P(()=>n.value.navbar!==!1);return he("close-screen",t),Z(()=>{te&&document.documentElement.classList.toggle("hide-nav",!r.value)}),(l,p)=>r.value?(a(),d("header",ka,[g(Ko,{"is-screen-open":i(e),onToggleScreen:i(s)},{"nav-bar-title-before":f(()=>[u(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[u(l.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":f(()=>[u(l.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":f(()=>[u(l.$slots,"nav-bar-content-after",{},void 0,!0)]),_:3},8,["is-screen-open","onToggleScreen"]),g(ba,{open:i(e)},{"nav-screen-content-before":f(()=>[u(l.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":f(()=>[u(l.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3},8,["open"])])):_("",!0)}}),$a=$(ga,[["__scopeId","data-v-f1e365da"]]),ya=["role","tabindex"],Pa={key:1,class:"items"},Va=b({__name:"VPSidebarItem",props:{item:{},depth:{}},setup(o){const e=o,{collapsed:t,collapsible:s,isLink:n,isActiveLink:r,hasActiveLink:l,hasChildren:p,toggle:c}=Pt(P(()=>e.item)),h=P(()=>p.value?"section":"div"),y=P(()=>n.value?"a":"div"),m=P(()=>p.value?e.depth+2===7?"p":`h${e.depth+2}`:"p"),V=P(()=>n.value?void 0:"button"),S=P(()=>[[`level-${e.depth}`],{collapsible:s.value},{collapsed:t.value},{"is-link":n.value},{"is-active":r.value},{"has-active":l.value}]);function C(w){"key"in w&&w.key!=="Enter"||!e.item.link&&c()}function A(){e.item.link&&c()}return(w,E)=>{const U=K("VPSidebarItem",!0);return a(),k(H(h.value),{class:I(["VPSidebarItem",S.value])},{default:f(()=>[w.item.text?(a(),d("div",G({key:0,class:"item",role:V.value},xe(w.item.items?{click:C,keydown:C}:{},!0),{tabindex:w.item.items&&0}),[E[1]||(E[1]=v("div",{class:"indicator"},null,-1)),w.item.link?(a(),k(D,{key:0,tag:y.value,class:"link",href:w.item.link,rel:w.item.rel,target:w.item.target},{default:f(()=>[(a(),k(H(m.value),{class:"text",innerHTML:w.item.text},null,8,["innerHTML"]))]),_:1},8,["tag","href","rel","target"])):(a(),k(H(m.value),{key:1,class:"text",innerHTML:w.item.text},null,8,["innerHTML"])),w.item.collapsed!=null&&w.item.items&&w.item.items.length?(a(),d("div",{key:2,class:"caret",role:"button","aria-label":"toggle section",onClick:A,onKeydown:et(A,["enter"]),tabindex:"0"},E[0]||(E[0]=[v("span",{class:"vpi-chevron-right caret-icon"},null,-1)]),32)):_("",!0)],16,ya)):_("",!0),w.item.items&&w.item.items.length?(a(),d("div",Pa,[w.depth<5?(a(!0),d(M,{key:0},B(w.item.items,q=>(a(),k(U,{key:q.text,item:q,depth:w.depth+1},null,8,["item","depth"]))),128)):_("",!0)])):_("",!0)]),_:1},8,["class"])}}}),Sa=$(Va,[["__scopeId","data-v-196b2e5f"]]),La=b({__name:"VPSidebarGroup",props:{items:{}},setup(o){const e=T(!0);let t=null;return R(()=>{t=setTimeout(()=>{t=null,e.value=!1},300)}),tt(()=>{t!=null&&(clearTimeout(t),t=null)}),(s,n)=>(a(!0),d(M,null,B(s.items,r=>(a(),d("div",{key:r.text,class:I(["group",{"no-transition":e.value}])},[g(Sa,{item:r,depth:0},null,8,["item"])],2))),128))}}),Ta=$(La,[["__scopeId","data-v-9e426adc"]]),wa={class:"nav",id:"VPSidebarNav","aria-labelledby":"sidebar-aria-label",tabindex:"-1"},Na=b({__name:"VPSidebar",props:{open:{type:Boolean}},setup(o){const{sidebarGroups:e,hasSidebar:t}=j(),s=o,n=T(null),r=Ce(te?document.body:null);O([s,n],()=>{var p;s.open?(r.value=!0,(p=n.value)==null||p.focus()):r.value=!1},{immediate:!0,flush:"post"});const l=T(0);return O(e,()=>{l.value+=1},{deep:!0}),(p,c)=>i(t)?(a(),d("aside",{key:0,class:I(["VPSidebar",{open:p.open}]),ref_key:"navEl",ref:n,onClick:c[0]||(c[0]=nt(()=>{},["stop"]))},[c[2]||(c[2]=v("div",{class:"curtain"},null,-1)),v("nav",wa,[c[1]||(c[1]=v("span",{class:"visually-hidden",id:"sidebar-aria-label"}," Sidebar Navigation ",-1)),u(p.$slots,"sidebar-nav-before",{},void 0,!0),(a(),k(Ta,{items:i(e),key:l.value},null,8,["items"])),u(p.$slots,"sidebar-nav-after",{},void 0,!0)])],2)):_("",!0)}}),Ia=$(Na,[["__scopeId","data-v-18756405"]]),Ma=b({__name:"VPSkipLink",setup(o){const e=ee(),t=T();O(()=>e.path,()=>t.value.focus());function s({target:n}){const r=document.getElementById(decodeURIComponent(n.hash).slice(1));if(r){const l=()=>{r.removeAttribute("tabindex"),r.removeEventListener("blur",l)};r.setAttribute("tabindex","-1"),r.addEventListener("blur",l),r.focus(),window.scrollTo(0,0)}}return(n,r)=>(a(),d(M,null,[v("span",{ref_key:"backToTop",ref:t,tabindex:"-1"},null,512),v("a",{href:"#VPContent",class:"VPSkipLink visually-hidden",onClick:s}," Skip to content ")],64))}}),Ca=$(Ma,[["__scopeId","data-v-c3508ec8"]]),Aa=b({__name:"Layout",setup(o){const{isOpen:e,open:t,close:s}=j(),n=ee();O(()=>n.path,s),yt(e,s);const{frontmatter:r}=L(),l=Ae(),p=P(()=>!!l["home-hero-image"]);return he("hero-image-slot-exists",p),(c,h)=>{const y=K("Content");return i(r).layout!==!1?(a(),d("div",{key:0,class:I(["Layout",i(r).pageClass])},[u(c.$slots,"layout-top",{},void 0,!0),g(Ca),g(ct,{class:"backdrop",show:i(e),onClick:i(s)},null,8,["show","onClick"]),g($a,null,{"nav-bar-title-before":f(()=>[u(c.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[u(c.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":f(()=>[u(c.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":f(()=>[u(c.$slots,"nav-bar-content-after",{},void 0,!0)]),"nav-screen-content-before":f(()=>[u(c.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":f(()=>[u(c.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3}),g(bs,{open:i(e),onOpenMenu:i(t)},null,8,["open","onOpenMenu"]),g(Ia,{open:i(e)},{"sidebar-nav-before":f(()=>[u(c.$slots,"sidebar-nav-before",{},void 0,!0)]),"sidebar-nav-after":f(()=>[u(c.$slots,"sidebar-nav-after",{},void 0,!0)]),_:3},8,["open"]),g(ns,null,{"page-top":f(()=>[u(c.$slots,"page-top",{},void 0,!0)]),"page-bottom":f(()=>[u(c.$slots,"page-bottom",{},void 0,!0)]),"not-found":f(()=>[u(c.$slots,"not-found",{},void 0,!0)]),"home-hero-before":f(()=>[u(c.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":f(()=>[u(c.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[u(c.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[u(c.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[u(c.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[u(c.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":f(()=>[u(c.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":f(()=>[u(c.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":f(()=>[u(c.$slots,"home-features-after",{},void 0,!0)]),"doc-footer-before":f(()=>[u(c.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":f(()=>[u(c.$slots,"doc-before",{},void 0,!0)]),"doc-after":f(()=>[u(c.$slots,"doc-after",{},void 0,!0)]),"doc-top":f(()=>[u(c.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":f(()=>[u(c.$slots,"doc-bottom",{},void 0,!0)]),"aside-top":f(()=>[u(c.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":f(()=>[u(c.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":f(()=>[u(c.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[u(c.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[u(c.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[u(c.$slots,"aside-ads-after",{},void 0,!0)]),_:3}),g(is),u(c.$slots,"layout-bottom",{},void 0,!0)],2)):(a(),k(y,{key:1}))}}}),Ba=$(Aa,[["__scopeId","data-v-a9a9e638"]]),Ve={Layout:Ba,enhanceApp:({app:o})=>{o.component("Badge",rt)}},Ea={};function Ha(o,e){return e[0]||(e[0]=st('

Trusted by

Named Dimensions

DimensionalData.jl

Select & Index!

Deep Learning

Lux.jl

Performance first

Visualize your data

BeautifulMakie

Make your screen shine!

',5))}const Da=$(Ea,[["render",Ha]]),Oa=b({__name:"VersionPicker",props:{screenMenu:{type:Boolean}},setup(o){const e=T([]),t=T("Versions"),s=T(!1);Le();const n=()=>typeof window<"u"&&(window.location.hostname==="localhost"||window.location.hostname==="127.0.0.1"),r=()=>{if(typeof window>"u")return"";const{origin:c,pathname:h}=window.location;if(c.includes("github.io")){const y=h.split("/").filter(Boolean),m=y.length>0?`/${y[0]}/`:"/";return`${c}${m}`}else return c},l=()=>new Promise(c=>{if(n()){c(!1);return}const h=setInterval(()=>{window.DOC_VERSIONS&&window.DOCUMENTER_CURRENT_VERSION&&(clearInterval(h),c(!0))},100);setTimeout(()=>{clearInterval(h),c(!1)},5e3)});return R(async()=>{if(!(typeof window>"u")){try{if(n()){const c=["dev"];e.value=c.map(h=>({text:h,link:"/"})),t.value="dev"}else{const c=await l(),h=P(()=>r());if(c&&window.DOC_VERSIONS&&window.DOCUMENTER_CURRENT_VERSION)e.value=window.DOC_VERSIONS.map(y=>({text:y,link:`${h.value}/${y}/`})),t.value=window.DOCUMENTER_CURRENT_VERSION;else{const y=["dev"];e.value=y.map(m=>({text:m,link:`${h.value}/${m}/`})),t.value="dev"}}}catch(c){console.warn("Error loading versions:",c);const h=["dev"],y=P(()=>r());e.value=h.map(m=>({text:m,link:`${y.value}/${m}/`})),t.value="dev"}s.value=!0}}),(c,h)=>s.value?(a(),d(M,{key:0},[!c.screenMenu&&e.value.length>0?(a(),k(Fe,{key:0,item:{text:t.value,items:e.value},class:"VPVersionPicker"},null,8,["item"])):c.screenMenu&&e.value.length>0?(a(),k(je,{key:1,text:t.value,items:e.value,class:"VPVersionPicker"},null,8,["text","items"])):_("",!0)],64)):_("",!0)}}),Fa=$(Oa,[["__scopeId","data-v-f465cb49"]]),Ra=o=>{if(typeof document>"u")return{stabilizeScrollPosition:n=>async(...r)=>n(...r)};const e=document.documentElement;return{stabilizeScrollPosition:s=>async(...n)=>{const r=s(...n),l=o.value;if(!l)return r;const p=l.offsetTop-e.scrollTop;return await Ie(),e.scrollTop=l.offsetTop-p,r}}},Ue="vitepress:tabSharedState",J=typeof localStorage<"u"?localStorage:null,Ge="vitepress:tabsSharedState",ja=()=>{const o=J==null?void 0:J.getItem(Ge);if(o)try{return JSON.parse(o)}catch{}return{}},Ua=o=>{J&&J.setItem(Ge,JSON.stringify(o))},Ga=o=>{const e=ot({});O(()=>e.content,(t,s)=>{t&&s&&Ua(t)},{deep:!0}),o.provide(Ue,e)},za=(o,e)=>{const t=W(Ue);if(!t)throw new Error("[vitepress-plugin-tabs] TabsSharedState should be injected");R(()=>{t.content||(t.content=ja())});const s=T(),n=P({get(){var c;const l=e.value,p=o.value;if(l){const h=(c=t.content)==null?void 0:c[l];if(h&&p.includes(h))return h}else{const h=s.value;if(h)return h}return p[0]},set(l){const p=e.value;p?t.content&&(t.content[p]=l):s.value=l}});return{selected:n,select:l=>{n.value=l}}};let Se=0;const Ka=()=>(Se++,""+Se);function qa(){const o=Ae();return P(()=>{var s;const t=(s=o.default)==null?void 0:s.call(o);return t?t.filter(n=>typeof n.type=="object"&&"__name"in n.type&&n.type.__name==="PluginTabsTab"&&n.props).map(n=>{var r;return(r=n.props)==null?void 0:r.label}):[]})}const ze="vitepress:tabSingleState",Wa=o=>{he(ze,o)},Ja=()=>{const o=W(ze);if(!o)throw new Error("[vitepress-plugin-tabs] TabsSingleState should be injected");return o},Ya={class:"plugin-tabs"},Xa=["id","aria-selected","aria-controls","tabindex","onClick"],Qa=b({__name:"PluginTabs",props:{sharedStateKey:{}},setup(o){const e=o,t=qa(),{selected:s,select:n}=za(t,at(e,"sharedStateKey")),r=T(),{stabilizeScrollPosition:l}=Ra(r),p=l(n),c=T([]),h=m=>{var C;const V=t.value.indexOf(s.value);let S;m.key==="ArrowLeft"?S=V>=1?V-1:t.value.length-1:m.key==="ArrowRight"&&(S=V(a(),d("div",Ya,[v("div",{ref_key:"tablist",ref:r,class:"plugin-tabs--tab-list",role:"tablist",onKeydown:h},[(a(!0),d(M,null,B(i(t),S=>(a(),d("button",{id:`tab-${S}-${i(y)}`,ref_for:!0,ref_key:"buttonRefs",ref:c,key:S,role:"tab",class:"plugin-tabs--tab","aria-selected":S===i(s),"aria-controls":`panel-${S}-${i(y)}`,tabindex:S===i(s)?0:-1,onClick:()=>i(p)(S)},N(S),9,Xa))),128))],544),u(m.$slots,"default")]))}}),Za=["id","aria-labelledby"],xa=b({__name:"PluginTabsTab",props:{label:{}},setup(o){const{uid:e,selected:t}=Ja();return(s,n)=>i(t)===s.label?(a(),d("div",{key:0,id:`panel-${s.label}-${i(e)}`,class:"plugin-tabs--content",role:"tabpanel",tabindex:"0","aria-labelledby":`tab-${s.label}-${i(e)}`},[u(s.$slots,"default",{},void 0,!0)],8,Za)):_("",!0)}}),er=$(xa,[["__scopeId","data-v-9b0d03d2"]]),tr=o=>{Ga(o),o.component("PluginTabs",Qa),o.component("PluginTabsTab",er)},sr={extends:Ve,Layout(){return ye(Ve.Layout,null,{"aside-ads-before":()=>ye(Da)})},enhanceApp({app:o,router:e,siteData:t}){tr(o),o.component("VersionPicker",Fa)}};export{sr as R,go as c,L as u}; diff --git a/previews/PR178/assets/getting_started.md.CmzzzyQV.js b/previews/PR178/assets/getting_started.md.BDADR21e.js similarity index 97% rename from previews/PR178/assets/getting_started.md.CmzzzyQV.js rename to previews/PR178/assets/getting_started.md.BDADR21e.js index b0e1ea8..2fbe597 100644 --- a/previews/PR178/assets/getting_started.md.CmzzzyQV.js +++ b/previews/PR178/assets/getting_started.md.BDADR21e.js @@ -19,7 +19,7 @@ import{_ as e,c as a,a2 as i,o as t}from"./chunks/framework.rMBZD2FC.js";const u ├── config.mts └── theme └── index.ts - └── style.css

You can ignore the rest of the files which are actually in DocumenterVitepress/docs/src for now - those show how to use advanced APIs, like

VitePress Installation

Start at the docs level:

sh
docs $

Prerequisites

DocumenterVitepress.jl is completely self-contained and installs all of its dependencies (including its own isolated version of npm) automatically.

However, to view your documentation live when developing locally, you will need to install npm and instantiate the

VitePress can be used on its own, or be installed into an existing project. In both cases, you can install it with:

sh
npm add -D vitepress
sh
pnpm add -D vitepress
sh
yarn add -D vitepress
sh
bun add -D vitepress

Build new docs from docs/src

To start working on your docs do the following steps:

sh
$ cd docs
+            └── style.css

You can ignore the rest of the files which are actually in DocumenterVitepress/docs/src for now - those show how to use advanced APIs, like

VitePress Installation

Start at the docs level:

sh
docs $

Prerequisites

DocumenterVitepress.jl is completely self-contained and installs all of its dependencies (including its own isolated version of npm) automatically.

However, to view your documentation live when developing locally, you will need to install npm and instantiate the

VitePress can be used on its own, or be installed into an existing project. In both cases, you can install it with:

sh
npm add -D vitepress
sh
pnpm add -D vitepress
sh
yarn add -D vitepress
sh
bun add -D vitepress

Build new docs from docs/src

To start working on your docs do the following steps:

sh
$ cd docs
 docs $

Then, in docs start a julia session and activate a new environment.

sh
docs $ julia
 julia> ]
 pkg> activate .

Add packages as necessary. Here, we will need

julia
pkg> add DocumenterVitepress, Documenter

These packages will be used in the make.jl file.

Setting up the Folder Structure

The files for this page in the docs folder have the following structure:

docs/
diff --git a/previews/PR178/assets/getting_started.md.CmzzzyQV.lean.js b/previews/PR178/assets/getting_started.md.BDADR21e.lean.js
similarity index 97%
rename from previews/PR178/assets/getting_started.md.CmzzzyQV.lean.js
rename to previews/PR178/assets/getting_started.md.BDADR21e.lean.js
index b0e1ea8..2fbe597 100644
--- a/previews/PR178/assets/getting_started.md.CmzzzyQV.lean.js
+++ b/previews/PR178/assets/getting_started.md.BDADR21e.lean.js
@@ -19,7 +19,7 @@ import{_ as e,c as a,a2 as i,o as t}from"./chunks/framework.rMBZD2FC.js";const u
         ├── config.mts
         └── theme
             └── index.ts
-            └── style.css

You can ignore the rest of the files which are actually in DocumenterVitepress/docs/src for now - those show how to use advanced APIs, like

VitePress Installation

Start at the docs level:

sh
docs $

Prerequisites

DocumenterVitepress.jl is completely self-contained and installs all of its dependencies (including its own isolated version of npm) automatically.

However, to view your documentation live when developing locally, you will need to install npm and instantiate the

VitePress can be used on its own, or be installed into an existing project. In both cases, you can install it with:

sh
npm add -D vitepress
sh
pnpm add -D vitepress
sh
yarn add -D vitepress
sh
bun add -D vitepress

Build new docs from docs/src

To start working on your docs do the following steps:

sh
$ cd docs
+            └── style.css

You can ignore the rest of the files which are actually in DocumenterVitepress/docs/src for now - those show how to use advanced APIs, like

VitePress Installation

Start at the docs level:

sh
docs $

Prerequisites

DocumenterVitepress.jl is completely self-contained and installs all of its dependencies (including its own isolated version of npm) automatically.

However, to view your documentation live when developing locally, you will need to install npm and instantiate the

VitePress can be used on its own, or be installed into an existing project. In both cases, you can install it with:

sh
npm add -D vitepress
sh
pnpm add -D vitepress
sh
yarn add -D vitepress
sh
bun add -D vitepress

Build new docs from docs/src

To start working on your docs do the following steps:

sh
$ cd docs
 docs $

Then, in docs start a julia session and activate a new environment.

sh
docs $ julia
 julia> ]
 pkg> activate .

Add packages as necessary. Here, we will need

julia
pkg> add DocumenterVitepress, Documenter

These packages will be used in the make.jl file.

Setting up the Folder Structure

The files for this page in the docs folder have the following structure:

docs/
diff --git a/previews/PR178/assets/cqawjjx.yDDNeA3I.jpeg b/previews/PR178/assets/iyaoywg.yDDNeA3I.jpeg
similarity index 100%
rename from previews/PR178/assets/cqawjjx.yDDNeA3I.jpeg
rename to previews/PR178/assets/iyaoywg.yDDNeA3I.jpeg
diff --git a/previews/PR178/assets/markdown-examples.md.DwpADvnm.lean.js b/previews/PR178/assets/markdown-examples.md.NKvnujBU.js
similarity index 99%
rename from previews/PR178/assets/markdown-examples.md.DwpADvnm.lean.js
rename to previews/PR178/assets/markdown-examples.md.NKvnujBU.js
index 36f8601..0a2c420 100644
--- a/previews/PR178/assets/markdown-examples.md.DwpADvnm.lean.js
+++ b/previews/PR178/assets/markdown-examples.md.NKvnujBU.js
@@ -79,7 +79,7 @@ import{_ as r,c as e,a2 as l,G as i,w as n,j as s,a as h,B as d,o as k}from"./ch
 @gp :- x cos.(x) "w l t 'cos' lw 2 lc rgb '#E69F00'"
 \`\`\`
 
-:::

Output

julia
using Gnuplot
+:::

Output

julia
using Gnuplot
 t = 0:0.001:1
 @gp t sin.(10π*t) "w l tit 'sin' lc 'gray'"
julia
using Gnuplot
 x = -:0.001:
diff --git a/previews/PR178/assets/markdown-examples.md.DwpADvnm.js b/previews/PR178/assets/markdown-examples.md.NKvnujBU.lean.js
similarity index 99%
rename from previews/PR178/assets/markdown-examples.md.DwpADvnm.js
rename to previews/PR178/assets/markdown-examples.md.NKvnujBU.lean.js
index 36f8601..0a2c420 100644
--- a/previews/PR178/assets/markdown-examples.md.DwpADvnm.js
+++ b/previews/PR178/assets/markdown-examples.md.NKvnujBU.lean.js
@@ -79,7 +79,7 @@ import{_ as r,c as e,a2 as l,G as i,w as n,j as s,a as h,B as d,o as k}from"./ch
 @gp :- x cos.(x) "w l t 'cos' lw 2 lc rgb '#E69F00'"
 \`\`\`
 
-:::

Output

julia
using Gnuplot
+:::

Output

julia
using Gnuplot
 t = 0:0.001:1
 @gp t sin.(10π*t) "w l tit 'sin' lc 'gray'"
julia
using Gnuplot
 x = -:0.001:
diff --git a/previews/PR178/assets/mime_examples.md.CQRN0Xdj.js b/previews/PR178/assets/mime_examples.md.DFxQqTCv.js
similarity index 97%
rename from previews/PR178/assets/mime_examples.md.CQRN0Xdj.js
rename to previews/PR178/assets/mime_examples.md.DFxQqTCv.js
index 2b47263..fcbacf9 100644
--- a/previews/PR178/assets/mime_examples.md.CQRN0Xdj.js
+++ b/previews/PR178/assets/mime_examples.md.DFxQqTCv.js
@@ -1,4 +1,4 @@
-import{_ as i,c as a,a2 as t,o as e}from"./chunks/framework.rMBZD2FC.js";const n="/DocumenterVitepress.jl/previews/PR178/assets/bajzunv.CGGmtknr.png",p="/DocumenterVitepress.jl/previews/PR178/assets/cqawjjx.yDDNeA3I.jpeg",l="/DocumenterVitepress.jl/previews/PR178/assets/qwxkmma.Drfs-ROQ.svg",h="/DocumenterVitepress.jl/previews/PR178/assets/phsymfo.C-W3LInb.gif",y=JSON.parse('{"title":"MIME-type examples","description":"","frontmatter":{},"headers":[],"relativePath":"mime_examples.md","filePath":"mime_examples.md","lastUpdated":null}'),k={name:"mime_examples.md"};function d(r,s,o,E,g,c){return e(),a("div",null,s[0]||(s[0]=[t(`

MIME-type examples

This file tests the output for all available MIME-types.

julia
"""
+import{_ as i,c as a,a2 as t,o as e}from"./chunks/framework.rMBZD2FC.js";const n="/DocumenterVitepress.jl/previews/PR178/assets/qdwoccj.CGGmtknr.png",p="/DocumenterVitepress.jl/previews/PR178/assets/iyaoywg.yDDNeA3I.jpeg",l="/DocumenterVitepress.jl/previews/PR178/assets/nwiicyg.Drfs-ROQ.svg",h="/DocumenterVitepress.jl/previews/PR178/assets/usudqth.C-W3LInb.gif",y=JSON.parse('{"title":"MIME-type examples","description":"","frontmatter":{},"headers":[],"relativePath":"mime_examples.md","filePath":"mime_examples.md","lastUpdated":null}'),k={name:"mime_examples.md"};function d(r,s,o,E,g,c){return e(),a("div",null,s[0]||(s[0]=[t(`

MIME-type examples

This file tests the output for all available MIME-types.

julia
"""
     MediaOutput{MIME"..."}(contents::String)
 
 A struct representing media output with a specific MIME type.
diff --git a/previews/PR178/assets/mime_examples.md.CQRN0Xdj.lean.js b/previews/PR178/assets/mime_examples.md.DFxQqTCv.lean.js
similarity index 97%
rename from previews/PR178/assets/mime_examples.md.CQRN0Xdj.lean.js
rename to previews/PR178/assets/mime_examples.md.DFxQqTCv.lean.js
index 2b47263..fcbacf9 100644
--- a/previews/PR178/assets/mime_examples.md.CQRN0Xdj.lean.js
+++ b/previews/PR178/assets/mime_examples.md.DFxQqTCv.lean.js
@@ -1,4 +1,4 @@
-import{_ as i,c as a,a2 as t,o as e}from"./chunks/framework.rMBZD2FC.js";const n="/DocumenterVitepress.jl/previews/PR178/assets/bajzunv.CGGmtknr.png",p="/DocumenterVitepress.jl/previews/PR178/assets/cqawjjx.yDDNeA3I.jpeg",l="/DocumenterVitepress.jl/previews/PR178/assets/qwxkmma.Drfs-ROQ.svg",h="/DocumenterVitepress.jl/previews/PR178/assets/phsymfo.C-W3LInb.gif",y=JSON.parse('{"title":"MIME-type examples","description":"","frontmatter":{},"headers":[],"relativePath":"mime_examples.md","filePath":"mime_examples.md","lastUpdated":null}'),k={name:"mime_examples.md"};function d(r,s,o,E,g,c){return e(),a("div",null,s[0]||(s[0]=[t(`

MIME-type examples

This file tests the output for all available MIME-types.

julia
"""
+import{_ as i,c as a,a2 as t,o as e}from"./chunks/framework.rMBZD2FC.js";const n="/DocumenterVitepress.jl/previews/PR178/assets/qdwoccj.CGGmtknr.png",p="/DocumenterVitepress.jl/previews/PR178/assets/iyaoywg.yDDNeA3I.jpeg",l="/DocumenterVitepress.jl/previews/PR178/assets/nwiicyg.Drfs-ROQ.svg",h="/DocumenterVitepress.jl/previews/PR178/assets/usudqth.C-W3LInb.gif",y=JSON.parse('{"title":"MIME-type examples","description":"","frontmatter":{},"headers":[],"relativePath":"mime_examples.md","filePath":"mime_examples.md","lastUpdated":null}'),k={name:"mime_examples.md"};function d(r,s,o,E,g,c){return e(),a("div",null,s[0]||(s[0]=[t(`

MIME-type examples

This file tests the output for all available MIME-types.

julia
"""
     MediaOutput{MIME"..."}(contents::String)
 
 A struct representing media output with a specific MIME type.
diff --git a/previews/PR178/assets/qwxkmma.Drfs-ROQ.svg b/previews/PR178/assets/nwiicyg.Drfs-ROQ.svg
similarity index 100%
rename from previews/PR178/assets/qwxkmma.Drfs-ROQ.svg
rename to previews/PR178/assets/nwiicyg.Drfs-ROQ.svg
diff --git a/previews/PR178/assets/bajzunv.CGGmtknr.png b/previews/PR178/assets/qdwoccj.CGGmtknr.png
similarity index 100%
rename from previews/PR178/assets/bajzunv.CGGmtknr.png
rename to previews/PR178/assets/qdwoccj.CGGmtknr.png
diff --git a/previews/PR178/assets/phsymfo.C-W3LInb.gif b/previews/PR178/assets/usudqth.C-W3LInb.gif
similarity index 100%
rename from previews/PR178/assets/phsymfo.C-W3LInb.gif
rename to previews/PR178/assets/usudqth.C-W3LInb.gif
diff --git a/previews/PR178/citations.html b/previews/PR178/citations.html
index dca719e..948e39f 100644
--- a/previews/PR178/citations.html
+++ b/previews/PR178/citations.html
@@ -8,9 +8,9 @@
     
     
     
-    
+    
     
-    
+    
     
     
     
@@ -21,7 +21,7 @@
   
   
     
Skip to content

DocumenterCitations.jl integration

This page shows the DocumenterCitations.jl integration and what it looks like. You can use DocumenterCitations in DocumenterVitepress in the same way that you use them in Documenter!

This page's source was taken from the DocumenterCitations docs and rendered via DocumenterVitepress.

Citation Style Gallery

The citation style is determined when instantiating the CitationBibliography, via the style argument.

The built-in styles are:

Numeric style

This is the default style (style=:numeric) used throughout the other pages of this documentation, cf. the Syntax examples.

  • [GoerzQ2022](@cite) renders as "[1]"

  • [FuerstNJP2014,SolaAAMOP2018](@cite) renders as "[2, 3]"

  • [GoerzQ2022](@citet) renders as "Goerz et al. [1]"

  • [GoerzQ2022](@citep) renders as "[1]" — @citep is the same as @cite for this style

  • [GoerzQ2022; Eq. (1)](@cite) renders as "[1, Eq. (1)]"

  • [GoerzQ2022; Eq. (1)](@citet) renders as "Goerz et al. [1], Eq. (1)"

  • [GoerzQ2022](@citet*) renders as "Goerz, Carrasco and Malinovsky [1]"

  • [GoerzQ2022; Eq. (1)](@citet*) renders as "Goerz, Carrasco and Malinovsky [1], Eq. (1)"

  • [WinckelIP2008](@citet) renders as "von Winckel and Borzì [4]"

  • [WinckelIP2008](@Citet) renders as "Von Winckel and Borzì [4]"

  • [BrumerShapiro2003, BrifNJP2010, Shapiro2012, KochJPCM2016; and references therein](@cite) renders as "[5–8, and references therein]"

  • [BrumerShapiro2003, BrifNJP2010, Shapiro2012, KochJPCM2016; and references therein](@Citet) renders as "Brumer and Shapiro [5], Brif et al. [6], Shapiro and Brumer [7], Koch [8], and references therein"

  • [arbitrary text](@cite GoerzQ2022) renders as "arbitrary text"

References:


Bibliography

  1. M. H. Goerz, S. C. Carrasco and V. S. Malinovsky. Quantum Optimal Control via Semi-Automatic Differentiation. Quantum 6, 871 (2022).

  2. H. A. Fürst, M. H. Goerz, U. G. Poschinger, M. Murphy, S. Montangero, T. Calarco, F. Schmidt-Kaler, K. Singer and C. P. Koch. Controlling the transport of an ion: Classical and quantum mechanical solutions. New J. Phys. 16, 075007 (2014). Special issue on coherent control of complex quantum systems.

  3. I. R. Sola, B. Y. Chang, S. A. Malinovskaya and V. S. Malinovsky. Quantum Control in Multilevel Systems. In: Advances In Atomic, Molecular, and Optical Physics, Vol. 67, edited by E. Arimondo, L. F. DiMauro and S. F. Yelin (Academic Press, 2018); Chapter 3, pp. 151–256.

  4. G. von Winckel and A. Borzì. Computational techniques for a quantum control problem with H1-cost. Inverse Problems 24, 034007 (2008).

  5. P. Brumer and M. Shapiro. Principles and Applications of the Quantum Control of Molecular Processes (Wiley Interscience, 2003).

  6. C. Brif, R. Chakrabarti and H. Rabitz. Control of quantum phenomena: past, present and future. New J. Phys. 12, 075008 (2010).

  7. M. Shapiro and P. Brumer. Quantum Control of Molecular Processes. Second Edition (Wiley and Sons, 2012).

  8. C. P. Koch. Controlling open quantum systems: tools, achievements, and limitations. J. Phys.: Condens. Matter 28, 213001 (2016).

Author-year style

The author-year style (style=:authoryear) formats citations with the author name and publication year. This is the citation style used, e.g., in Rev. Mod. Phys. (rmp option in REVTeX). The bibliography is sorted alphabetically by author name. The default @cite command is parenthetical (@cite and @citep are equivalent) which is different from the authoryear style in natbib.

  • [GoerzQ2022](@cite) renders as "(Goerz et al., 2022)"

  • [FuerstNJP2014,SolaAAMOP2018](@cite) renders as "(Fürst et al., 2014; Sola et al., 2018)"

  • [GoerzQ2022](@citet) renders as "Goerz et al. (2022)"

  • [GoerzQ2022](@citep) renders as "(Goerz et al., 2022)" — @citep is the same as @cite for this style

  • [GoerzQ2022; Eq. (1)](@cite) renders as "(Goerz et al., 2022; Eq. (1))"

  • [GoerzQ2022; Eq. (1)](@citet) renders as "Goerz et al. (2022), Eq. (1)"

  • [GoerzQ2022](@cite*) renders as "(Goerz, Carrasco and Malinovsky, 2022)"

  • [GoerzQ2022](@citet*) renders as "Goerz, Carrasco and Malinovsky (2022)"

  • [GoerzQ2022; Eq. (1)](@cite*) renders as "(Goerz, Carrasco and Malinovsky, 2022; Eq. (1))"

  • [GoerzQ2022; Eq. (1)](@citet*) renders as "Goerz, Carrasco and Malinovsky (2022), Eq. (1)"

  • [WinckelIP2008](@citet) renders as "von Winckel and Borzì (2008)"

  • [WinckelIP2008](@Citet) renders as "Von Winckel and Borzì (2008)"

  • [BrumerShapiro2003, BrifNJP2010, Shapiro2012, KochJPCM2016; and references therein](@cite) renders as "(Brumer and Shapiro, 2003; Brif et al., 2010; Shapiro and Brumer, 2012; Koch, 2016; and references therein)"

  • [BrumerShapiro2003, BrifNJP2010, Shapiro2012, KochJPCM2016; and references therein](@Citet) renders as "Brumer and Shapiro (2003), Brif et al. (2010), Shapiro and Brumer (2012), Koch (2016), and references therein"

  • [arbitrary text](@cite GoerzQ2022) renders as "arbitrary text"

References:


Bibliography

  • Brif, C.; Chakrabarti, R. and Rabitz, H. (2010). Control of quantum phenomena: past, present and future. New J. Phys. 12, 075008.

  • Brumer, P. and Shapiro, M. (2003). Principles and Applications of the Quantum Control of Molecular Processes (Wiley Interscience).

  • Fürst, H. A.; Goerz, M. H.; Poschinger, U. G.; Murphy, M.; Montangero, S.; Calarco, T.; Schmidt-Kaler, F.; Singer, K. and Koch, C. P. (2014). Controlling the transport of an ion: Classical and quantum mechanical solutions. New J. Phys. 16, 075007. Special issue on coherent control of complex quantum systems.

  • Goerz, M. H.; Carrasco, S. C. and Malinovsky, V. S. (2022). Quantum Optimal Control via Semi-Automatic Differentiation. Quantum 6, 871.

  • Koch, C. P. (2016). Controlling open quantum systems: tools, achievements, and limitations. J. Phys.: Condens. Matter 28, 213001.

  • Shapiro, M. and Brumer, P. (2012). Quantum Control of Molecular Processes. Second Edition (Wiley and Sons).

  • Sola, I. R.; Chang, B. Y.; Malinovskaya, S. A. and Malinovsky, V. S. (2018). Quantum Control in Multilevel Systems. In: Advances In Atomic, Molecular, and Optical Physics, Vol. 67, edited by Arimondo, E.; DiMauro, L. F. and Yelin, S. F. (Academic Press); Chapter 3, pp. 151–256.

  • von Winckel, G. and Borzì, A. (2008). Computational techniques for a quantum control problem with H1-cost. Inverse Problems 24, 034007.

Alphabetic style

The style=:alpha formats citations and references like :numeric, except that it uses labels derived from the author names and publication year and sorts the references alphabetically.

  • [GoerzQ2022](@cite) renders as "[GCM22]"

  • [FuerstNJP2014,SolaAAMOP2018](@cite) renders as "[FGP+14, SCMM18]"

  • [GoerzQ2022](@citet) renders as "Goerz et al. [GCM22]"

  • [GoerzQ2022](@citep) renders as "[GCM22]" — @citep is the same as @cite for this style

  • [GoerzQ2022; Eq. (1)](@cite) renders as "[GCM22, Eq. (1)]"

  • [GoerzQ2022; Eq. (1)](@citet) renders as "Goerz et al. [GCM22], Eq. (1)"

  • [GoerzQ2022](@citet*) renders as "Goerz, Carrasco and Malinovsky [GCM22]"

  • [GoerzQ2022; Eq. (1)](@citet*) renders as "Goerz, Carrasco and Malinovsky [GCM22], Eq. (1)"

  • [WinckelIP2008](@citet) renders as "von Winckel and Borzì [vWB08]"

  • [WinckelIP2008](@Citet) renders as "Von Winckel and Borzì [vWB08]"

  • [BrumerShapiro2003, BrifNJP2010, Shapiro2012, KochJPCM2016; and references therein](@cite) renders as "[BS03, BCR10, SB12, Koc16, and references therein]". Note that unlike for style=:numeric, the citations are not compressed.

  • [BrumerShapiro2003, BrifNJP2010, Shapiro2012, KochJPCM2016; and references therein](@Citet) renders as "Brumer and Shapiro [BS03], Brif et al. [BCR10], Shapiro and Brumer [SB12], Koch [Koc16], and references therein"

  • [arbitrary text](@cite GoerzQ2022) renders as "arbitrary text"

References:


Bibliography

  1. C. Brif, R. Chakrabarti and H. Rabitz. Control of quantum phenomena: past, present and future. New J. Phys. 12, 075008 (2010).

  2. P. Brumer and M. Shapiro. Principles and Applications of the Quantum Control of Molecular Processes (Wiley Interscience, 2003).

  3. H. A. Fürst, M. H. Goerz, U. G. Poschinger, M. Murphy, S. Montangero, T. Calarco, F. Schmidt-Kaler, K. Singer and C. P. Koch. Controlling the transport of an ion: Classical and quantum mechanical solutions. New J. Phys. 16, 075007 (2014). Special issue on coherent control of complex quantum systems.

  4. M. H. Goerz, S. C. Carrasco and V. S. Malinovsky. Quantum Optimal Control via Semi-Automatic Differentiation. Quantum 6, 871 (2022).

  5. C. P. Koch. Controlling open quantum systems: tools, achievements, and limitations. J. Phys.: Condens. Matter 28, 213001 (2016).

  6. M. Shapiro and P. Brumer. Quantum Control of Molecular Processes. Second Edition (Wiley and Sons, 2012).

  7. I. R. Sola, B. Y. Chang, S. A. Malinovskaya and V. S. Malinovsky. Quantum Control in Multilevel Systems. In: Advances In Atomic, Molecular, and Optical Physics, Vol. 67, edited by E. Arimondo, L. F. DiMauro and S. F. Yelin (Academic Press, 2018); Chapter 3, pp. 151–256.

  8. G. von Winckel and A. Borzì. Computational techniques for a quantum control problem with H1-cost. Inverse Problems 24, 034007 (2008).

Note that the :alpha style is able to automatically disambiguate labels:


Bibliography

  1. M. Grace, C. Brif, H. Rabitz, I. A. Walmsley, R. L. Kosut and D. A. Lidar. Optimal control of quantum gates and suppression of decoherence in a system of interacting two-level particles. J. Phys. B 40, S103 (2007), arXiv:quant-ph/0702147.

  2. M. D. Grace, C. Brif, H. Rabitz, D. A. Lidar, I. A. Walmsley and R. L. Kosut. Fidelity of optimally controlled quantum gates with randomly coupled multiparticle environments. J. Mod. Opt. 54, 2339 (2007), arXiv:0712.2935.

This works because the DocumenterCitations plugin automatically upgrades style=:alpha to the internal

DocumenterCitations.AlphaStyle

Custom styles

In the following, we show two examples for user-defined styles. See the notes on customization on how to generally define a custom style.

Custom style: enumerated author-year

In this example, the :authoryear style is used, but the references are shown in an enumerated list.

The important part of the definition is in the last line, indicating that the References should be shown as an enumeration (ordered list, <ol>, in HTML), see below. Meanwhile, citations render exactly as with style=:authoryear:

  • [GoerzQ2022](@cite) renders as "(Goerz et al., 2022)"

  • [FuerstNJP2014,SolaAAMOP2018](@cite) renders as "(Fürst et al., 2014; Sola et al., 2018)"

  • [WinckelIP2008](@Citet) renders as "Von Winckel and Borzì (2008)"

References:


Bibliography

  1. Brif, C.; Chakrabarti, R. and Rabitz, H. (2010). Control of quantum phenomena: past, present and future. New J. Phys. 12, 075008.

  2. Brumer, P. and Shapiro, M. (2003). Principles and Applications of the Quantum Control of Molecular Processes (Wiley Interscience).

  3. Fürst, H. A.; Goerz, M. H.; Poschinger, U. G.; Murphy, M.; Montangero, S.; Calarco, T.; Schmidt-Kaler, F.; Singer, K. and Koch, C. P. (2014). Controlling the transport of an ion: Classical and quantum mechanical solutions. New J. Phys. 16, 075007. Special issue on coherent control of complex quantum systems.

  4. Goerz, M. H.; Carrasco, S. C. and Malinovsky, V. S. (2022). Quantum Optimal Control via Semi-Automatic Differentiation. Quantum 6, 871.

  5. Koch, C. P. (2016). Controlling open quantum systems: tools, achievements, and limitations. J. Phys.: Condens. Matter 28, 213001.

  6. Shapiro, M. and Brumer, P. (2012). Quantum Control of Molecular Processes. Second Edition (Wiley and Sons).

  7. Sola, I. R.; Chang, B. Y.; Malinovskaya, S. A. and Malinovsky, V. S. (2018). Quantum Control in Multilevel Systems. In: Advances In Atomic, Molecular, and Optical Physics, Vol. 67, edited by Arimondo, E.; DiMauro, L. F. and Yelin, S. F. (Academic Press); Chapter 3, pp. 151–256.

  8. Von Winckel, G. and Borzì, A. (2008). Computational techniques for a quantum control problem with H1-cost. Inverse Problems 24, 034007.

Custom style: Citation-key labels

In this less trivial example, a style similar to :alpha is used, using the citation keys in the .bib file as labels. This would be somewhat more appropriate with citation keys that are shorter that the ones used here (keys similar to those automatically generated with the :alpha style).

  • [GoerzQ2022](@cite) renders as "[GoerzQ2022]"

  • [FuerstNJP2014,SolaAAMOP2018](@cite) renders as "[FuerstNJP2014, SolaAAMOP2018]"

  • [GoerzQ2022](@citet) renders as "Goerz et al. [GoerzQ2022]"

  • [GoerzQ2022](@citep) renders as "[GoerzQ2022]" — @citep is the same as @cite for this style

  • [GoerzQ2022; Eq. (1)](@cite) renders as "[GoerzQ2022, Eq. (1)]"

  • [GoerzQ2022; Eq. (1)](@citet) renders as "Goerz et al. [GoerzQ2022], Eq. (1)"

  • [GoerzQ2022](@citet*) renders as "Goerz, Carrasco and Malinovsky [GoerzQ2022]"

  • [GoerzQ2022; Eq. (1)](@citet*) renders as "Goerz, Carrasco and Malinovsky [GoerzQ2022], Eq. (1)"

  • [WinckelIP2008](@citet) renders as "von Winckel and Borzì [WinckelIP2008]"

  • [WinckelIP2008](@Citet) renders as "Von Winckel and Borzì [WinckelIP2008]"

  • [arbitrary text](@cite GoerzQ2022) renders as "arbitrary text"

References:


Bibliography

  1. C. Brif, R. Chakrabarti and H. Rabitz. Control of quantum phenomena: past, present and future. New J. Phys. 12, 075008 (2010).

  2. P. Brumer and M. Shapiro. Principles and Applications of the Quantum Control of Molecular Processes (Wiley Interscience, 2003).

  3. H. A. Fürst, M. H. Goerz, U. G. Poschinger, M. Murphy, S. Montangero, T. Calarco, F. Schmidt-Kaler, K. Singer and C. P. Koch. Controlling the transport of an ion: Classical and quantum mechanical solutions. New J. Phys. 16, 075007 (2014). Special issue on coherent control of complex quantum systems.

  4. M. H. Goerz, S. C. Carrasco and V. S. Malinovsky. Quantum Optimal Control via Semi-Automatic Differentiation. Quantum 6, 871 (2022).

  5. C. P. Koch. Controlling open quantum systems: tools, achievements, and limitations. J. Phys.: Condens. Matter 28, 213001 (2016).

  6. M. Shapiro and P. Brumer. Quantum Control of Molecular Processes. Second Edition (Wiley and Sons, 2012).

  7. I. R. Sola, B. Y. Chang, S. A. Malinovskaya and V. S. Malinovsky. Quantum Control in Multilevel Systems. In: Advances In Atomic, Molecular, and Optical Physics, Vol. 67, edited by E. Arimondo, L. F. DiMauro and S. F. Yelin (Academic Press, 2018); Chapter 3, pp. 151–256.

  8. G. von Winckel and A. Borzì. Computational techniques for a quantum control problem with H1-cost. Inverse Problems 24, 034007 (2008).

- + \ No newline at end of file diff --git a/previews/PR178/code_example.html b/previews/PR178/code_example.html index 406fff7..d07b952 100644 --- a/previews/PR178/code_example.html +++ b/previews/PR178/code_example.html @@ -8,9 +8,9 @@ - + - + @@ -94,7 +94,7 @@ ```

Output

julia
julia> 1 + 1
 2
- + \ No newline at end of file diff --git a/previews/PR178/documenter_to_vitepress_docs_example.html b/previews/PR178/documenter_to_vitepress_docs_example.html index 73dd8dd..9dccb54 100644 --- a/previews/PR178/documenter_to_vitepress_docs_example.html +++ b/previews/PR178/documenter_to_vitepress_docs_example.html @@ -8,9 +8,9 @@ - + - + @@ -50,7 +50,7 @@ docs $
  1. Then, in docs/, start a julia session and activate a new environment.
sh
docs $ julia
 julia> ]
 pkg> activate .
  1. Add packages as necessary. Here, we will need
julia
pkg> add DocumenterVitepress, Documenter
  1. Then run the make.jl file to build the documentation.
julia
julia> include("make.jl")
  1. Finally, hit ; to enter the shell mode and run:
sh
shell> npm i

The above command shall create a folder named node_modules and package-lock.json in your docs folder.

  1. Next, hit 'Backspace' to get back to the Julia REPL and run:
julia
julia> DocumenterVitepress.dev_docs("build")
  1. Finally the live preview of your documentation at http://localhost:5173/Example.jl/ in your browser.
- + \ No newline at end of file diff --git a/previews/PR178/getting_started.html b/previews/PR178/getting_started.html index 50f3359..203f888 100644 --- a/previews/PR178/getting_started.html +++ b/previews/PR178/getting_started.html @@ -8,11 +8,11 @@ - + - + - + @@ -41,7 +41,7 @@ ├── config.mts └── theme └── index.ts - └── style.css

You can ignore the rest of the files which are actually in DocumenterVitepress/docs/src for now - those show how to use advanced APIs, like

VitePress Installation

Start at the docs level:

sh
docs $

Prerequisites

DocumenterVitepress.jl is completely self-contained and installs all of its dependencies (including its own isolated version of npm) automatically.

However, to view your documentation live when developing locally, you will need to install npm and instantiate the

VitePress can be used on its own, or be installed into an existing project. In both cases, you can install it with:

sh
npm add -D vitepress
sh
pnpm add -D vitepress
sh
yarn add -D vitepress
sh
bun add -D vitepress

Build new docs from docs/src

To start working on your docs do the following steps:

sh
$ cd docs
+            └── style.css

You can ignore the rest of the files which are actually in DocumenterVitepress/docs/src for now - those show how to use advanced APIs, like

VitePress Installation

Start at the docs level:

sh
docs $

Prerequisites

DocumenterVitepress.jl is completely self-contained and installs all of its dependencies (including its own isolated version of npm) automatically.

However, to view your documentation live when developing locally, you will need to install npm and instantiate the

VitePress can be used on its own, or be installed into an existing project. In both cases, you can install it with:

sh
npm add -D vitepress
sh
pnpm add -D vitepress
sh
yarn add -D vitepress
sh
bun add -D vitepress

Build new docs from docs/src

To start working on your docs do the following steps:

sh
$ cd docs
 docs $

Then, in docs start a julia session and activate a new environment.

sh
docs $ julia
 julia> ]
 pkg> activate .

Add packages as necessary. Here, we will need

julia
pkg> add DocumenterVitepress, Documenter

These packages will be used in the make.jl file.

Setting up the Folder Structure

The files for this page in the docs folder have the following structure:

docs/
@@ -60,7 +60,7 @@
         └── theme
             └── index.ts
             └── style.css

Then, run docs/make.jl, and in another terminal in the docs directory, run:

sh
docs $ npm run docs:dev

This will deploy your documentation locally on a webserver. See here to know more.

- + \ No newline at end of file diff --git a/previews/PR178/hashmap.json b/previews/PR178/hashmap.json index e8c0287..617792b 100644 --- a/previews/PR178/hashmap.json +++ b/previews/PR178/hashmap.json @@ -1 +1 @@ -{"api.md":"DcOHvDBh","citations.md":"BrpJa__w","code_example.md":"nRo87FVf","documenter_to_vitepress_docs_example.md":"Z-eIMvJe","getting_started.md":"CmzzzyQV","index.md":"C7TUiNzT","markdown-examples.md":"DwpADvnm","mime_examples.md":"CQRN0Xdj","render_pipeline.md":"hJPr7_Ve","style_css.md":"CYBReL1n"} +{"api.md":"UfMcUfj7","citations.md":"BrpJa__w","code_example.md":"nRo87FVf","documenter_to_vitepress_docs_example.md":"Z-eIMvJe","getting_started.md":"BDADR21e","index.md":"C7TUiNzT","markdown-examples.md":"NKvnujBU","mime_examples.md":"DFxQqTCv","render_pipeline.md":"hJPr7_Ve","style_css.md":"CYBReL1n"} diff --git a/previews/PR178/index.html b/previews/PR178/index.html index 40cb5a6..87c2d66 100644 --- a/previews/PR178/index.html +++ b/previews/PR178/index.html @@ -8,9 +8,9 @@ - + - + @@ -21,7 +21,7 @@
Skip to content

DocumenterVitepress.jl

Document your code

A Markdown backend designed to work with VitePress and Documenter.jl

DocumenterVitepress

What is DocumenterVitepress.jl?

DocumenterVitepress is a Markdown backend for Documenter.jl which is designed to work with the VitePress site generator, which is built off Vue.js.

It is meant to be used in conjunction with the vitepress Node.js package, which is why so much customization is required!

Basic usage

If you copy the contents of the template/ directory into your docs/ and the .github/Documenter.yml file to your repo, you should be good to go and edit docs as usual!

Just remember to edit the navbar in docs/src/.vitepress/config.mts, if you want it to be different from the sidebar.

To install a logo or favicon, you can put logo.png and favicon.ico in docs/src/assets, and they will be automatically detected.

- + \ No newline at end of file diff --git a/previews/PR178/markdown-examples.html b/previews/PR178/markdown-examples.html index dec13a8..f45cf8d 100644 --- a/previews/PR178/markdown-examples.html +++ b/previews/PR178/markdown-examples.html @@ -8,11 +8,11 @@ - + - + - + @@ -101,7 +101,7 @@ @gp :- x cos.(x) "w l t 'cos' lw 2 lc rgb '#E69F00'" ``` -:::

Output

julia
using Gnuplot
+:::

Output

julia
using Gnuplot
 t = 0:0.001:1
 @gp t sin.(10π*t) "w l tit 'sin' lc 'gray'"
julia
using Gnuplot
 x = -:0.001:
@@ -209,7 +209,7 @@
 ```

Output

When a0, there are two solutions to ax2+bx+c=0 and they are

x=b±b24ac2a

Don't type anything after the last double dollar sign, and make sure there are no spaces after the opening double dollar sign in the display math!

You can also use fenced code blocks with the math tag for equations!

2Φ=ρ

Footnotes (citation-style)

Input

Here is the link for the paper of Babushka[^1]
[^1]: This is Babushka's footnote!

Output

Here is the link for the paper of Babushka[1]

Escaping characters

Input

md
< `less` and `greater` > than, and the backtick \`.

Output

< less and greater > than, and the backtick `.

And also, this <was> an <issue> before.

Let's see if this one works:

```
 sshflags=`-i <keyfile>`
 ```

it does,

sshflags=`-i <keyfile>`

but within inline text it does not. Ideas for the escaping sequence?

This is the expected sequence by vitepress:

<code> sshflags= `` `-i <keyfile> ` `` </code>

More

Check out the documentation for the full list of markdown extensions.


  1. This is Babushka's footnote! ↩︎

- + \ No newline at end of file diff --git a/previews/PR178/mime_examples.html b/previews/PR178/mime_examples.html index 6ded789..ccfd693 100644 --- a/previews/PR178/mime_examples.html +++ b/previews/PR178/mime_examples.html @@ -8,11 +8,11 @@ - + - + - + @@ -35,12 +35,12 @@ # This defines the show method for the target MIME type only! Base.show(io, ::MimeType, media::MediaOutput{MimeType}) where MimeType = write(io, media.contents) # MediaOutput{MIME"text/plain"}("Hello there!")
julia
using DocumenterVitepress
-MediaOutput{MIME"image/png"}(read(joinpath(pathof(DocumenterVitepress) |> dirname |> dirname, "docs", "src", "assets", "logo.png")))

julia
MediaOutput{MIME"image/jpeg"}(read(download("https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Felis_silvestris_silvestris.jpg/519px-Felis_silvestris_silvestris.jpg")))

Vite automatically inlines assets under 4KB by default, if this causes issues with your SVG files you can disable this behavior by adding the following to your vitepress configuration:

config.mts

vite: {
+MediaOutput{MIME"image/png"}(read(joinpath(pathof(DocumenterVitepress) |> dirname |> dirname, "docs", "src", "assets", "logo.png")))

julia
MediaOutput{MIME"image/jpeg"}(read(download("https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Felis_silvestris_silvestris.jpg/519px-Felis_silvestris_silvestris.jpg")))

Vite automatically inlines assets under 4KB by default, if this causes issues with your SVG files you can disable this behavior by adding the following to your vitepress configuration:

config.mts

vite: {
     build: {
         assetsInlineLimit: 0, // so we can tell whether we have created inlined images or not, we don't let vite inline them
     }
-},
julia
MediaOutput{MIME"image/svg+xml"}("https://upload.wikimedia.org/wikipedia/commons/6/6c/SVG_Simple_Icon.svg" |> download |> read)

julia
MediaOutput{MIME"image/gif"}(read(download("https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif")))

- +},
julia
MediaOutput{MIME"image/svg+xml"}("https://upload.wikimedia.org/wikipedia/commons/6/6c/SVG_Simple_Icon.svg" |> download |> read)

julia
MediaOutput{MIME"image/gif"}(read(download("https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif")))

+ \ No newline at end of file diff --git a/previews/PR178/render_pipeline.html b/previews/PR178/render_pipeline.html index dc05f63..28769c4 100644 --- a/previews/PR178/render_pipeline.html +++ b/previews/PR178/render_pipeline.html @@ -8,9 +8,9 @@ - + - + @@ -21,7 +21,7 @@
Skip to content

The rendering process

DocumenterVitepress combines two formidable packages - Documenter.jl, which consumes documentation from Markdown files and Julia packages, and VitePress, which generates websites from Markdown files.

Documentation is therefore generated in two "stages". These are both executed by the first and main render function, in src/writers.jl.

Documenter.jl

First, the Documenter.jl pipeline is run. It takes as input the concerned Julia modules and Markdown files, and excecutes all doctests and runnable blocks.

From there, Documenter uses a plugin provided to the format keyword of makedocs to render to some viewable form. This is where DocumenterVitepress.jl steps in, with the MarkdownVitepress plugin.

That plugin takes in the Documenter Document which is generated once Documenter has parsed, run and expanded all the input Markdown files, and converts it to VitePress-flavoured Markdown, which is saved in docs/build/.documenter by default.

This conversion is done by the sometimes-recursive multiple dispatch based render function.

VitePress

VitePress is a NodeJS package which takes in Markdown files and generates a static site.

The first step we take is to replace several options in VitePress's configuration file by our own, if the user has not explicitly specified them. Notable ones are:

  • base: the base path of the website. This is required, because Vitepress cannot generate relocatable websites - so we must know the exact path to our index.html when building.

  • sidebar: the sidebar of the page, autogenerated from pages in makedocs.

Then, we simply ensure that all Node packages are installed, and run npm run docs:build, which builds a website.

In order to locally develop, run npm run docs:dev in another terminal. This will create a server.

Finalization

Finally, if deploying, we move files around such that the only thing deployed is the rendered webpage.

This means that the contents of build/.documenter are deleted, and the contents of build/final_site are moved into build proper. This allows the complete site to be committed directly.

Warning

This will probably not work if using a custom, non-detectable deployment configuration!

- + \ No newline at end of file diff --git a/previews/PR178/style_css.html b/previews/PR178/style_css.html index c3dad7c..7cdcc80 100644 --- a/previews/PR178/style_css.html +++ b/previews/PR178/style_css.html @@ -8,9 +8,9 @@ - + - + @@ -122,7 +122,7 @@ overflow: hidden; white-space: nowrap; }

More

Other attributes can also be modified there, i.e., text colors, link colors, font family, etc.

- + \ No newline at end of file