Skip to content

Commit

Permalink
adding doxygen html files in proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdebus committed Dec 22, 2023
1 parent af26c76 commit 475bf49
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UQTk Documentation</title>
</head>

<body>

<header>
<h1>UQTK Documentation</h1>
</header>

<main>
<p>The UQ Toolkit (UQTk) is a collection of libraries and tools for the quantification of uncertainty in numerical model predictions. Version 3.1.x offers intrusive and non-intrusive methods for propagating input uncertainties through computational models, tools for sensitivity analysis, methods for sparse surrogate construction, and Bayesian inference tools for inferring parameters from experimental data.</p>

<p>For detailed information, please refer to the <a href="UQTk_manual.pdf" target="_blank">UQTk Manual</a>.</p>

<p>Explore the C++ source code documentation at <a href="html/index.html">UQTk C++ Doxygen Documentation</a>.</p>

<p>Visit the official UQTK website: <a href="https://www.sandia.gov/uqtoolkit/" target="_blank">https://www.sandia.gov/uqtoolkit/</a></p>
</main>

</body>

</html>

0 comments on commit 475bf49

Please sign in to comment.