You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/class_examples.html
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ <h2>Welcome to Usage Class Examples</h2>
353
353
<p>Select a module in the left menu to view usage examples. These examples are not for production and are automatically extracted from the main section of each module.</p>
354
354
<p>Back to the <ahref='index.html'>Python'Pizza3 documentation</a>.</p>
355
355
<p>When no module is selected, you see this welcome page. They are used to test classes with typical codes. The main section often serves as a testing script, example usage block, or self-contained test block. It's a way to demonstrate how the module's functionality works or to run simple unit tests and examples inline.</p>
356
-
<p>Generated on: 2025-01-22 00:44:24</p>
356
+
<p>Generated on: 2025-01-23 00:06:34</p>
357
357
358
358
</div>
359
359
@@ -1523,11 +1523,12 @@ <h2>Welcome to Usage Class Examples</h2>
<spanclass="n">D</span><spanclass="o">.</span><spanclass="n">DEFINITIONS</span><spanclass="o">.</span><spanclass="n">l</span><spanclass="o">=</span><spanclass="p">[</span><spanclass="mf">1e-3</span><spanclass="p">,</span><spanclass="mf">2e-3</span><spanclass="p">,</span><spanclass="mf">3e-3</span><spanclass="p">]</span><spanclass="c1"># l is defined as a list</span>
1527
+
<spanclass="n">D</span><spanclass="o">.</span><spanclass="n">DEFINITIONS</span><spanclass="o">.</span><spanclass="n">a</span><spanclass="o">=</span><spanclass="s2">"$[1 2 3]"</span><spanclass="c1"># a is defined with Matlab notations</span>
1528
+
<spanclass="n">D</span><spanclass="o">.</span><spanclass="n">DEFINITIONS</span><spanclass="o">.</span><spanclass="n">scale</span><spanclass="o">=</span><spanclass="s2">"@</span><spanclass="si">{l}</span><spanclass="s2">*2*@</span><spanclass="si">{a}</span><spanclass="s2">"</span><spanclass="c1"># l is rescaled</span>
| \`param\` | \`eval\` | Eval method for structure such as MS.alias | 123 | 1.005 |
1883
+
| \`param\` | \`eval\` | Eval method for structure such as MS.alias | 124 | 1.005 |
1904
1884
| \`param\` | \`format\` | Format a string with fields using \{field\} as placeholders. Handles expressions like $\{variable1\}. | 54 | 1.005 |
1905
1885
| \`param\` | \`format_array\` | Format NumPy array for display with distinctions for scalars, row/column vectors, and ND arrays. Recursively formats multi-dimensional arrays without introducing unwanted commas. | 105 | 1.005 |
1906
1886
| \`param\` | \`format_legacy\` | format a string with field (use \{field\} as placeholders) s.replace(string), s.replace(string,escape=True) where: s is a struct object string is a string with possibly $\{variable1\} escape is a flag to prevent $\{\} replaced by \{\} | 27 | 1.005 |
@@ -1916,10 +1896,11 @@ <h2>Welcome to Pizza3 Documentation</h2>
1916
1896
| \`param\` | \`items\` | return all elements as iterable key, value | 3 | 1.005 |
| \`param\` | \`replace_matrix_shorthand\` | Transforms custom shorthand notations for NumPy arrays within a string into valid NumPy array constructors. Supports up to 4-dimensional arrays and handles variable references. | 146 | 1.005 |
1903
+
| \`param\` | \`replace_matrix_shorthand\` | Transforms custom shorthand notations for NumPy arrays within a string into valid NumPy array constructors. Supports up to 4-dimensional arrays and handles variable references. | 149 | 1.005 |
1923
1904
| \`param\` | \`safe_fstring\` | Safely evaluate expressions in $\{\} using SafeEvaluator. | 61 | 1.005 |
1924
1905
| \`param\` | \`scan\` | scan(string) scan a string for variables | 11 | 1.005 |
| \`paramauto\` | \`eval\` | Eval method for structure such as MS.alias | 123 | 1.005 |
1944
+
| \`paramauto\` | \`eval\` | Eval method for structure such as MS.alias | 124 | 1.005 |
1964
1945
| \`paramauto\` | \`format\` | Format a string with fields using \{field\} as placeholders. Handles expressions like $\{variable1\}. | 54 | 1.005 |
1965
1946
| \`paramauto\` | \`format_array\` | Format NumPy array for display with distinctions for scalars, row/column vectors, and ND arrays. Recursively formats multi-dimensional arrays without introducing unwanted commas. | 105 | 1.005 |
1966
1947
| \`paramauto\` | \`format_legacy\` | format a string with field (use \{field\} as placeholders) s.replace(string), s.replace(string,escape=True) where: s is a struct object string is a string with possibly $\{variable1\} escape is a flag to prevent $\{\} replaced by \{\} | 27 | 1.005 |
@@ -1976,10 +1957,11 @@ <h2>Welcome to Pizza3 Documentation</h2>
1976
1957
| \`paramauto\` | \`items\` | return all elements as iterable key, value | 3 | 1.005 |
| \`paramauto\` | \`replace_matrix_shorthand\` | Transforms custom shorthand notations for NumPy arrays within a string into valid NumPy array constructors. Supports up to 4-dimensional arrays and handles variable references. | 146 | 1.005 |
1964
+
| \`paramauto\` | \`replace_matrix_shorthand\` | Transforms custom shorthand notations for NumPy arrays within a string into valid NumPy array constructors. Supports up to 4-dimensional arrays and handles variable references. | 149 | 1.005 |
1983
1965
| \`paramauto\` | \`safe_fstring\` | Safely evaluate expressions in $\{\} using SafeEvaluator. | 61 | 1.005 |
1984
1966
| \`paramauto\` | \`scan\` | scan(string) scan a string for variables | 11 | 1.005 |
0 commit comments