ソースを参照

Updated documentation with execute_model.py

Yentl Van Tendeloo 8 年 前
コミット
302fe56955

BIN
doc/_build/doctrees/examples.doctree


+ 4 - 1
doc/_build/html/_sources/examples.txt

@@ -459,4 +459,7 @@ Therefore, the conformance check will flag this value as incorrectly typed.
 Upload model
 ------------
 
-TODO: use the execute_model.py
+Uploading a model, and using it, is very similar to what you usually do.
+The exception is that your model will be added before any code is executed.
+That way, you can just execute the same modelling server, but include a model in it.
+Doing that, your interface will see additional models with the *list* command.

+ 4 - 1
doc/_build/html/examples.html

@@ -496,7 +496,10 @@ 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>
+<p>Uploading a model, and using it, is very similar to what you usually do.
+The exception is that your model will be added before any code is executed.
+That way, you can just execute the same modelling server, but include a model in it.
+Doing that, your interface will see additional models with the <em>list</em> command.</p>
 </div>
 </div>
 

ファイルの差分が大きいため隠しています
+ 1 - 1
doc/_build/html/searchindex.js


+ 4 - 1
doc/examples.rst

@@ -459,4 +459,7 @@ Therefore, the conformance check will flag this value as incorrectly typed.
 Upload model
 ------------
 
-TODO: use the execute_model.py
+Uploading a model, and using it, is very similar to what you usually do.
+The exception is that your model will be added before any code is executed.
+That way, you can just execute the same modelling server, but include a model in it.
+Doing that, your interface will see additional models with the *list* command.