|
@@ -496,7 +496,10 @@ Therefore, the conformance check will flag this value as incorrectly typed.</p>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="upload-model">
|
|
<div class="section" id="upload-model">
|
|
<h2>Upload model<a class="headerlink" href="#upload-model" title="Permalink to this headline">¶</a></h2>
|
|
<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>
|
|
</div>
|
|
</div>
|
|
|
|
|