Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .CI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,33 +33,6 @@ pipeline {
sh 'latexmlpost MLS.xml -format html -pmml --splitat=chapter --splitnaming=labelrelative --navigationtoc=context --css=css/MLS.css --css=css/MLS-navbar-left.css --dest index.html'
sh '.scripts/patch-viewport.sh'
sh '.scripts/patch-body-ios-hover.sh'
sh 'ln -s index.html MLS.html'
sh 'ln -s preface.html Chx1.html'
sh 'ln -s lexical-structure.html Ch2.html'
sh 'ln -s operators-and-expressions.html Ch3.html'
sh 'ln -s class-predefined-types-and-declarations.html Ch4.html'
sh 'ln -s scoping-name-lookup-and-flattening.html Ch5.html'
sh 'ln -s interface-or-type-relationships.html Ch6.html'
sh 'ln -s inheritance-modification-and-redeclaration.html Ch7.html'
sh 'ln -s equations.html Ch8.html'
sh 'ln -s connectors-and-connections.html Ch9.html'
sh 'ln -s arrays.html Ch10.html'
sh 'ln -s statements-and-algorithm-sections.html Ch11.html'
sh 'ln -s functions.html Ch12.html'
sh 'ln -s packages.html Ch13.html'
sh 'ln -s overloaded-operators.html Ch14.html'
sh 'ln -s stream-connectors.html Ch15.html'
sh 'ln -s synchronous-language-elements.html Ch16.html'
sh 'ln -s state-machines.html Ch17.html'
sh 'ln -s annotations.html Ch18.html'
sh 'ln -s unit-expressions.html Ch19.html'
sh 'ln -s the-modelica-standard-library.html Ch20.html'
sh 'ln -s modelica-concrete-syntax.html A2.html'
sh 'ln -s modelica-dae-representation.html A3.html'
sh 'ln -s derivation-of-stream-equations.html A4.html'
sh 'ln -s modelica-revision-history.html A5.html'
sh 'ln -s bib.html A6.html'
sh 'ln -s bib.html literature.html'
sh script: '! (find . -type l -xtype l | egrep \'.*\')', label: 'Verify symbolic links work'
sh 'tar czf MLS.tar.gz *.html *.css media/ css/'
archiveArtifacts artifacts: 'MLS.tar.gz', fingerprint: true
Expand Down
6 changes: 3 additions & 3 deletions .CI/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Modelica Specification</title>
<title>Modelica Language Specification</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
<link rel="stylesheet" href="https://doc.modelica.org/Modelica%203.2.3/Resources/helpOM/style.css" />
Expand All @@ -16,13 +16,13 @@
<nav class="navbar navbar-light bg-light">
<div class="container justify-content-between flex-nowrap">
<span class="navbar-brand mb-0">
<a href="https://modelica.org/"><img src="https://raw.githubusercontent.com/modelica/MA-Logos/master/HighRes/Modelica_Language.svg" alt="Modelica Language logo" class="md-logo"></a>
<a href="https://modelica.org/"><img src="https://raw.githubusercontent.com/modelica/MA-Logos/master/HighRes/Modelica_Language.svg" alt="Modelica language logo" class="md-logo"></a>
</span>
<div id="head-selects"></div>
</div>
</nav>
<div class="container pt-4">
<h1 class="pt-2 h2">Modelica Specification</h1>
<h1 class="pt-2 h2">Modelica Language Specification</h1>
"""
tail = """ </div>

Expand Down
9 changes: 3 additions & 6 deletions MLS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@

\include{chapters/titlepage}

% Add new Modelica Language logotype
% The header ruler looks odd as Modelica Language define a natural line that is further up
% We also need to fill the vertical space on the right
% Add new Modelica language logotype.
% The header ruler looks odd as "Modelica Language Specification" defines a natural line that is further up.
% We also need to fill the vertical space on the right.
% Not using page numbers in right-header, since we usually refer to sections.
%
% Using nouppercase since it is seems more normal for the sections, and is also
Expand Down Expand Up @@ -150,9 +150,6 @@
% Derivation of Stream Equations
\include{chapters/derivationofstream}

% Modelica Revision History
\include{chapters/revisions}

\clearpage% get the \phantomsection below on the correct page
\phantomsection
\addcontentsline{toc}{chapter}{\bibname}%
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<img src="https://github.com/modelica/ModelicaSpecification/raw/master/media/Modelica_Language.svg?sanitize=true#gh-light-mode-only" alt="Modelica Language Logo" width="250px"/>
<img src="https://github.com/modelica/ModelicaSpecification/raw/master/media/Modelica_Language_dark.svg?sanitize=true#gh-dark-mode-only" alt="Modelica Language Logo" width="250px"/>
<img src="https://github.com/modelica/ModelicaSpecification/raw/master/media/Modelica_Language.svg?sanitize=true#gh-light-mode-only" alt="Modelica language logo" width="250px"/>
<img src="https://github.com/modelica/ModelicaSpecification/raw/master/media/Modelica_Language_dark.svg?sanitize=true#gh-dark-mode-only" alt="Modelica language logo" width="250px"/>

# Modelica Language Specification

# ModelicaSpecification
This repository contains the Modelica Language Specification, hosted at https://github.com/modelica/ModelicaSpecification.
Development is organized within the [Modelica Association Project Language (MAP-Lang)](https://modelica.org/projects) according to the [project rules](https://github.com/modelica/MAP-Lang_ProjectRules/blob/main/MAP-Lang-ProjectRules.md).

Expand Down
2 changes: 1 addition & 1 deletion RationaleMCP/0033/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This MCP is based on an existing solution using vendor specific annoations in Wo
Wolfram MathCore is willing to convert these vendor specific annotations to the form standardized by this MCP, and provide the plots for free to the MSL.

### Experience with Prototype
See Summary above. The greatly enhanced user experience was observed even though the existing collection of predefined plots does not make use of captions. The use of captions have been tested with very nice results on a smaller number of plots.
See Summary above. The greatly enhanced user experience was observed even though the existing collection of predefined plots does not make use of captions. The use of captions have been tested with very nice results on a smaller number of plots.

## Required Patents
To the best of our knowledge, there are no patents that would conflict with the incorporation of this MCP.
Expand Down
Loading