From 3635e7fc231301bd3e6efb701727e76af3d0b25f Mon Sep 17 00:00:00 2001
From: Michael Wetter
Date: Tue, 5 Sep 2023 07:48:42 -0700
Subject: [PATCH] Updated users guide
---
.../userGuide/build/html/_sources/development.rst.txt | 2 +-
.../userGuide/build/html/_sources/gettingStarted.rst.txt | 2 +-
.../userGuide/build/html/_sources/performance.rst.txt | 2 +-
.../Documentation/userGuide/build/html/development.html | 2 +-
.../Documentation/userGuide/build/html/gettingStarted.html | 2 +-
.../Documentation/userGuide/build/html/performance.html | 2 +-
.../Resources/Documentation/userGuide/build/html/searchindex.js | 2 +-
.../Resources/Documentation/userGuide/source/development.rst | 2 +-
.../Resources/Documentation/userGuide/source/gettingStarted.rst | 2 +-
.../Resources/Documentation/userGuide/source/performance.rst | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/Buildings/Resources/Documentation/userGuide/build/html/_sources/development.rst.txt b/Buildings/Resources/Documentation/userGuide/build/html/_sources/development.rst.txt
index 07d595e8c3e..3e5c7be5e58 100644
--- a/Buildings/Resources/Documentation/userGuide/build/html/_sources/development.rst.txt
+++ b/Buildings/Resources/Documentation/userGuide/build/html/_sources/development.rst.txt
@@ -537,7 +537,7 @@ The following rules need to be followed, in addition to the guidelines described
but prioritize groupings based on model specific similarities.
#. Each block must have a ``defaultComponentName`` annotation and a ``%name`` label placed above the icon.
- See for example the `CDL.Logical.Sources.Constant `_
+ See for example line 13 in the `CDL.Logical.Sources.Constant `_
block.
#. To aid readability, the formatting of the Modelica source code file must be consistent with other
diff --git a/Buildings/Resources/Documentation/userGuide/build/html/_sources/gettingStarted.rst.txt b/Buildings/Resources/Documentation/userGuide/build/html/_sources/gettingStarted.rst.txt
index ceb6a04d94a..586a6a60e4d 100644
--- a/Buildings/Resources/Documentation/userGuide/build/html/_sources/gettingStarted.rst.txt
+++ b/Buildings/Resources/Documentation/userGuide/build/html/_sources/gettingStarted.rst.txt
@@ -19,7 +19,7 @@ Although the `Modelica Language Tutorial `_ final report
+The `IEA EBC Annex 60 `_ final report
summarizes the development of Modelica models, approaches and tools
for co-simulation based on the Functional Mockup Interface standard,
Building Information Modeling technologies based on the Industry Foundation Classes,
diff --git a/Buildings/Resources/Documentation/userGuide/build/html/_sources/performance.rst.txt b/Buildings/Resources/Documentation/userGuide/build/html/_sources/performance.rst.txt
index b661bb02a0a..a079469114e 100644
--- a/Buildings/Resources/Documentation/userGuide/build/html/_sources/performance.rst.txt
+++ b/Buildings/Resources/Documentation/userGuide/build/html/_sources/performance.rst.txt
@@ -27,7 +27,7 @@ helpful to log which state variables dominate the integration error
or the integrator time step control.
This usually points to the control loop that is unstable.
There are various methods for tuning a controller, and the documentation of
-`Buildings.Controls.OBC.CDL.Reals.PIDWithReset `_
+`Buildings.Controls.OBC.CDL.Reals.PIDWithReset `_
outlines one approach for tuning the gains of a PI-controller.
diff --git a/Buildings/Resources/Documentation/userGuide/build/html/development.html b/Buildings/Resources/Documentation/userGuide/build/html/development.html
index 2cebad6912f..422eba1d75f 100644
--- a/Buildings/Resources/Documentation/userGuide/build/html/development.html
+++ b/Buildings/Resources/Documentation/userGuide/build/html/development.html
@@ -669,7 +669,7 @@ 5.4.3. Control sequences using the Contr
Each block must have a defaultComponentName
annotation and a %name
label placed above the icon.
-See for example the CDL.Logical.Sources.Constant
+See for example line 13 in the CDL.Logical.Sources.Constant
block.
To aid readability, the formatting of the Modelica source code file must be consistent with other
implemented blocks, e.g., use two spaces for indentation (no tabulators),
diff --git a/Buildings/Resources/Documentation/userGuide/build/html/gettingStarted.html b/Buildings/Resources/Documentation/userGuide/build/html/gettingStarted.html
index ce46def16d4..ef1359c38e2 100644
--- a/Buildings/Resources/Documentation/userGuide/build/html/gettingStarted.html
+++ b/Buildings/Resources/Documentation/userGuide/build/html/gettingStarted.html
@@ -181,7 +181,7 @@
1.1. Literature for UsersModelica Language Tutorial is for an older version (Modelica 1.4), it is still instructive and relevant to understand the concepts of the language.
Links to papers that describe or used the Buildings library are available at https://simulationresearch.lbl.gov/modelica/publications.html.
The model documentation from the download page contains user guides that describe the individual packages of the Buildings library.
-The IEA EBC Annex 60 final report
+
The IEA EBC Annex 60 final report
summarizes the development of Modelica models, approaches and tools
for co-simulation based on the Functional Mockup Interface standard,
Building Information Modeling technologies based on the Industry Foundation Classes,
diff --git a/Buildings/Resources/Documentation/userGuide/build/html/performance.html b/Buildings/Resources/Documentation/userGuide/build/html/performance.html
index 565346a6595..b12666c6d56 100644
--- a/Buildings/Resources/Documentation/userGuide/build/html/performance.html
+++ b/Buildings/Resources/Documentation/userGuide/build/html/performance.html
@@ -202,7 +202,7 @@
3.1. Unstable control loopsBuildings.Controls.OBC.CDL.Reals.PIDWithReset
+Buildings.Controls.OBC.CDL.Reals.PIDWithReset
outlines one approach for tuning the gains of a PI-controller.