Skip to content

Commit 6d924ca

Browse files
author
Documenter.jl
committed
build based on 242f370
1 parent 1fb7830 commit 6d924ca

File tree

6 files changed

+62
-24
lines changed

6 files changed

+62
-24
lines changed

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.11.4","generation_timestamp":"2025-04-03T15:39:53","documenter_version":"1.9.0"}}
1+
{"documenter":{"julia_version":"1.11.5","generation_timestamp":"2025-04-22T06:34:05","documenter_version":"1.10.1"}}

dev/array_types/index.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

dev/assets/Manifest.toml

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.4"
3+
julia_version = "1.11.5"
44
manifest_format = "2.0"
55
project_hash = "0a57615f3b751c7c50a3914590663c4e3f77b4b7"
66

@@ -131,6 +131,11 @@ version = "1.5.8"
131131
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
132132
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
133133

134+
[[deps.Crayons]]
135+
git-tree-sha1 = "249fe38abf76d48563e2f4556bebd215aa317e15"
136+
uuid = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
137+
version = "4.1.1"
138+
134139
[[deps.DataAPI]]
135140
git-tree-sha1 = "abe83f3a2f1b857aac70ef8b269080af17764bbe"
136141
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
@@ -153,9 +158,9 @@ version = "0.9.4"
153158

154159
[[deps.Documenter]]
155160
deps = ["ANSIColoredPrinters", "AbstractTrees", "Base64", "CodecZlib", "Dates", "DocStringExtensions", "Downloads", "Git", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "MarkdownAST", "Pkg", "PrecompileTools", "REPL", "RegistryInstances", "SHA", "TOML", "Test", "Unicode"]
156-
git-tree-sha1 = "30f520c66490393bf4e4ff2bb144db65f569d974"
161+
git-tree-sha1 = "9d733459cea04dcf1c41522ec25c31576387be8a"
157162
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
158-
version = "1.9.0"
163+
version = "1.10.1"
159164

160165
[[deps.Downloads]]
161166
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
@@ -233,6 +238,11 @@ git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a"
233238
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
234239
version = "0.21.4"
235240

241+
[[deps.LaTeXStrings]]
242+
git-tree-sha1 = "dda21b8cbd6a6c40d9d02a73230f9d70fed6918c"
243+
uuid = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
244+
version = "1.4.0"
245+
236246
[[deps.LazilyInitializedFields]]
237247
git-tree-sha1 = "0f2da712350b020bc3957f269c9caad516383ee0"
238248
uuid = "0e77f7df-68c5-4e49-93ce-4cd80f5598bf"
@@ -283,9 +293,9 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
283293
version = "1.11.0"
284294

285295
[[deps.MacroTools]]
286-
git-tree-sha1 = "72aebe0b5051e5143a079a4685a46da330a40472"
296+
git-tree-sha1 = "1e0228a030642014fe5cfe68c2c0a818f9e3f522"
287297
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
288-
version = "0.5.15"
298+
version = "0.5.16"
289299

290300
[[deps.Markdown]]
291301
deps = ["Base64"]
@@ -338,9 +348,9 @@ version = "10.42.0+1"
338348

339349
[[deps.Parsers]]
340350
deps = ["Dates", "PrecompileTools", "UUIDs"]
341-
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
351+
git-tree-sha1 = "44f6c1f38f77cafef9450ff93946c53bd9ca16ff"
342352
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
343-
version = "2.8.1"
353+
version = "2.8.2"
344354

345355
[[deps.Pkg]]
346356
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
@@ -363,6 +373,12 @@ git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
363373
uuid = "21216c6a-2e73-6563-6e65-726566657250"
364374
version = "1.4.3"
365375

376+
[[deps.PrettyTables]]
377+
deps = ["Crayons", "LaTeXStrings", "Markdown", "PrecompileTools", "Printf", "Reexport", "StringManipulation", "Tables"]
378+
git-tree-sha1 = "1101cd475833706e4d0e7b122218257178f48f34"
379+
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
380+
version = "2.4.0"
381+
366382
[[deps.Printf]]
367383
deps = ["Unicode"]
368384
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
@@ -412,6 +428,11 @@ version = "3.32.0"
412428
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
413429
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
414430

431+
[[deps.Reexport]]
432+
git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b"
433+
uuid = "189a3867-3050-52da-a836-e630ba90ab69"
434+
version = "1.2.2"
435+
415436
[[deps.RegistryInstances]]
416437
deps = ["LazilyInitializedFields", "Pkg", "TOML", "Tar"]
417438
git-tree-sha1 = "ffd19052caf598b8653b99404058fce14828be51"
@@ -459,15 +480,21 @@ version = "1.11.1"
459480
[deps.Statistics.weakdeps]
460481
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
461482

483+
[[deps.StringManipulation]]
484+
deps = ["PrecompileTools"]
485+
git-tree-sha1 = "725421ae8e530ec29bcbdddbe91ff8053421d023"
486+
uuid = "892a3eda-7b42-436c-8928-eab12a02cf0e"
487+
version = "0.4.1"
488+
462489
[[deps.StyledStrings]]
463490
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
464491
version = "1.11.0"
465492

466493
[[deps.SymbolicIndexingInterface]]
467-
deps = ["Accessors", "ArrayInterface", "RuntimeGeneratedFunctions", "StaticArraysCore"]
468-
git-tree-sha1 = "d6c04e26aa1c8f7d144e1a8c47f1c73d3013e289"
494+
deps = ["Accessors", "ArrayInterface", "PrettyTables", "RuntimeGeneratedFunctions", "StaticArraysCore"]
495+
git-tree-sha1 = "7530e17b6ac652b009966f8ad53371a4ffd273f2"
469496
uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
470-
version = "0.3.38"
497+
version = "0.3.39"
471498

472499
[[deps.TOML]]
473500
deps = ["Dates"]

dev/assets/documenter.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/index.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Home · RecursiveArrayTools.jl</title><meta name="title" content="Home · RecursiveArrayTools.jl"/><meta property="og:title" content="Home · RecursiveArrayTools.jl"/><meta property="twitter:title" content="Home · RecursiveArrayTools.jl"/><meta name="description" content="Documentation for RecursiveArrayTools.jl."/><meta property="og:description" content="Documentation for RecursiveArrayTools.jl."/><meta property="twitter:description" content="Documentation for RecursiveArrayTools.jl."/><meta property="og:url" content="https://docs.sciml.ai/RecursiveArrayTools/stable/"/><meta property="twitter:url" content="https://docs.sciml.ai/RecursiveArrayTools/stable/"/><link rel="canonical" href="https://docs.sciml.ai/RecursiveArrayTools/stable/"/><script data-outdated-warner src="assets/warner.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.050/juliamono.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="assets/documenter.js"></script><script src="search_index.js"></script><script src="siteinfo.js"></script><script src="../versions.js"></script><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/catppuccin-mocha.css" data-theme-name="catppuccin-mocha"/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/catppuccin-macchiato.css" data-theme-name="catppuccin-macchiato"/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/catppuccin-frappe.css" data-theme-name="catppuccin-frappe"/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/catppuccin-latte.css" data-theme-name="catppuccin-latte"/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-dark.css" data-theme-name="documenter-dark" data-theme-primary-dark/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><script src="assets/themeswap.js"></script><link href="assets/favicon.ico" rel="icon" type="image/x-icon"/></head><body><div id="documenter"><nav class="docs-sidebar"><a class="docs-logo" href><img src="assets/logo.png" alt="RecursiveArrayTools.jl logo"/></a><div class="docs-package-name"><span class="docs-autofit"><a href>RecursiveArrayTools.jl</a></span></div><button class="docs-search-query input is-rounded is-small is-clickable my-2 mx-auto py-1 px-2" id="documenter-search-query">Search docs (Ctrl + /)</button><ul class="docs-menu"><li class="is-active"><a class="tocitem" href>Home</a><ul class="internal"><li><a class="tocitem" href="#Installation"><span>Installation</span></a></li><li><a class="tocitem" href="#Contributing"><span>Contributing</span></a></li><li><a class="tocitem" href="#Reproducibility"><span>Reproducibility</span></a></li></ul></li><li><a class="tocitem" href="array_types/">Recursive Array Types</a></li><li><a class="tocitem" href="recursive_array_functions/">Recursive Array Functions</a></li></ul><div class="docs-version-selector field has-addons"><div class="control"><span class="docs-label button is-static is-size-7">Version</span></div><div class="docs-selector control is-expanded"><div class="select is-fullwidth is-size-7"><select id="documenter-version-selector"></select></div></div></div></nav><div class="docs-main"><header class="docs-navbar"><a class="docs-sidebar-button docs-navbar-link fa-solid fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a><nav class="breadcrumb"><ul class="is-hidden-mobile"><li class="is-active"><a href>Home</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href>Home</a></li></ul></nav><div class="docs-right"><a class="docs-navbar-link" href="https://github.com/SciML/RecursiveArrayTools.jl" title="View the repository on GitHub"><span class="docs-icon fa-brands"></span><span class="docs-label is-hidden-touch">GitHub</span></a><a class="docs-navbar-link" href="https://github.com/SciML/RecursiveArrayTools.jl/blob/master/docs/src/index.md" title="Edit source on GitHub"><span class="docs-icon fa-solid"></span></a><a class="docs-settings-button docs-navbar-link fa-solid fa-gear" id="documenter-settings-button" href="#" title="Settings"></a><a class="docs-article-toggle-button fa-solid fa-chevron-up" id="documenter-article-toggle-button" href="javascript:;" title="Collapse all docstrings"></a></div></header><article class="content" id="documenter-page"><h1 id="RecursiveArrayTools.jl:-Arrays-of-Arrays-and-Even-Deeper"><a class="docs-heading-anchor" href="#RecursiveArrayTools.jl:-Arrays-of-Arrays-and-Even-Deeper">RecursiveArrayTools.jl: Arrays of Arrays and Even Deeper</a><a id="RecursiveArrayTools.jl:-Arrays-of-Arrays-and-Even-Deeper-1"></a><a class="docs-heading-anchor-permalink" href="#RecursiveArrayTools.jl:-Arrays-of-Arrays-and-Even-Deeper" title="Permalink"></a></h1><p>RecursiveArrayTools.jl is a set of tools for dealing with recursive arrays, like arrays of arrays. It contains type wrappers for making recursive arrays act more like normal arrays (for example, automating the recursion of broadcast, maps, iteration, and more), and utility functions which make it easier to work with recursive arrays.</p><h2 id="Installation"><a class="docs-heading-anchor" href="#Installation">Installation</a><a id="Installation-1"></a><a class="docs-heading-anchor-permalink" href="#Installation" title="Permalink"></a></h2><p>To install RecursiveArrayTools.jl, use the Julia package manager:</p><pre><code class="language-julia hljs">using Pkg
33
Pkg.add(&quot;RecursiveArrayTools&quot;)</code></pre><h2 id="Contributing"><a class="docs-heading-anchor" href="#Contributing">Contributing</a><a id="Contributing-1"></a><a class="docs-heading-anchor-permalink" href="#Contributing" title="Permalink"></a></h2><ul><li><p>Please refer to the <a href="https://github.com/SciML/ColPrac/blob/master/README.md">SciML ColPrac: Contributor&#39;s Guide on Collaborative Practices for Community Packages</a> for guidance on PRs, issues, and other matters relating to contributing to SciML.</p></li><li><p>See the <a href="https://github.com/SciML/SciMLStyle">SciML Style Guide</a> for common coding practices and other style decisions.</p></li><li><p>There are a few community forums:</p><ul><li>The #diffeq-bridged and #sciml-bridged channels in the <a href="https://julialang.org/slack/">Julia Slack</a></li><li>The #diffeq-bridged and #sciml-bridged channels in the <a href="https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged">Julia Zulip</a></li><li>On the <a href="https://discourse.julialang.org">Julia Discourse forums</a></li><li>See also <a href="https://sciml.ai/community/">SciML Community page</a></li></ul></li></ul><h2 id="Reproducibility"><a class="docs-heading-anchor" href="#Reproducibility">Reproducibility</a><a id="Reproducibility-1"></a><a class="docs-heading-anchor-permalink" href="#Reproducibility" title="Permalink"></a></h2><details><summary>The documentation of this SciML package was built using these direct dependencies,</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Status `~/work/RecursiveArrayTools.jl/RecursiveArrayTools.jl/docs/Project.toml`
4-
[e30172f5] Documenter v1.9.0
5-
[731186ca] RecursiveArrayTools v3.32.0 `~/work/RecursiveArrayTools.jl/RecursiveArrayTools.jl`</code></pre></details><details><summary>and using this machine and Julia version.</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Julia Version 1.11.4
6-
Commit 8561cc3d68d (2025-03-10 11:36 UTC)
4+
[e30172f5] Documenter v1.10.1
5+
[731186ca] RecursiveArrayTools v3.32.0 `~/work/RecursiveArrayTools.jl/RecursiveArrayTools.jl`</code></pre></details><details><summary>and using this machine and Julia version.</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Julia Version 1.11.5
6+
Commit 760b2e5b739 (2025-04-14 06:53 UTC)
77
Build Info:
88
Official https://julialang.org/ release
99
Platform Info:
@@ -20,10 +20,11 @@
2020
[944b1d66] CodecZlib v0.7.8
2121
[a33af91c] CompositionsBase v0.1.2
2222
[187b0558] ConstructionBase v1.5.8
23+
[a8cc5b0e] Crayons v4.1.1
2324
[9a962f9c] DataAPI v1.16.0
2425
[e2d170a0] DataValueInterfaces v1.0.0
2526
[ffbed154] DocStringExtensions v0.9.4
26-
[e30172f5] Documenter v1.9.0
27+
[e30172f5] Documenter v1.10.1
2728
[e2ba6199] ExprTools v0.1.10
2829
[46192b85] GPUArraysCore v0.2.0
2930
[d7ba0133] Git v1.3.1
@@ -32,21 +33,25 @@
3233
[82899510] IteratorInterfaceExtensions v1.0.0
3334
[692b3bcd] JLLWrappers v1.7.0
3435
[682c06a0] JSON v0.21.4
36+
[b964fa9f] LaTeXStrings v1.4.0
3537
[0e77f7df] LazilyInitializedFields v1.3.0
36-
[1914dd2f] MacroTools v0.5.15
38+
[1914dd2f] MacroTools v0.5.16
3739
[d0879d2d] MarkdownAST v0.1.2
3840
[bac558e1] OrderedCollections v1.8.0
39-
[69de0a69] Parsers v2.8.1
41+
[69de0a69] Parsers v2.8.2
4042
⌅ [aea7be01] PrecompileTools v1.2.1
4143
[21216c6a] Preferences v1.4.3
44+
[08abe8d2] PrettyTables v2.4.0
4245
[3cdcf5f2] RecipesBase v1.3.4
4346
[731186ca] RecursiveArrayTools v3.32.0 `~/work/RecursiveArrayTools.jl/RecursiveArrayTools.jl`
47+
[189a3867] Reexport v1.2.2
4448
[2792f1a3] RegistryInstances v0.1.0
4549
[ae029012] Requires v1.3.1
4650
[7e49a35a] RuntimeGeneratedFunctions v0.5.13
4751
[1e83bf80] StaticArraysCore v1.4.3
4852
[10745b16] Statistics v1.11.1
49-
[2efcf032] SymbolicIndexingInterface v0.3.38
53+
[892a3eda] StringManipulation v0.4.1
54+
[2efcf032] SymbolicIndexingInterface v0.3.39
5055
[3783bdb8] TableTraits v1.0.1
5156
[bd369af6] Tables v1.12.0
5257
[3bb67fe8] TranscodingStreams v0.11.3
@@ -94,4 +99,4 @@
9499
[8e850b90] libblastrampoline_jll v5.11.0+0
95100
[8e850ede] nghttp2_jll v1.59.0+0
96101
[3f19e933] p7zip_jll v17.4.0+2
97-
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m`</code></pre></details><p>You can also download the <a href="https://github.com/SciML/RecursiveArrayTools.jl/tree/gh-pages/v3.32.0/assets/Manifest.toml">manifest</a> file and the <a href="https://github.com/SciML/RecursiveArrayTools.jl/tree/gh-pages/v3.32.0/assets/Project.toml">project</a> file.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="array_types/">Recursive Array Types »</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.9.0 on <span class="colophon-date" title="Thursday 3 April 2025 15:39">Thursday 3 April 2025</span>. Using Julia version 1.11.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
102+
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m`</code></pre></details><p>You can also download the <a href="https://github.com/SciML/RecursiveArrayTools.jl/tree/gh-pages/v3.32.0/assets/Manifest.toml">manifest</a> file and the <a href="https://github.com/SciML/RecursiveArrayTools.jl/tree/gh-pages/v3.32.0/assets/Project.toml">project</a> file.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="array_types/">Recursive Array Types »</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.10.1 on <span class="colophon-date" title="Tuesday 22 April 2025 06:34">Tuesday 22 April 2025</span>. Using Julia version 1.11.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)