Skip to content

Commit c514363

Browse files
committed
Update docs — 2026-03-19 13:30
1 parent 6ac2a9e commit c514363

208 files changed

Lines changed: 25302 additions & 115 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>OpenVCAD Documentation</title>
6+
<style>
7+
* { box-sizing: border-box; margin: 0; padding: 0; }
8+
body {
9+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
10+
"Helvetica Neue", Arial, sans-serif;
11+
background: #1a1a2e;
12+
color: #e0e0e0;
13+
min-height: 100vh;
14+
display: flex;
15+
flex-direction: column;
16+
align-items: center;
17+
justify-content: center;
18+
}
19+
.container {
20+
text-align: center;
21+
max-width: 600px;
22+
padding: 40px 20px;
23+
}
24+
h1 { font-size: 2.4em; margin-bottom: 0.3em; color: #fff; }
25+
.subtitle { font-size: 1.1em; color: #aaa; margin-bottom: 2em; }
26+
.versions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
27+
.version-card {
28+
display: block;
29+
padding: 20px 32px;
30+
background: #16213e;
31+
border: 1px solid #0f3460;
32+
border-radius: 8px;
33+
text-decoration: none;
34+
color: #e0e0e0;
35+
transition: all 0.2s;
36+
}
37+
.version-card:hover {
38+
background: #0f3460;
39+
border-color: #4a90d9;
40+
transform: translateY(-2px);
41+
}
42+
.version-card .label { font-size: 1.4em; font-weight: 600; color: #4a90d9; }
43+
.version-card .desc { font-size: 0.85em; color: #888; margin-top: 4px; }
44+
.version-card.stable .label { color: #53d769; }
45+
footer {
46+
margin-top: 3em;
47+
font-size: 0.85em;
48+
color: #666;
49+
}
50+
footer a { color: #4a90d9; text-decoration: none; }
51+
footer a:hover { text-decoration: underline; }
52+
</style>
53+
</head>
54+
<body>
55+
<div class="container">
56+
<h1>OpenVCAD Documentation</h1>
57+
<p class="subtitle">Volumetric Multi-Material Programmable CAD</p>
58+
<div class="versions">
59+
<a href="v2/index.html" class="version-card stable">
60+
<div class="label">v2</div>
61+
<div class="desc">Latest stable release</div>
62+
</a>
63+
<a href="v3-dev/index.html" class="version-card">
64+
<div class="label">v3-dev</div>
65+
<div class="desc">Development preview</div>
66+
</a>
67+
</div>
68+
<footer>
69+
<a href="https://matterassembly.org/openvcad">OpenVCAD Project</a> &middot;
70+
<a href="https://github.com/MacCurdyLab/OpenVCAD-Public">GitHub</a> &middot;
71+
<a href="https://github.com/MacCurdyLab/OpenVCAD-Public/issues">Report an Issue</a>
72+
</footer>
73+
</div>
74+
</body>
75+
</html>

pyvcad-doc/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyvcad-doc/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

pyvcad-doc/make.bat

Lines changed: 0 additions & 35 deletions
This file was deleted.

pyvcad-doc/source/conf.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

pyvcad-doc/source/index.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

v2/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 7c4b11c1fb714bf94e327fda81f2f6c0
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

v2/.doctrees/cpp-api/index.doctree

5.83 KB
Binary file not shown.

0 commit comments

Comments
 (0)