Skip to content

Commit 5ad27c1

Browse files
committed
deploy: 3863518
1 parent 99d96e3 commit 5ad27c1

58 files changed

Lines changed: 4451 additions & 611 deletions

Some content is hidden

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

.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: 76d26ad322b3e425cc1af352a85d8c6f
3+
config: 7e5f914552e943c1d556b6759657992b
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

LICENSE.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<title>License &mdash; PyGeM 2.0.0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
11-
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
11+
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
1313

1414

1515
<script src="_static/jquery.js?v=5d32c60e"></script>
1616
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
1717
<script src="_static/documentation_options.js?v=51b770b3"></script>
18-
<script src="_static/doctools.js?v=9bcbadda"></script>
19-
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
18+
<script src="_static/doctools.js?v=fd6eb6e6"></script>
19+
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2020
<script src="_static/js/theme.js"></script>
2121
<link rel="index" title="Index" href="genindex.html" />
2222
<link rel="search" title="Search" href="search.html" />
@@ -99,8 +99,8 @@ <h1>License<a class="headerlink" href="#license" title="Link to this heading">
9999
<hr/>
100100

101101
<div role="contentinfo">
102-
<p>&#169; Copyright Copyright 2017-2025, PyGeM contributors.
103-
<span class="lastupdated">Last updated on Dec 11, 2025.
102+
<p>&#169; Copyright Copyright 2017-2026, PyGeM contributors.
103+
<span class="lastupdated">Last updated on Apr 09, 2026.
104104
</span></p>
105105
</div>
106106

_modules/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Overview: module code &mdash; PyGeM 2.0.0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
10-
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
10+
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=9edc463e" />
1111
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=4ae1632d" />
1212

1313

1414
<script src="../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
1616
<script src="../_static/documentation_options.js?v=51b770b3"></script>
17-
<script src="../_static/doctools.js?v=9bcbadda"></script>
18-
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
17+
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
18+
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
1919
<script src="../_static/js/theme.js"></script>
2020
<link rel="index" title="Index" href="../genindex.html" />
2121
<link rel="search" title="Search" href="../search.html" />
@@ -73,6 +73,11 @@
7373

7474
<h1>All modules for which code is available</h1>
7575
<ul><li><a href="pygem/bffd.html">pygem.bffd</a></li>
76+
<li><a href="pygem/cad/cad_deformation.html">pygem.cad.cad_deformation</a></li>
77+
<li><a href="pygem/cad/custom_deformation.html">pygem.cad.custom_deformation</a></li>
78+
<li><a href="pygem/cad/ffd.html">pygem.cad.ffd</a></li>
79+
<li><a href="pygem/cad/idw.html">pygem.cad.idw</a></li>
80+
<li><a href="pygem/cad/rbf.html">pygem.cad.rbf</a></li>
7681
<li><a href="pygem/cffd.html">pygem.cffd</a></li>
7782
<li><a href="pygem/custom_deformation.html">pygem.custom_deformation</a></li>
7883
<li><a href="pygem/ffd.html">pygem.ffd</a></li>
@@ -95,8 +100,8 @@ <h1>All modules for which code is available</h1>
95100
<hr/>
96101

97102
<div role="contentinfo">
98-
<p>&#169; Copyright Copyright 2017-2025, PyGeM contributors.
99-
<span class="lastupdated">Last updated on Dec 11, 2025.
103+
<p>&#169; Copyright Copyright 2017-2026, PyGeM contributors.
104+
<span class="lastupdated">Last updated on Apr 09, 2026.
100105
</span></p>
101106
</div>
102107

_modules/pygem/bffd.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>pygem.bffd &mdash; PyGeM 2.0.0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
10-
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
10+
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=9edc463e" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=4ae1632d" />
1212

1313

1414
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
1616
<script src="../../_static/documentation_options.js?v=51b770b3"></script>
17-
<script src="../../_static/doctools.js?v=9bcbadda"></script>
18-
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
17+
<script src="../../_static/doctools.js?v=fd6eb6e6"></script>
18+
<script src="../../_static/sphinx_highlight.js?v=6ffebe34"></script>
1919
<script src="../../_static/js/theme.js"></script>
2020
<link rel="index" title="Index" href="../../genindex.html" />
2121
<link rel="search" title="Search" href="../../search.html" />
@@ -137,8 +137,8 @@ <h1>Source code for pygem.bffd</h1><div class="highlight"><pre>
137137
<hr/>
138138

139139
<div role="contentinfo">
140-
<p>&#169; Copyright Copyright 2017-2025, PyGeM contributors.
141-
<span class="lastupdated">Last updated on Dec 11, 2025.
140+
<p>&#169; Copyright Copyright 2017-2026, PyGeM contributors.
141+
<span class="lastupdated">Last updated on Apr 09, 2026.
142142
</span></p>
143143
</div>
144144

0 commit comments

Comments
 (0)