Skip to content

Push to release by @ClaasRostock #4

Push to release by @ClaasRostock

Push to release by @ClaasRostock #4

Triggered via push February 21, 2024 19:51
Status Success
Total duration 51s
Artifacts
build_and_publish_documentation  /  Build and publish documentation
43s
build_and_publish_documentation / Build and publish documentation
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build_and_publish_documentation / Build and publish documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_and_publish_documentation / Build and publish documentation: README.md#L40
'myst' cross-reference target not found: 'fileFormat.md' [myst.xref_missing]
build_and_publish_documentation / Build and publish documentation: docs/source/fileFormat.caseDict.md#L61
Lexing literal_block "/*---------------------------------*- C++ -*----------------------------------*\\\nfiletype dictionary; coding utf-8; version 0.1; local --; purpose --;\n\\*----------------------------------------------------------------------------*/\n#include 'paramDict'\n\n_environment\n{\n libSource path/to/a/model/library/on/your/machine;\n}\nsystemStructure\n{\n connections\n {\n minuend_to_difference\n {\n source\n {\n component minuend;\n connector minuend_output;\n }\n target\n {\n component difference;\n connector difference_input_minuend;\n }\n }\n subtrahend_to_difference\n {\n source\n {\n component subtrahend;\n connector subtrahend_output;\n }\n target\n {\n component difference;\n connector difference_input_subtrahend;\n }\n }\n dividend_to_quotient\n {\n source\n {\n component dividend;\n connector dividend_output;\n }\n target\n {\n component quotient;\n connector quotient_input_dividend;\n }\n }\n difference_to_divisor\n {\n source\n {\n component difference;\n connector difference_output;\n }\n target\n {\n component quotient;\n connector quotient_input_divisor;\n }\n }\n }\n components\n {\n difference\n {\n connectors\n {\n difference_input_minuend\n {\n variable difference.IN1;\n type input;\n }\n difference_input_subtrahend\n {\n variable difference.IN2;\n type input;\n }\n difference_output\n {\n variable difference.OUT;\n type output;\n }\n }\n fmu subfolder/in/your/library/difference.fmu;\n }\n quotient\n {\n connectors\n {\n quotient_input_dividend\n {\n variable quotient.IN1;\n type input;\n }\n quotient_input_divisor\n {\n variable quotient.IN2;\n type input;\n }\n quotient_output\n {\n variable quotient.OUT;\n type output;\n }\n\n }\n fmu subfolder/in/your/library/quotient.fmu;\n }\n minuend\n {\n connectors\n {\n minuend_output\n {\n variable constVal.OUT;\n type output;\n }\n }\n initialize\n {\n constVal.IN\n {\n causality parameter;\n variability fixed;\n start $minuend;\n }\n }\n fmu subfolder/in/your/library/constantVal.fmu;\n }\n subtrahend\n {\n