Selaa lähdekoodia

Added some TODOs for later, but nobody is really interested in that
right now, I think...

Yentl Van Tendeloo 8 vuotta sitten
vanhempi
commit
3eacdff479

BIN
doc/_build/doctrees/advanced.doctree


BIN
doc/_build/doctrees/examples.doctree


+ 3 - 0
doc/_build/html/_sources/advanced.txt

@@ -1,6 +1,9 @@
 Advanced examples
 =================
 
+These advanced examples show you how the core algorithms of the Modelverse are implemented and how you can potentially modify them.
+This part is still TODO, since this is probably not of interest to you.
+
 Inheritance Semantics
 ---------------------
 

+ 5 - 0
doc/_build/html/_sources/examples.txt

@@ -455,3 +455,8 @@ A simple example of its use is shown below.
 
 In this case, note that the value of tokens is the string 3 instead of the integer (or natural) 3.
 Therefore, the conformance check will flag this value as incorrectly typed.
+
+Upload model
+------------
+
+TODO: use the execute_model.py

+ 2 - 0
doc/_build/html/advanced.html

@@ -51,6 +51,8 @@
             
   <div class="section" id="advanced-examples">
 <h1>Advanced examples<a class="headerlink" href="#advanced-examples" title="Permalink to this headline">¶</a></h1>
+<p>These advanced examples show you how the core algorithms of the Modelverse are implemented and how you can potentially modify them.
+This part is still TODO, since this is probably not of interest to you.</p>
 <div class="section" id="inheritance-semantics">
 <h2>Inheritance Semantics<a class="headerlink" href="#inheritance-semantics" title="Permalink to this headline">¶</a></h2>
 </div>

+ 5 - 0
doc/_build/html/examples.html

@@ -494,6 +494,10 @@ A simple example of its use is shown below.</p>
 <p>In this case, note that the value of tokens is the string 3 instead of the integer (or natural) 3.
 Therefore, the conformance check will flag this value as incorrectly typed.</p>
 </div>
+<div class="section" id="upload-model">
+<h2>Upload model<a class="headerlink" href="#upload-model" title="Permalink to this headline">¶</a></h2>
+<p>TODO: use the execute_model.py</p>
+</div>
 </div>
 
 
@@ -507,6 +511,7 @@ Therefore, the conformance check will flag this value as incorrectly typed.</p>
 <li><a class="reference internal" href="#">Examples</a><ul>
 <li><a class="reference internal" href="#fibonacci-server">Fibonacci Server</a></li>
 <li><a class="reference internal" href="#modelling-server">Modelling Server</a></li>
+<li><a class="reference internal" href="#upload-model">Upload model</a></li>
 </ul>
 </li>
 </ul>

+ 1 - 0
doc/_build/html/index.html

@@ -92,6 +92,7 @@
 <li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul>
 <li class="toctree-l2"><a class="reference internal" href="examples.html#fibonacci-server">Fibonacci Server</a></li>
 <li class="toctree-l2"><a class="reference internal" href="examples.html#modelling-server">Modelling Server</a></li>
+<li class="toctree-l2"><a class="reference internal" href="examples.html#upload-model">Upload model</a></li>
 </ul>
 </li>
 <li class="toctree-l1"><a class="reference internal" href="advanced.html">Advanced examples</a><ul>

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 1 - 1
doc/_build/html/searchindex.js


+ 3 - 0
doc/advanced.rst

@@ -1,6 +1,9 @@
 Advanced examples
 =================
 
+These advanced examples show you how the core algorithms of the Modelverse are implemented and how you can potentially modify them.
+This part is still TODO, since this is probably not of interest to you.
+
 Inheritance Semantics
 ---------------------
 

+ 5 - 0
doc/examples.rst

@@ -455,3 +455,8 @@ A simple example of its use is shown below.
 
 In this case, note that the value of tokens is the string 3 instead of the integer (or natural) 3.
 Therefore, the conformance check will flag this value as incorrectly typed.
+
+Upload model
+------------
+
+TODO: use the execute_model.py