Skip to content

Commit

Permalink
More reference updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Jun 14, 2015
1 parent 88fcdc8 commit a773bf1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions usersguide-sphinx/source/interop_c_python.rst
@@ -1,3 +1,5 @@
.. _interop-c :

Interoperability – C and Python
===============================

Expand Down
6 changes: 4 additions & 2 deletions usersguide-sphinx/source/introduction.rst
Expand Up @@ -660,6 +660,8 @@ about the error cause after a simulation failure:
getErrorString()
.. _alternative-output-formats :

Alternative Simulation Output Formats
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -706,7 +708,7 @@ combinations
Using External Functions
~~~~~~~~~~~~~~~~~~~~~~~~

See Chapter 12 for more information about calling functions in other
See Chapter :ref:`interop-c` for more information about calling functions in other
programming languages.

Using Parallel Simulation via OpenMP Multi-Core Support
Expand Down Expand Up @@ -887,7 +889,7 @@ it.
“rungekutta” are also available. Output format “mat” is default. “plt”
and “mat” (MATLAB) are the only ones that work with the val() command,
“csv” (comma separated values) and “empty” (no output) are also
available (see chapter 1.2.14).
available (see section :ref:`alternative-output-formats`).
plot(\ *vars*) Plot the variables given as a vector or a scalar, e.g.
plot({x1,x2}) or plot(x1).
Expand Down
11 changes: 5 additions & 6 deletions usersguide-sphinx/source/mdt.rst
Expand Up @@ -86,13 +86,13 @@ Selecting a Workspace Folder
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Eclipse stores your projects in a folder called a workspace. You need to
choose a workspace folder for this session, see Figure 5- 7 -52
choose a workspace folder for this session, see :numref:`mdt-switching-workspace`.

.. todo ::
Missing figure
Missing figure mdt-switching-workspace
Figure 5752. Eclipse Setup – Switching Workspace.
Eclipse Setup – Switching Workspace.
Creating one or more Modelica Projects
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -107,12 +107,11 @@ the Modelica Projects view and selecting New->Modelica Project.
Eclipse Setup – creating a Modelica project in the workspace.
You need to disable automatic build for the project(s) (Figure 5- 7
-54).
You need to disable automatic build for the project(s) (:numref:`mdt-disable-automatic-build`).

.. todo ::
Missing figure
Missing figure mdt-disable-automatic-build
Eclipse Setup – disable automatic build for the projects.
Expand Down
4 changes: 3 additions & 1 deletion usersguide-sphinx/source/optimization.rst
Expand Up @@ -207,7 +207,7 @@ optimized and the optimization specification.
One we have formulated the undelying optimal control problems, we can
export the XML by using OMShell, OMNotebook, MDT, OMEdit or command
line terminals which are described in Section 6.2.4 .
line terminals which are described in Section :ref:`xml-import-to-casadi`.

To export XML, we set the simulation target to XML:

Expand All @@ -224,6 +224,8 @@ and can be inspected in a standard XML editor.
:caption: BatchReactor.xml
:language: xml
.. _xml-import-to-casadi :

XML Import to CasADi via OpenModelica Python Script
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit a773bf1

Please sign in to comment.