Skip to content

Commit

Permalink
build based on 42c6628
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 16, 2023
1 parent 758cb54 commit bc959c9
Show file tree
Hide file tree
Showing 52 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion previews/PR357/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2023-12-16T16:36:21","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2023-12-16T17:43:27","documenter_version":"1.2.1"}}
4 changes: 2 additions & 2 deletions previews/PR357/1dim-manifold.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="ae580601-d072-4b32-9bc7-1c952b2cb0d4" style="width:600px;height:400px;"></div>
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="99ab245c-599d-4482-84d3-c210dd53d696" style="width:600px;height:400px;"></div>
<script>

Plotly.newPlot('ae580601-d072-4b32-9bc7-1c952b2cb0d4', [
Plotly.newPlot('99ab245c-599d-4482-84d3-c210dd53d696', [
{
"showlegend": false,
"mode": "lines+markers",
Expand Down
4 changes: 2 additions & 2 deletions previews/PR357/2dim-manifold-currying.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="40864f0f-66af-4d9d-ad47-4412129ea958" style="width:600px;height:400px;"></div>
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="d333dba1-3bd1-4b61-9417-edfc71ec0a6c" style="width:600px;height:400px;"></div>
<script>

Plotly.newPlot('40864f0f-66af-4d9d-ad47-4412129ea958', [
Plotly.newPlot('d333dba1-3bd1-4b61-9417-edfc71ec0a6c', [
{
"showlegend": false,
"mode": "markers",
Expand Down
4 changes: 2 additions & 2 deletions previews/PR357/2dim-manifold.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="0bf68bc4-60cc-46a9-8ac5-47dc999660fc" style="width:600px;height:400px;"></div>
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="bdda6fe1-d7ff-4719-93df-b207c54f8766" style="width:600px;height:400px;"></div>
<script>

Plotly.newPlot('0bf68bc4-60cc-46a9-8ac5-47dc999660fc', [
Plotly.newPlot('bdda6fe1-d7ff-4719-93df-b207c54f8766', [
{
"showlegend": false,
"mode": "markers",
Expand Down
4 changes: 2 additions & 2 deletions previews/PR357/api/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion previews/PR357/basicbsplineexporter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
n2 = dim(P2)
a = [SVector(2i-6.5+rand(),1.5j-6.5+rand()) for i in 1:dim(P1), j in 1:dim(P2)] # random generated control points
M = BSplineManifold(a,(P1,P2)) # Define B-spline manifold
save_png(&quot;BasicBSplineExporter_2dim.png&quot;, M) # save image</code></pre><p><img src="../BasicBSplineExporter_2dim.png" alt/></p><h2 id="Other-examples"><a class="docs-heading-anchor" href="#Other-examples">Other examples</a><a id="Other-examples-1"></a><a class="docs-heading-anchor-permalink" href="#Other-examples" title="Permalink"></a></h2><p>Here are some images rendared with POV-Ray.</p><p><img src="../img/pov_1d3d.png" alt/> <img src="../img/pov_2d3d.png" alt/> <img src="../img/pov_3d3d.png" alt/></p><p>See <a href="https://github.com/hyrodium/BasicBSplineExporter.jl/tree/main/test"><code>BasicBSplineExporter.jl/test</code></a> for more examples.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../plotlyjs/">« PlotlyJS.jl</a><a class="docs-footer-nextpage" href="../geometricmodeling/">Geometric modeling »</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Saturday 16 December 2023 16:36">Saturday 16 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
save_png(&quot;BasicBSplineExporter_2dim.png&quot;, M) # save image</code></pre><p><img src="../BasicBSplineExporter_2dim.png" alt/></p><h2 id="Other-examples"><a class="docs-heading-anchor" href="#Other-examples">Other examples</a><a id="Other-examples-1"></a><a class="docs-heading-anchor-permalink" href="#Other-examples" title="Permalink"></a></h2><p>Here are some images rendared with POV-Ray.</p><p><img src="../img/pov_1d3d.png" alt/> <img src="../img/pov_2d3d.png" alt/> <img src="../img/pov_3d3d.png" alt/></p><p>See <a href="https://github.com/hyrodium/BasicBSplineExporter.jl/tree/main/test"><code>BasicBSplineExporter.jl/test</code></a> for more examples.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../plotlyjs/">« PlotlyJS.jl</a><a class="docs-footer-nextpage" href="../geometricmodeling/">Geometric modeling »</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Saturday 16 December 2023 17:43">Saturday 16 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
4 changes: 2 additions & 2 deletions previews/PR357/bsplinebasisall-1.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="a4255ea4-5751-4934-9c48-0bdf2c35f62b" style="width:600px;height:400px;"></div>
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="6baf4523-62cf-45f9-aa5e-609157f81d9e" style="width:600px;height:400px;"></div>
<script>

Plotly.newPlot('a4255ea4-5751-4934-9c48-0bdf2c35f62b', [
Plotly.newPlot('6baf4523-62cf-45f9-aa5e-609157f81d9e', [
{
"showlegend": true,
"mode": "lines",
Expand Down
4 changes: 2 additions & 2 deletions previews/PR357/bsplinebasisall-2.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="4605e4e4-d5e1-4359-9a44-4b615c00b6e0" style="width:600px;height:400px;"></div>
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="7c3eaa66-3ff9-479d-856a-021c2e881dd8" style="width:600px;height:400px;"></div>
<script>

Plotly.newPlot('4605e4e4-d5e1-4359-9a44-4b615c00b6e0', [
Plotly.newPlot('7c3eaa66-3ff9-479d-856a-021c2e881dd8', [
{
"showlegend": true,
"mode": "lines",
Expand Down
4 changes: 2 additions & 2 deletions previews/PR357/bsplinebasisall-3.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="5be12d94-194e-49e3-96aa-1d995bab23c8" style="width:600px;height:400px;"></div>
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="fe636ebe-e00f-4625-853a-932dccaa3209" style="width:600px;height:400px;"></div>
<script>

Plotly.newPlot('5be12d94-194e-49e3-96aa-1d995bab23c8', [
Plotly.newPlot('fe636ebe-e00f-4625-853a-932dccaa3209', [
{
"showlegend": true,
"mode": "lines",
Expand Down
4 changes: 2 additions & 2 deletions previews/PR357/bsplinebasisderivativeplot.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="8ae89a7b-f7ad-41e2-a8ba-a079413d46e4" style="width:600px;height:400px;"></div>
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="bd718d5b-d8dd-42f1-9e91-db3688f630d7" style="width:600px;height:400px;"></div>
<script>

Plotly.newPlot('8ae89a7b-f7ad-41e2-a8ba-a079413d46e4', [
Plotly.newPlot('bd718d5b-d8dd-42f1-9e91-db3688f630d7', [
{
"showlegend": true,
"mode": "lines",
Expand Down
4 changes: 2 additions & 2 deletions previews/PR357/bsplinebasisplot.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="c4ee0dd7-106f-44cf-a1ca-30415a7a168d" style="width:600px;height:400px;"></div>
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="9902890e-80c6-459e-bd12-47b52d344324" style="width:600px;height:400px;"></div>
<script>

Plotly.newPlot('c4ee0dd7-106f-44cf-a1ca-30415a7a168d', [
Plotly.newPlot('9902890e-80c6-459e-bd12-47b52d344324', [
{
"showlegend": false,
"mode": "lines",
Expand Down
4 changes: 2 additions & 2 deletions previews/PR357/bsplinebasisplot2.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="ae8c56f2-51a8-4646-a194-79a4df82f9d1" style="width:600px;height:400px;"></div>
<script src="https://cdn.plot.ly/plotly-2.6.3.min.js"></script> <div id="c3c215c3-a49c-4a1e-88ce-b6fad736ae63" style="width:600px;height:400px;"></div>
<script>

Plotly.newPlot('ae8c56f2-51a8-4646-a194-79a4df82f9d1', [
Plotly.newPlot('c3c215c3-a49c-4a1e-88ce-b6fad736ae63', [
{
"showlegend": false,
"mode": "lines",
Expand Down
Loading

0 comments on commit bc959c9

Please sign in to comment.