Skip to content

Commit f13949d

Browse files
committed
Update docs — 2026-03-19 15:59
1 parent fee9565 commit f13949d

62 files changed

Lines changed: 211 additions & 1635 deletions

Some content is hidden

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

v2/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 4a01298a14c204995f1671d7b38293ea
3+
config: 75eb5995143c454e5bd0b3877a71e349
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

v2/.doctrees/README.doctree

-677 Bytes
Binary file not shown.

v2/.doctrees/environment.pickle

-3.08 KB
Binary file not shown.

v2/.doctrees/gallery.doctree

-8.09 KB
Binary file not shown.

v2/.doctrees/index.doctree

-17 Bytes
Binary file not shown.

v2/.doctrees/papers.doctree

828 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

v2/README.html

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
</ul>
6060
<p class="caption" role="heading"><span class="caption-text">Project</span></p>
6161
<ul>
62-
<li class="toctree-l1"><a class="reference internal" href="gallery.html">Gallery</a></li>
6362
<li class="toctree-l1"><a class="reference internal" href="papers.html">Publications</a></li>
6463
</ul>
6564

@@ -135,7 +134,7 @@ <h2>Source Layout<a class="headerlink" href="#source-layout" title="Link to this
135134
<li><p><code class="docutils literal notranslate"><span class="pre">docs/source/index.rst</span></code>: site landing + toctrees</p></li>
136135
<li><p><code class="docutils literal notranslate"><span class="pre">docs/source/python-api/</span></code>: Python API reference pages</p></li>
137136
<li><p><code class="docutils literal notranslate"><span class="pre">docs/source/cpp-api/index.rst</span></code>: C++ API entry page</p></li>
138-
<li><p><code class="docutils literal notranslate"><span class="pre">docs/source/_templates/versions.html</span></code>: version picker template</p></li>
137+
<li><p><code class="docutils literal notranslate"><span class="pre">docs/source/_templates/versions.html</span></code>: empty override (sidebar version dropdown disabled)</p></li>
139138
<li><p><code class="docutils literal notranslate"><span class="pre">docs/source/_static/</span></code>: static assets (including tutorial images)</p></li>
140139
<li><p><code class="docutils literal notranslate"><span class="pre">docs/Doxyfile</span></code>: Doxygen config used before Sphinx build</p></li>
141140
</ul>
@@ -199,12 +198,7 @@ <h3>What it does<a class="headerlink" href="#what-it-does" title="Link to this h
199198
</li>
200199
<li><p>Verifies core Python imports (<code class="docutils literal notranslate"><span class="pre">pyvcad</span></code>, <code class="docutils literal notranslate"><span class="pre">pyvcad_compilers</span></code>).</p></li>
201200
<li><p>Runs <code class="docutils literal notranslate"><span class="pre">doxygen</span> <span class="pre">docs/Doxyfile</span></code> for each branch, requiring XML output.</p></li>
202-
<li><p>Runs Sphinx build for each branch with version metadata environment vars:</p>
203-
<ul class="simple">
204-
<li><p><code class="docutils literal notranslate"><span class="pre">OPENVCAD_DOCS_VERSION</span></code></p></li>
205-
<li><p><code class="docutils literal notranslate"><span class="pre">OPENVCAD_VERSIONS_JSON</span></code></p></li>
206-
</ul>
207-
</li>
201+
<li><p>Runs Sphinx build for each branch.</p></li>
208202
<li><p>Copies built outputs into deploy layout:</p>
209203
<ul class="simple">
210204
<li><p><code class="docutils literal notranslate"><span class="pre">deploy/v2/</span></code></p></li>
@@ -272,7 +266,7 @@ <h2>Notes and Troubleshooting<a class="headerlink" href="#notes-and-troubleshoot
272266
<hr/>
273267

274268
<div role="contentinfo">
275-
<p>&#169; Copyright 2024, Charles Wade and Robert MacCurdy.</p>
269+
<p>&#169; Copyright 2025, Charles Wade and Robert MacCurdy.</p>
276270
</div>
277271

278272
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
@@ -285,32 +279,7 @@ <h2>Notes and Troubleshooting<a class="headerlink" href="#notes-and-troubleshoot
285279
</div>
286280
</section>
287281
</div>
288-
289-
290-
291-
292-
293-
<div class="version-picker" style="padding: 12px; margin-bottom: 12px;">
294-
<label for="version-select" style="font-weight: bold; display: block; margin-bottom: 4px; font-size: 0.85em; color: #999;">
295-
Version
296-
</label>
297-
<select id="version-select"
298-
onchange="if(this.value) window.location.href=this.value;"
299-
style="width: 100%; padding: 4px; border-radius: 4px; border: 1px solid #555; background: #333; color: #eee;">
300-
301-
<option value="../v2/index.html"
302-
selected>
303-
v2
304-
</option>
305-
306-
<option value="../v3-dev/index.html"
307-
>
308-
v3-dev
309-
</option>
310-
311-
</select>
312-
</div>
313-
<script>
282+
<script>
314283
jQuery(function () {
315284
SphinxRtdTheme.Navigation.enable(true);
316285
});

v2/_modules/index.html

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
</ul>
5959
<p class="caption" role="heading"><span class="caption-text">Project</span></p>
6060
<ul>
61-
<li class="toctree-l1"><a class="reference internal" href="../gallery.html">Gallery</a></li>
6261
<li class="toctree-l1"><a class="reference internal" href="../papers.html">Publications</a></li>
6362
</ul>
6463

@@ -99,7 +98,7 @@ <h1>All modules for which code is available</h1>
9998
<hr/>
10099

101100
<div role="contentinfo">
102-
<p>&#169; Copyright 2024, Charles Wade and Robert MacCurdy.</p>
101+
<p>&#169; Copyright 2025, Charles Wade and Robert MacCurdy.</p>
103102
</div>
104103

105104
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
@@ -112,32 +111,7 @@ <h1>All modules for which code is available</h1>
112111
</div>
113112
</section>
114113
</div>
115-
116-
117-
118-
119-
120-
<div class="version-picker" style="padding: 12px; margin-bottom: 12px;">
121-
<label for="version-select" style="font-weight: bold; display: block; margin-bottom: 4px; font-size: 0.85em; color: #999;">
122-
Version
123-
</label>
124-
<select id="version-select"
125-
onchange="if(this.value) window.location.href=this.value;"
126-
style="width: 100%; padding: 4px; border-radius: 4px; border: 1px solid #555; background: #333; color: #eee;">
127-
128-
<option value="../v2/index.html"
129-
selected>
130-
v2
131-
</option>
132-
133-
<option value="../v3-dev/index.html"
134-
>
135-
v3-dev
136-
</option>
137-
138-
</select>
139-
</div>
140-
<script>
114+
<script>
141115
jQuery(function () {
142116
SphinxRtdTheme.Navigation.enable(true);
143117
});

v2/_modules/pyvcad_rendering/export.html

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
</ul>
5959
<p class="caption" role="heading"><span class="caption-text">Project</span></p>
6060
<ul>
61-
<li class="toctree-l1"><a class="reference internal" href="../../gallery.html">Gallery</a></li>
6261
<li class="toctree-l1"><a class="reference internal" href="../../papers.html">Publications</a></li>
6362
</ul>
6463

@@ -116,7 +115,7 @@ <h1>Source code for pyvcad_rendering.export</h1><div class="highlight"><pre>
116115
<hr/>
117116

118117
<div role="contentinfo">
119-
<p>&#169; Copyright 2024, Charles Wade and Robert MacCurdy.</p>
118+
<p>&#169; Copyright 2025, Charles Wade and Robert MacCurdy.</p>
120119
</div>
121120

122121
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
@@ -129,32 +128,7 @@ <h1>Source code for pyvcad_rendering.export</h1><div class="highlight"><pre>
129128
</div>
130129
</section>
131130
</div>
132-
133-
134-
135-
136-
137-
<div class="version-picker" style="padding: 12px; margin-bottom: 12px;">
138-
<label for="version-select" style="font-weight: bold; display: block; margin-bottom: 4px; font-size: 0.85em; color: #999;">
139-
Version
140-
</label>
141-
<select id="version-select"
142-
onchange="if(this.value) window.location.href=this.value;"
143-
style="width: 100%; padding: 4px; border-radius: 4px; border: 1px solid #555; background: #333; color: #eee;">
144-
145-
<option value="../v2/index.html"
146-
selected>
147-
v2
148-
</option>
149-
150-
<option value="../v3-dev/index.html"
151-
>
152-
v3-dev
153-
</option>
154-
155-
</select>
156-
</div>
157-
<script>
131+
<script>
158132
jQuery(function () {
159133
SphinxRtdTheme.Navigation.enable(true);
160134
});

0 commit comments

Comments
 (0)