Skip to content

Commit 3c2d614

Browse files
author
github-actions
committed
Publish Documentation
1 parent f04f06c commit 3c2d614

File tree

133 files changed

+2004
-1774
lines changed

Some content is hidden

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

133 files changed

+2004
-1774
lines changed

master/_sources/api.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,14 +297,14 @@ properly on terminal.
297297
:caption: Adding MATLAB custom file.
298298
299299
% Row Name Custom File Name Language Path
300-
problem.addCustomFile('DSPC Model','customBilayer.m','matlab','pwd');
300+
problem.addCustomFile('DSPC Model','customBilayer.m','matlab',pwd);
301301
302302
.. code-block:: MATLAB
303303
:caption: Adding C++ custom file.
304304
305305
% For C++, function name of the cpp file is supplied
306306
% Row Name DLL/function Name Language Path
307-
problem.addCustomFile('DSPC CPP Model','customBilayer','c++','pwd');
307+
problem.addCustomFile('DSPC CPP Model','customBilayer','c++',pwd);
308308
309309
310310

master/_sources/customFileClass.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ properly on terminal.
2222
:caption: Adding MATLAB custom file.
2323
2424
% Row Name Custom File Name Language Path
25-
problem.addCustomFile('DSPC Model','customBilayer.m','matlab','pwd');
25+
problem.addCustomFile('DSPC Model','customBilayer.m','matlab',pwd);
2626
2727
.. code-block:: MATLAB
2828
:caption: Adding C++ custom file.
2929
3030
% For C++, function name of the cpp file is supplied
3131
% Row Name DLL/function Name Language Path
32-
problem.addCustomFile('DSPC CPP Model','customBilayer','c++','pwd');
32+
problem.addCustomFile('DSPC CPP Model','customBilayer','c++',pwd);
3333
3434
3535
.. warning::

master/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,15 +402,15 @@ <h3>Custom File Class<a class="headerlink" href="#custom-file-class" title="Perm
402402
<div class="literal-block-wrapper docutils container" id="id14">
403403
<div class="code-block-caption"><span class="caption-text">Adding MATLAB custom file.</span><a class="headerlink" href="#id14" title="Permalink to this code"></a></div>
404404
<div class="highlight-MATLAB notranslate"><div class="highlight"><pre><span></span><span class="w"> </span><span class="c">% Row Name Custom File Name Language Path</span>
405-
<span class="w"> </span><span class="n">problem</span><span class="p">.</span><span class="n">addCustomFile</span><span class="p">(</span><span class="s">&#39;DSPC Model&#39;</span><span class="p">,</span><span class="s">&#39;customBilayer.m&#39;</span><span class="p">,</span><span class="s">&#39;matlab&#39;</span><span class="p">,</span><span class="s">&#39;pwd&#39;</span><span class="p">);</span>
405+
<span class="w"> </span><span class="n">problem</span><span class="p">.</span><span class="n">addCustomFile</span><span class="p">(</span><span class="s">&#39;DSPC Model&#39;</span><span class="p">,</span><span class="s">&#39;customBilayer.m&#39;</span><span class="p">,</span><span class="s">&#39;matlab&#39;</span><span class="p">,</span><span class="nb">pwd</span><span class="p">);</span>
406406
</pre></div>
407407
</div>
408408
</div>
409409
<div class="literal-block-wrapper docutils container" id="id15">
410410
<div class="code-block-caption"><span class="caption-text">Adding C++ custom file.</span><a class="headerlink" href="#id15" title="Permalink to this code"></a></div>
411411
<div class="highlight-MATLAB notranslate"><div class="highlight"><pre><span></span><span class="w"> </span><span class="c">% For C++, function name of the cpp file is supplied</span>
412412
<span class="w"> </span><span class="c">% Row Name DLL/function Name Language Path</span>
413-
<span class="w"> </span><span class="n">problem</span><span class="p">.</span><span class="n">addCustomFile</span><span class="p">(</span><span class="s">&#39;DSPC CPP Model&#39;</span><span class="p">,</span><span class="s">&#39;customBilayer&#39;</span><span class="p">,</span><span class="s">&#39;c++&#39;</span><span class="p">,</span><span class="s">&#39;pwd&#39;</span><span class="p">);</span>
413+
<span class="w"> </span><span class="n">problem</span><span class="p">.</span><span class="n">addCustomFile</span><span class="p">(</span><span class="s">&#39;DSPC CPP Model&#39;</span><span class="p">,</span><span class="s">&#39;customBilayer&#39;</span><span class="p">,</span><span class="s">&#39;c++&#39;</span><span class="p">,</span><span class="nb">pwd</span><span class="p">);</span>
414414
</pre></div>
415415
</div>
416416
</div>

master/api_reference/API/RAT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
8282
0035 <span class="keyword">end</span>
8383
</pre></div>
8484

85-
<hr><address>Generated on Tue 30-Apr-2024 15:28:34 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
85+
<hr><address>Generated on Mon 03-Jun-2024 10:39:54 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
8686
</body>
8787
</html>

master/api_reference/API/RATMain.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
9595
0047 <span class="keyword">end</span>
9696
</pre></div>
9797

98-
<hr><address>Generated on Tue 30-Apr-2024 15:28:34 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
98+
<hr><address>Generated on Mon 03-Jun-2024 10:39:54 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
9999
</body>
100100
</html>

master/api_reference/API/controlsClass.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
752752
0669 <span class="keyword">end</span>
753753
</pre></div>
754754

755-
<hr><address>Generated on Tue 30-Apr-2024 15:28:34 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
755+
<hr><address>Generated on Mon 03-Jun-2024 10:39:54 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
756756
</body>
757757
</html>

master/api_reference/API/createProject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
111111
0054 <span class="keyword">end</span>
112112
</pre></div>
113113

114-
<hr><address>Generated on Tue 30-Apr-2024 15:28:34 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
114+
<hr><address>Generated on Mon 03-Jun-2024 10:39:54 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
115115
</body>
116116
</html>

master/api_reference/API/enums/actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
7474
0020 <span class="keyword">end</span>
7575
</pre></div>
7676

77-
<hr><address>Generated on Tue 30-Apr-2024 15:28:34 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
77+
<hr><address>Generated on Mon 03-Jun-2024 10:39:54 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
7878
</body>
7979
</html>

master/api_reference/API/enums/allowedTypes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
7575
0021 <span class="keyword">end</span>
7676
</pre></div>
7777

78-
<hr><address>Generated on Tue 30-Apr-2024 15:28:34 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
78+
<hr><address>Generated on Mon 03-Jun-2024 10:39:54 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
7979
</body>
8080
</html>

master/api_reference/API/enums/boundHandlingOptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
7676
0022 <span class="keyword">end</span>
7777
</pre></div>
7878

79-
<hr><address>Generated on Tue 30-Apr-2024 15:28:34 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
79+
<hr><address>Generated on Mon 03-Jun-2024 10:39:54 by <strong><a href="https://github.com/gllmflndn/m2html">m2html</a></strong> &copy; 2003-2022</address>
8080
</body>
8181
</html>

0 commit comments

Comments
 (0)