diff --git a/OpenHPL/UsersGuide/References.mo b/OpenHPL/UsersGuide/References.mo new file mode 100644 index 00000000..ff6c443c --- /dev/null +++ b/OpenHPL/UsersGuide/References.mo @@ -0,0 +1,15 @@ +within OpenHPL.UsersGuide; +model References "References" + extends Modelica.Icons.References; + annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( + coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" + + + + + +
[Vyt2019]Liubomyr Vytvytskyi: \"Dynamics and model analysis of hydropower systems\", + http://hdl.handle.net/11250/2607645.
+")); +end References; diff --git a/OpenHPL/UsersGuide/References/package.mo b/OpenHPL/UsersGuide/References/package.mo deleted file mode 100644 index 54abd257..00000000 --- a/OpenHPL/UsersGuide/References/package.mo +++ /dev/null @@ -1,4 +0,0 @@ -within OpenHPL.UsersGuide; -package References "List of references used in the library" -extends Modelica.Icons.References; -end References;