Skip to content

Commit

Permalink
delete history
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Dec 23, 2024
0 parents commit 1f53974
Show file tree
Hide file tree
Showing 706 changed files with 35,787 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/workflows/DeployDocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: Deploy GitHub Pages

on:
# Runs on pushes targeting the default branch
push:
branches:
- gh-pages

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: "gh-pages"
fetch-depth: 0 # Not needed if lastUpdated is not enabled
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Fix Symlinks for Vitepress
run: |
find -type l -exec bash -c 'dir="$0"; newlnk=${dir:2}; lnk="$(readlink -m "$0")"; orglnk=$(basename $lnk); echo "$newlnk <--> $orglnk"; rm "$0"; cp -r $lnk "$0"; cd "$0"; grep "$orglnk" . -lr | xargs sed -i "s/$orglnk/$newlnk/g"; cd ..' {} \;
ls -al;
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Binary file added android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions dev/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!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 | Boltz.jl Docs</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.5.0">
<link rel="preload stylesheet" href="/Boltz.jl/dev/assets/style.BvW4vyFm.css" as="style">
<link rel="preload stylesheet" href="/Boltz.jl/dev/vp-icons.css" as="style">

<script type="module" src="/Boltz.jl/dev/assets/app.D9lb7J90.js"></script>
<link rel="preload" href="/Boltz.jl/dev/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q8GYTEVTZ2"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date),gtag("config","G-Q8GYTEVTZ2");</script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/site.webmanifest">
<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_basis.md\":\"D-gdgP1g\",\"api_index.md\":\"BP84WF6H\",\"api_layers.md\":\"Ctcd_6il\",\"api_private.md\":\"Bx-Z0HFD\",\"api_vision.md\":\"D-4Td_yF\",\"index.md\":\"CWKIhE9b\",\"tutorials_1_gettingstarted.md\":\"BkXGCB_-\",\"tutorials_2_symbolicoptimalcontrol.md\":\"BVL3a2D7\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Boltz.jl Docs\",\"description\":\"Documentation for Boltz.jl\",\"base\":\"/Boltz.jl/dev/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"outline\":\"deep\",\"logo\":{\"light\":\"/lux-logo.svg\",\"dark\":\"/lux-logo-dark.svg\"},\"search\":{\"provider\":\"local\",\"options\":{\"detailedView\":true}},\"nav\":[{\"text\":\"Boltz.jl\",\"link\":\"/index\"},{\"text\":\"Tutorials\",\"collapsed\":false,\"items\":[{\"text\":\"Getting Started\",\"link\":\"/tutorials/1_GettingStarted\"},{\"text\":\"Symbolic Optimal Control\",\"link\":\"/tutorials/2_SymbolicOptimalControl\"}]},{\"text\":\"API Reference\",\"collapsed\":false,\"items\":[{\"text\":\"Index\",\"link\":\"/api/index\"},{\"text\":\"Basis Functions\",\"link\":\"/api/basis\"},{\"text\":\"Layers API\",\"link\":\"/api/layers\"},{\"text\":\"Vision Models\",\"link\":\"/api/vision\"},{\"text\":\"Private API\",\"link\":\"/api/private\"}]}],\"sidebar\":[{\"text\":\"Boltz.jl\",\"link\":\"/index\"},{\"text\":\"Tutorials\",\"collapsed\":false,\"items\":[{\"text\":\"Getting Started\",\"link\":\"/tutorials/1_GettingStarted\"},{\"text\":\"Symbolic Optimal Control\",\"link\":\"/tutorials/2_SymbolicOptimalControl\"}]},{\"text\":\"API Reference\",\"collapsed\":false,\"items\":[{\"text\":\"Index\",\"link\":\"/api/index\"},{\"text\":\"Basis Functions\",\"link\":\"/api/basis\"},{\"text\":\"Layers API\",\"link\":\"/api/layers\"},{\"text\":\"Vision Models\",\"link\":\"/api/vision\"},{\"text\":\"Private API\",\"link\":\"/api/private\"}]}],\"editLink\":{\"pattern\":\"https://github.com/LuxDL/Boltz.jl/edit/main/docs/src/:path\",\"text\":\"Edit this page on GitHub\"},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/LuxDL/Boltz.jl\"},{\"icon\":\"twitter\",\"link\":\"https://twitter.com/avikpal1410\"},{\"icon\":\"slack\",\"link\":\"https://julialang.org/slack/\"}],\"footer\":{\"message\":\"Made with <a href=\\\"https://documenter.juliadocs.org/stable/\\\" target=\\\"_blank\\\"><strong>Documenter.jl</strong></a>, <a href=\\\"https://vitepress.dev\\\" target=\\\"_blank\\\"><strong>VitePress</strong></a> and <a href=\\\"https://luxdl.github.io/DocumenterVitepress.jl/stable\\\" target=\\\"_blank\\\"><strong>DocumenterVitepress.jl</strong></a><br>Released under the MIT License. Powered by the <a href=\\\"https://www.julialang.org\\\">Julia Programming Language</a>.<br>\",\"copyright\":\"© Copyright 2024 Avik Pal.\"},\"lastUpdated\":{\"text\":\"Updated at\",\"formatOptions\":{\"dateStyle\":\"full\",\"timeStyle\":\"medium\"}}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>

</body>
</html>
32 changes: 32 additions & 0 deletions dev/api/basis.html

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions dev/api/index.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions dev/api/layers.html

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions dev/api/private.html

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions dev/api/vision.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dev/assets/api_basis.md.D-gdgP1g.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dev/assets/api_basis.md.D-gdgP1g.lean.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dev/assets/api_index.md.BP84WF6H.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dev/assets/api_index.md.BP84WF6H.lean.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1f53974

Please sign in to comment.