Skip to content
Snippets Groups Projects
Commit 54b42d6a authored by Martin Lange's avatar Martin Lange
Browse files

consistent index pages for book parts

parent 5067b395
No related branches found
No related tags found
1 merge request!204Point to sources in book
......@@ -12,7 +12,7 @@ Finally, it will have two input slots and one output slot, and will calculate th
The component will have internal time stepping, like a simulation model would have.
For implementing components without internal time, see chapter :doc:`./special_components`.
It is assumed that you have FINAM :doc:`../usage/installation`, as well as :mod:`pytest`.
It is assumed that you have FINAM :doc:`installed <../usage/installation>`, as well as :mod:`pytest`.
Set up a Python project
-----------------------
......
......@@ -6,6 +6,15 @@ The following chapters target developers that want to prepare their existing mod
Besides preparation of models, implementation of adapters that mediate data between models is also covered.
* Overview over FINAM's :doc:`interfaces`.
* :doc:`components`.
* :doc:`adapters`.
* :doc:`data_metadata` in FINAM.
* :doc:`connect_phase`.
* Implementing :doc:`special_components`.
* Using :doc:`logging`.
* Writing :doc:`py-bindings` for models in languages other than Python.
.. toctree::
:hidden:
......
......@@ -4,11 +4,9 @@ Using FINAM
The following chapters target users that want to couple models that are already prepared for FINAM.
Chapter :doc:`installation` covers how to install the FINAM Python package.
Chapter :doc:`coupling_scripts` covers how to write Python scripts that compose and run model coupling setups.
Chapter :doc:`known_modules` provides a list of known FINAM components and adapters for the use in coupling scripts.
* :doc:`installation` on how to install the FINAM Python package.
* How :doc:`coupling_scripts` are written that compose and run model coupling setups.
* :doc:`known_modules` to get started with using FINAM's provided components and adapters.
.. toctree::
:hidden:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment