Skip to content

Commit

Permalink
build based on 9febc21
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Apr 8, 2024
1 parent be667db commit dee1980
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 86 deletions.
28 changes: 14 additions & 14 deletions dev/developers/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.0"
julia_version = "1.10.2"
manifest_format = "2.0"
project_hash = "8338ef500629350a89bbd15e7fc44671327a075e"

Expand All @@ -16,9 +16,9 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

[[deps.CSTParser]]
deps = ["Tokenize"]
git-tree-sha1 = "b1d309487c04e92253b55c1f803b1d6f0e136920"
git-tree-sha1 = "b544d62417a99d091c569b95109bc9d8c223e9e3"
uuid = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
version = "3.4.1"
version = "3.4.2"

[[deps.CommonMark]]
deps = ["Crayons", "JSON", "PrecompileTools", "URIs"]
Expand All @@ -28,9 +28,9 @@ version = "0.8.12"

[[deps.Compat]]
deps = ["TOML", "UUIDs"]
git-tree-sha1 = "75bd5b6fc5089df449b5d35fa501c846c9b6549b"
git-tree-sha1 = "c955881e3c981181362ae4088b35995446298b80"
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "4.12.0"
version = "4.14.0"

[deps.Compat.extensions]
CompatLinearAlgebraExt = "LinearAlgebra"
Expand All @@ -46,9 +46,9 @@ version = "4.1.1"

[[deps.DataStructures]]
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
git-tree-sha1 = "ac67408d9ddf207de5cfa9a97e114352430f01ed"
git-tree-sha1 = "0f4b5d62a88d8f59003e43c25a8a90de9eb76317"
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
version = "0.18.16"
version = "0.18.18"

[[deps.Dates]]
deps = ["Printf"]
Expand Down Expand Up @@ -79,12 +79,12 @@ version = "0.21.4"

[[deps.JuliaFormatter]]
deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"]
git-tree-sha1 = "8f5295e46f594ad2d8652f1098488a77460080cd"
git-tree-sha1 = "1c4880cb70a5c6c87ea36deccc3d7f9e7969c18c"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "1.0.45"
version = "1.0.56"

[[deps.LaTeXFigures]]
git-tree-sha1 = "a3aff2420e978f9c701e6cfb030c18dfea81a26a"
git-tree-sha1 = "cef0981096964dd728331c91119c5647aa643b89"
repo-rev = "main"
repo-url = "https://github.com/singularitti/LaTeXFigures.jl"
uuid = "5d2f8d0c-8a3d-45b5-9848-1a5a591485bf"
Expand Down Expand Up @@ -158,15 +158,15 @@ version = "1.10.0"

[[deps.PrecompileTools]]
deps = ["Preferences"]
git-tree-sha1 = "03b4c25b43cb84cee5c90aa9b5ea0a78fd848d2f"
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
version = "1.2.0"
version = "1.2.1"

[[deps.Preferences]]
deps = ["TOML"]
git-tree-sha1 = "00805cd429dcb4870060ff49ef443486c262e38e"
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
uuid = "21216c6a-2e73-6563-6e65-726566657250"
version = "1.4.1"
version = "1.4.3"

[[deps.Printf]]
deps = ["Unicode"]
Expand Down
75 changes: 41 additions & 34 deletions dev/developers/contributing/index.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions dev/developers/style/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
julia&gt; Pkg.add(&quot;LaTeXFigures&quot;)</code></pre></li><li><p>Run</p><pre><code class="language-julia-repl hljs">julia&gt; using LaTeXFigures</code></pre><p>and have fun!</p></li><li><p>While using, please keep this Julia session alive. Restarting might cost some time.</p></li></ol><p>If you want to install the latest in-development (probably buggy) version of <code>LaTeXFigures</code>, type</p><pre><code class="language-julia-repl hljs" style="display:block;">julia&gt; using Pkg</code><code class="nohighlight hljs ansi" style="display:block;"></code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; Pkg.update()</code><code class="nohighlight hljs ansi" style="display:block;"> Updating registry at `~/.julia/registries/General.toml`
No Changes to `~/work/LaTeXFigures.jl/LaTeXFigures.jl/docs/build/developers/Project.toml`
No Changes to `~/work/LaTeXFigures.jl/LaTeXFigures.jl/docs/build/developers/Manifest.toml`</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; pkg&quot;add https://github.com/singularitti/LaTeXFigures.jl&quot;</code><code class="nohighlight hljs ansi" style="display:block;">┌ Warning: The Pkg REPL mode is intended for interactive use only, and should not be used from scripts. It is recommended to use the functional API instead.
└ @ Pkg.REPLMode /opt/hostedtoolcache/julia/1.10.0/x64/share/julia/stdlib/v1.10/Pkg/src/REPLMode/REPLMode.jl:382
└ @ Pkg.REPLMode /opt/hostedtoolcache/julia/1.10.2/x64/share/julia/stdlib/v1.10/Pkg/src/REPLMode/REPLMode.jl:382
Cloning git-repo `https://github.com/singularitti/LaTeXFigures.jl`
Updating git-repo `https://github.com/singularitti/LaTeXFigures.jl`
Resolving package versions...
Expand All @@ -16,9 +16,9 @@
Updating `~/work/LaTeXFigures.jl/LaTeXFigures.jl/docs/build/developers/Manifest.toml`
[5d2f8d0c] ~ LaTeXFigures v0.1.0 ⇒ v0.1.0 `https://github.com/singularitti/LaTeXFigures.jl#main`
Precompiling project...
<span class="sgr33"></span>LaTeXFigures
LaTeXFigures
1 dependency successfully precompiled in 0 seconds. 16 already precompiled.
<span class="sgr33">1</span> dependency precompiled but a different version is currently loaded. Restart julia to access the new version</code></pre><p>in the second step above.</p><h2 id="Update-LaTeXFigures"><a class="docs-heading-anchor" href="#Update-LaTeXFigures">Update <code>LaTeXFigures</code></a><a id="Update-LaTeXFigures-1"></a><a class="docs-heading-anchor-permalink" href="#Update-LaTeXFigures" title="Permalink"></a></h2><p>Please <a href="https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#configuring-your-watch-settings-for-an-individual-repository">watch</a> our <a href="https://github.com/singularitti/LaTeXFigures.jl">GitHub repository</a> for new releases. Once we release a new version, you can update <code>LaTeXFigures</code> by typing</p><pre><code class="language-julia-repl hljs" style="display:block;">julia&gt; using Pkg</code><code class="nohighlight hljs ansi" style="display:block;"></code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; Pkg.update(&quot;LaTeXFigures&quot;)</code><code class="nohighlight hljs ansi" style="display:block;"> Updating registry at `~/.julia/registries/General.toml`
1 dependency precompiled but a different version is currently loaded. Restart julia to access the new version</code></pre><p>in the second step above.</p><h2 id="Update-LaTeXFigures"><a class="docs-heading-anchor" href="#Update-LaTeXFigures">Update <code>LaTeXFigures</code></a><a id="Update-LaTeXFigures-1"></a><a class="docs-heading-anchor-permalink" href="#Update-LaTeXFigures" title="Permalink"></a></h2><p>Please <a href="https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#configuring-your-watch-settings-for-an-individual-repository">watch</a> our <a href="https://github.com/singularitti/LaTeXFigures.jl">GitHub repository</a> for new releases. Once we release a new version, you can update <code>LaTeXFigures</code> by typing</p><pre><code class="language-julia-repl hljs" style="display:block;">julia&gt; using Pkg</code><code class="nohighlight hljs ansi" style="display:block;"></code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; Pkg.update(&quot;LaTeXFigures&quot;)</code><code class="nohighlight hljs ansi" style="display:block;"> Updating registry at `~/.julia/registries/General.toml`
Updating git-repo `https://github.com/singularitti/LaTeXFigures.jl`
No Changes to `~/work/LaTeXFigures.jl/LaTeXFigures.jl/docs/build/developers/Project.toml`
No Changes to `~/work/LaTeXFigures.jl/LaTeXFigures.jl/docs/build/developers/Manifest.toml`</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; Pkg.gc()</code><code class="nohighlight hljs ansi" style="display:block;"> Active manifest files: 4 found
Expand All @@ -28,4 +28,4 @@

julia&gt; Pkg.rm(&quot;LaTeXFigures&quot;)

julia&gt; Pkg.gc()</code></pre></li><li><p>Press <code>ctrl+d</code> to quit the current session. Start a new Julia session and reinstall <code>LaTeXFigures</code>.</p></li></ol></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../public/">API Reference »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.23 on <span class="colophon-date" title="Monday 5 February 2024 03:25">Monday 5 February 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
julia&gt; Pkg.gc()</code></pre></li><li><p>Press <code>ctrl+d</code> to quit the current session. Start a new Julia session and reinstall <code>LaTeXFigures</code>.</p></li></ol></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../public/">API Reference »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.23 on <span class="colophon-date" title="Monday 8 April 2024 16:10">Monday 8 April 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit dee1980

Please sign in to comment.