Skip to content

Commit

Permalink
Updated header color
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Sep 5, 2023
1 parent 905bf3e commit dbebe75
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ created for a specific building and is of limited use for other applications.
It is recommended that users store application-specific models outside of the `Buildings` library.
This will allow users to replace the `Buildings` library with a new version without having to change the application-specific model.

The declare the dependency of your library on ``Buildings`` version 7.0.0, use
The declare the dependency of your library on ``Buildings`` version 10.0.0, use
the declaration

.. code-block:: modelica
Expand All @@ -25,7 +25,7 @@ the declaration
annotation (
uses(
Buildings(
version="7.0.0")
version="10.0.0")
)
);
end MyLibrary;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ th, td{
padding-right: 1em;
}
th {
background-color: grey;
color: white;
background-color: #f5f5f5;
color: #022e4d;
border: none;
}
.table_with_header tr:nth-child(even) {
background-color: #f2f2f2;
Expand All @@ -138,7 +139,7 @@ th {
code, pre{
border: 0;
color: #750000;
#background-color: #f5f5f5;
background-color: #f5f5f5;
}


Expand All @@ -152,7 +153,6 @@ div.figure{
border: none;
}


tr.border_top td {
border-top:1pt solid #022e4d;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,15 @@ <h2><span class="section-number">2.1. </span>Organization of packages<a class="h
created for a specific building and is of limited use for other applications.
It is recommended that users store application-specific models outside of the <cite>Buildings</cite> library.
This will allow users to replace the <cite>Buildings</cite> library with a new version without having to change the application-specific model.</p>
<p>The declare the dependency of your library on <code class="docutils literal notranslate"><span class="pre">Buildings</span></code> version 7.0.0, use
<p>The declare the dependency of your library on <code class="docutils literal notranslate"><span class="pre">Buildings</span></code> version 10.0.0, use
the declaration</p>
<div class="highlight-modelica notranslate"><div class="highlight"><pre><span></span><span class="kr">within</span><span class="p">;</span>
<span class="kr">package</span> <span class="nc">MyLibrary</span>

<span class="kr">annotation</span> <span class="p">(</span>
<span class="n">uses</span><span class="p">(</span>
<span class="n">Buildings</span><span class="p">(</span>
<span class="n">version</span><span class="o">=</span><span class="s2">&quot;7.0.0&quot;</span><span class="p">)</span>
<span class="n">version</span><span class="o">=</span><span class="s2">&quot;10.0.0&quot;</span><span class="p">)</span>
<span class="p">)</span>
<span class="p">);</span>
<span class="kr">end</span> <span class="nc">MyLibrary</span><span class="p">;</span>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ th, td{
padding-right: 1em;
}
th {
background-color: grey;
color: white;
background-color: #f5f5f5;
color: #022e4d;
border: none;
}
.table_with_header tr:nth-child(even) {
background-color: #f2f2f2;
Expand All @@ -138,7 +139,7 @@ th {
code, pre{
border: 0;
color: #750000;
#background-color: #f5f5f5;
background-color: #f5f5f5;
}


Expand All @@ -152,7 +153,6 @@ div.figure{
border: none;
}


tr.border_top td {
border-top:1pt solid #022e4d;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ created for a specific building and is of limited use for other applications.
It is recommended that users store application-specific models outside of the `Buildings` library.
This will allow users to replace the `Buildings` library with a new version without having to change the application-specific model.

The declare the dependency of your library on ``Buildings`` version 7.0.0, use
The declare the dependency of your library on ``Buildings`` version 10.0.0, use
the declaration

.. code-block:: modelica
Expand All @@ -25,7 +25,7 @@ the declaration
annotation (
uses(
Buildings(
version="7.0.0")
version="10.0.0")
)
);
end MyLibrary;
Expand Down

0 comments on commit dbebe75

Please sign in to comment.