Nightly Build (by @ClaasRostock) #507
Annotations
8 warnings
Build documentation:
docs/source/api.rst#L4
toctree contains reference to nonexisting document 'dictIO' [toc.not_readable]
|
Build documentation:
docs/source/cli.sub.dictIO.rst#L4
toctree contains reference to nonexisting document 'cli.dictParser' [toc.not_readable]
|
Build documentation:
docs/source/fileFormat.sub.dictIO.rst#L4
toctree contains reference to nonexisting document 'fileFormat.cppDict' [toc.not_readable]
|
Build documentation:
docs/source/cli.dict_parser.rst#L1
document isn't included in any toctree
|
Build documentation:
README.md#L60
'myst' cross-reference target not found: 'fileFormat.md' [myst.xref_missing]
|
Build documentation:
docs/source/README_farn.md#L59
'myst' cross-reference target not found: 'fileFormat.md' [myst.xref_missing]
|
Build documentation:
docs/source/README_ospx.md#L39
'myst' cross-reference target not found: 'fileFormat.md' [myst.xref_missing]
|
Build 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
|
Loading