Skip to content

Commit

Permalink
build based on 688e994
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 14, 2024
1 parent 1881e2d commit d584c9e
Show file tree
Hide file tree
Showing 96 changed files with 29,851 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable
2 changes: 1 addition & 1 deletion v0.29
25 changes: 25 additions & 0 deletions v0.29.5/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 | DimensionalData.jl</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.5.0">
<link rel="preload stylesheet" href="/DimensionalData.jl/v0.29.5/assets/style.DmGz6cqv.css" as="style">
<link rel="preload stylesheet" href="/DimensionalData.jl/v0.29.5/vp-icons.css" as="style">

<script type="module" src="/DimensionalData.jl/v0.29.5/assets/app.Cc_gH3tU.js"></script>
<link rel="preload" href="/DimensionalData.jl/v0.29.5/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="icon" href="/DimensionalData.jl/dev/favicon.ico">
<script src="/DimensionalData.jl/versions.js"></script>
<script src="/DimensionalData.jl/v0.29.5/siteinfo.js"></script>
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"api_dimensions.md\":\"BhJz84Jd\",\"api_lookuparrays.md\":\"DjBtOTsk\",\"api_reference.md\":\"DxGUcUj3\",\"basics.md\":\"OD7gF08k\",\"broadcasts.md\":\"DjMhiLsG\",\"cuda.md\":\"BOFVTSAR\",\"dimarrays.md\":\"C1OqvZQs\",\"dimensions.md\":\"BQUTXBen\",\"diskarrays.md\":\"B4ZZCC4O\",\"extending_dd.md\":\"CLvZG3cJ\",\"get_info.md\":\"KddTek9P\",\"groupby.md\":\"BWVTDNpu\",\"index.md\":\"BduS8zTA\",\"integrations.md\":\"Cc18pfst\",\"object_modification.md\":\"I3qXzgY4\",\"plots.md\":\"DJgLf5fA\",\"selectors.md\":\"B4qUzN7g\",\"stacks.md\":\"62pwHhXM\",\"tables.md\":\"Bv0ytu2c\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"DimensionalData.jl\",\"description\":\"Datasets with named dimensions\",\"base\":\"/DimensionalData.jl/v0.29.5/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":{\"src\":\"/logo.png\",\"width\":24,\"height\":24},\"search\":{\"provider\":\"local\",\"options\":{\"detailedView\":true}},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Getting Started\",\"link\":\"/basics\"},{\"text\":\"Dimensions\",\"link\":\"/dimensions\"},{\"text\":\"DimArrays\",\"link\":\"/dimarrays\"},{\"text\":\"Selectors\",\"link\":\"/selectors\"},{\"text\":\"Integrations\",\"items\":[{\"text\":\"Integrations\",\"link\":\"/integrations\"},{\"text\":\"Plots and Makie\",\"link\":\"/plots\"},{\"text\":\"Tables and DataFrames\",\"link\":\"/tables\"},{\"text\":\"CUDA and GPUs\",\"link\":\"/cuda\"},{\"text\":\"DiskArrays\",\"link\":\"/diskarrays\"},{\"text\":\"Extending DimensionalData\",\"link\":\"/extending_dd\"}]},{\"component\":\"VersionPicker\"}],\"sidebar\":[{\"text\":\"Getting Started\",\"link\":\"/basics\",\"items\":[{\"text\":\"Dimensions\",\"link\":\"/dimensions\"},{\"text\":\"Selectors\",\"link\":\"/selectors\"},{\"text\":\"DimArrays\",\"link\":\"/dimarrays\"},{\"text\":\"DimStacks\",\"link\":\"/stacks\"},{\"text\":\"GroupBy\",\"link\":\"/groupby\"},{\"text\":\"Dimension-aware broadcast\",\"link\":\"/broadcasts.md\"},{\"text\":\"Getting information\",\"link\":\"/get_info\"},{\"text\":\"Object modification\",\"link\":\"/object_modification\"}]},{\"text\":\"Integrations\",\"link\":\"/integrations\",\"items\":[{\"text\":\"Plots and Makie\",\"link\":\"/plots\"},{\"text\":\"Tables and DataFrames\",\"link\":\"/tables\"},{\"text\":\"CUDA and GPUs\",\"link\":\"/cuda\"},{\"text\":\"DiskArrays\",\"link\":\"/diskarrays\"},{\"text\":\"Extending DimensionalData\",\"link\":\"/extending_dd\"}]},{\"text\":\"API Reference\",\"link\":\"/api/reference\",\"items\":[{\"text\":\"Dimensions Reference\",\"link\":\"/api/dimensions\"},{\"text\":\"LookupArrays Reference\",\"link\":\"/api/lookuparrays\"}]}],\"editLink\":{\"pattern\":\"https://github.com/rafaqz/DimensionalData.jl/edit/master/docs/src/:path\"},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/rafaqz/DimensionalData.jl\"}],\"footer\":{\"message\":\"Made with <a href=\\\"https://github.com/LuxDL/DocumenterVitepress.jl\\\" target=\\\"_blank\\\"><strong>DocumenterVitepress.jl</strong></a>\",\"copyright\":\"© Copyright 2024. Released under the MIT License.\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>

</body>
</html>
179 changes: 179 additions & 0 deletions v0.29.5/api/dimensions.html

Large diffs are not rendered by default.

240 changes: 240 additions & 0 deletions v0.29.5/api/lookuparrays.html

Large diffs are not rendered by default.

476 changes: 476 additions & 0 deletions v0.29.5/api/reference.html

Large diffs are not rendered by default.

Loading

0 comments on commit d584c9e

Please sign in to comment.