diff --git a/IBPSA/Resources/src/convertEPW/doc/ConvertWeatherData.html b/IBPSA/Resources/src/convertEPW/doc/ConvertWeatherData.html
index d0d2a99076..53ca6cc784 100644
--- a/IBPSA/Resources/src/convertEPW/doc/ConvertWeatherData.html
+++ b/IBPSA/Resources/src/convertEPW/doc/ConvertWeatherData.html
@@ -2,10 +2,10 @@
-
+
ConvertWeatherData
-
+
diff --git a/IBPSA/Resources/src/convertEPW/doc/allclasses-index.html b/IBPSA/Resources/src/convertEPW/doc/allclasses-index.html
index 311ee3a84c..36fa19991e 100644
--- a/IBPSA/Resources/src/convertEPW/doc/allclasses-index.html
+++ b/IBPSA/Resources/src/convertEPW/doc/allclasses-index.html
@@ -2,10 +2,10 @@
-
+
All Classes
-
+
diff --git a/IBPSA/Resources/src/convertEPW/doc/allclasses.html b/IBPSA/Resources/src/convertEPW/doc/allclasses.html
index 16215c43c5..a2bc211298 100644
--- a/IBPSA/Resources/src/convertEPW/doc/allclasses.html
+++ b/IBPSA/Resources/src/convertEPW/doc/allclasses.html
@@ -2,10 +2,10 @@
-
+
All Classes
-
+
diff --git a/IBPSA/Resources/src/convertEPW/doc/allpackages-index.html b/IBPSA/Resources/src/convertEPW/doc/allpackages-index.html
index f5a73b3903..1c922b04ca 100644
--- a/IBPSA/Resources/src/convertEPW/doc/allpackages-index.html
+++ b/IBPSA/Resources/src/convertEPW/doc/allpackages-index.html
@@ -2,10 +2,10 @@
-
+
All Packages
-
+
diff --git a/IBPSA/Resources/src/convertEPW/doc/constant-values.html b/IBPSA/Resources/src/convertEPW/doc/constant-values.html
index 3cec5aa2f7..a6343766e7 100644
--- a/IBPSA/Resources/src/convertEPW/doc/constant-values.html
+++ b/IBPSA/Resources/src/convertEPW/doc/constant-values.html
@@ -2,10 +2,10 @@
-
+
Constant Field Values
-
+
diff --git a/IBPSA/Resources/src/convertEPW/doc/deprecated-list.html b/IBPSA/Resources/src/convertEPW/doc/deprecated-list.html
index 9f8d670969..d209f76a3e 100644
--- a/IBPSA/Resources/src/convertEPW/doc/deprecated-list.html
+++ b/IBPSA/Resources/src/convertEPW/doc/deprecated-list.html
@@ -2,10 +2,10 @@
-
+
Deprecated List
-
+
diff --git a/IBPSA/Resources/src/convertEPW/doc/help-doc.html b/IBPSA/Resources/src/convertEPW/doc/help-doc.html
index 4e2faf0209..924de7b8af 100644
--- a/IBPSA/Resources/src/convertEPW/doc/help-doc.html
+++ b/IBPSA/Resources/src/convertEPW/doc/help-doc.html
@@ -2,10 +2,10 @@
-
+
API Help
-
+
diff --git a/IBPSA/Resources/src/convertEPW/doc/index-all.html b/IBPSA/Resources/src/convertEPW/doc/index-all.html
index dbb2bf3ec7..93c55f0337 100644
--- a/IBPSA/Resources/src/convertEPW/doc/index-all.html
+++ b/IBPSA/Resources/src/convertEPW/doc/index-all.html
@@ -2,10 +2,10 @@
-
+
Index
-
+
diff --git a/IBPSA/Resources/src/convertEPW/doc/index.html b/IBPSA/Resources/src/convertEPW/doc/index.html
index 97611681f0..01d829bba4 100644
--- a/IBPSA/Resources/src/convertEPW/doc/index.html
+++ b/IBPSA/Resources/src/convertEPW/doc/index.html
@@ -2,7 +2,7 @@
-
+
Generated Documentation (Untitled)
diff --git a/IBPSA/Resources/src/convertEPW/doc/jquery/jquery-3.3.1.js b/IBPSA/Resources/src/convertEPW/doc/jquery/jquery-3.3.1.js
deleted file mode 100644
index 9b5206bcc6..0000000000
--- a/IBPSA/Resources/src/convertEPW/doc/jquery/jquery-3.3.1.js
+++ /dev/null
@@ -1,10364 +0,0 @@
-/*!
- * jQuery JavaScript Library v3.3.1
- * https://jquery.com/
- *
- * Includes Sizzle.js
- * https://sizzlejs.com/
- *
- * Copyright JS Foundation and other contributors
- * Released under the MIT license
- * https://jquery.org/license
- *
- * Date: 2018-01-20T17:24Z
- */
-( function( global, factory ) {
-
- "use strict";
-
- if ( typeof module === "object" && typeof module.exports === "object" ) {
-
- // For CommonJS and CommonJS-like environments where a proper `window`
- // is present, execute the factory and get jQuery.
- // For environments that do not have a `window` with a `document`
- // (such as Node.js), expose a factory as module.exports.
- // This accentuates the need for the creation of a real `window`.
- // e.g. var jQuery = require("jquery")(window);
- // See ticket #14549 for more info.
- module.exports = global.document ?
- factory( global, true ) :
- function( w ) {
- if ( !w.document ) {
- throw new Error( "jQuery requires a window with a document" );
- }
- return factory( w );
- };
- } else {
- factory( global );
- }
-
-// Pass this if window is not defined yet
-} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
-
-// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
-// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
-// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
-// enough that all such attempts are guarded in a try block.
-"use strict";
-
-var arr = [];
-
-var document = window.document;
-
-var getProto = Object.getPrototypeOf;
-
-var slice = arr.slice;
-
-var concat = arr.concat;
-
-var push = arr.push;
-
-var indexOf = arr.indexOf;
-
-var class2type = {};
-
-var toString = class2type.toString;
-
-var hasOwn = class2type.hasOwnProperty;
-
-var fnToString = hasOwn.toString;
-
-var ObjectFunctionString = fnToString.call( Object );
-
-var support = {};
-
-var isFunction = function isFunction( obj ) {
-
- // Support: Chrome <=57, Firefox <=52
- // In some browsers, typeof returns "function" for HTML