diff --git a/Buildings/Resources/Documentation/userGuide/build/html/_sources/bestPractice.rst.txt b/Buildings/Resources/Documentation/userGuide/build/html/_sources/bestPractice.rst.txt index 111956cb89a..5a326980dc1 100644 --- a/Buildings/Resources/Documentation/userGuide/build/html/_sources/bestPractice.rst.txt +++ b/Buildings/Resources/Documentation/userGuide/build/html/_sources/bestPractice.rst.txt @@ -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 @@ -25,7 +25,7 @@ the declaration annotation ( uses( Buildings( - version="7.0.0") + version="10.0.0") ) ); end MyLibrary; diff --git a/Buildings/Resources/Documentation/userGuide/build/html/_static/custom.css b/Buildings/Resources/Documentation/userGuide/build/html/_static/custom.css index f9b21c49aec..ae8d59a7b7d 100644 --- a/Buildings/Resources/Documentation/userGuide/build/html/_static/custom.css +++ b/Buildings/Resources/Documentation/userGuide/build/html/_static/custom.css @@ -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; @@ -138,7 +139,7 @@ th { code, pre{ border: 0; color: #750000; -#background-color: #f5f5f5; +background-color: #f5f5f5; } @@ -152,7 +153,6 @@ div.figure{ border: none; } - tr.border_top td { border-top:1pt solid #022e4d; } diff --git a/Buildings/Resources/Documentation/userGuide/build/html/bestPractice.html b/Buildings/Resources/Documentation/userGuide/build/html/bestPractice.html index 4fc758e02e9..0be2e98bde3 100644 --- a/Buildings/Resources/Documentation/userGuide/build/html/bestPractice.html +++ b/Buildings/Resources/Documentation/userGuide/build/html/bestPractice.html @@ -189,7 +189,7 @@
The declare the dependency of your library on Buildings
version 10.0.0, use
the declaration