-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
694 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<!-- HTML header for doxygen 1.12.0--> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> | ||
<head> | ||
|
@@ -6,7 +7,12 @@ | |
<meta name="generator" content="Doxygen 1.12.0"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<title>MaterialXWeb: Member List</title> | ||
<link rel="icon" href="toon_sphere.png" type="image/x-icon" /> | ||
<link href="tabs.css" rel="stylesheet" type="text/css"/> | ||
<!-- Font Awesome CDN --> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet"> | ||
<!-- Bootstrap CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<script type="text/javascript" src="clipboard.js"></script> | ||
|
@@ -18,7 +24,7 @@ | |
<link href="search/search.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="search/searchdata.js"></script> | ||
<script type="text/javascript" src="search/search.js"></script> | ||
<link href="doxygen.css" rel="stylesheet" type="text/css" /> | ||
<link href="stylesheet.css" rel="stylesheet" type="text/css" /> | ||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
|
@@ -27,10 +33,11 @@ | |
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr id="projectrow"> | ||
<td id="projectlogo"><img alt="Logo" src="MX_LAB.svg" style="width: 48px"/></td> | ||
<td id="projectalign"> | ||
<div id="projectname">MaterialXWeb<span id="projectnumber"> 0.0.1</span> | ||
<div id="projectname">MaterialXWeb<span id="projectnumber"> 0.0.2</span> | ||
</div> | ||
<div id="projectbrief">Utilities for using MaterialX Python packages with a Web client</div> | ||
<div id="projectbrief">Utilities for using MaterialX Packages with Web clients</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
|
@@ -114,11 +121,32 @@ | |
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>socketio</b> (defined in <a class="el" href="classmaterialx__ocio__app_1_1_material_x_flask_app.html">materialx_ocio_app.MaterialXFlaskApp</a>)</td><td class="entry"><a class="el" href="classmaterialx__ocio__app_1_1_material_x_flask_app.html">materialx_ocio_app.MaterialXFlaskApp</a></td><td class="entry"></td></tr> | ||
</table></div><!-- contents --> | ||
</div><!-- doc-content --> | ||
<!-- HTML footer for doxygen 1.12.0--> | ||
<!-- start footer part --> | ||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> | ||
<ul> | ||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li> | ||
<li> | ||
<button class="btn btn-outline" type="button"> | ||
<a href="https://github.com/kwokcb/MaterialXWeb" target="_blank"><b class="fa-brands fa-github fa-1x" | ||
style="color: #ffffff;"></b></a> | ||
</button> | ||
<button class="btn btn-outline " type="button"> | ||
<a href="https://www.linkedin.com/in/bernard-kwok/" target="_blank"><b class="fa-brands fa-linkedin-in fa-1x" | ||
style="color: #0082ca;"></b></a> | ||
</button> | ||
</li> | ||
<li><a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"> | ||
<img alt="Creative Commons License" style="border-width:0; width: 48px" | ||
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /> | ||
</li> | ||
</a> | ||
<li><a href="https://kwokcb.github.io/nanmuconsulting/" target="_blank" style="color: #333; text-decoration: none;"> | ||
© 2022-2025 NanMu Consulting. | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- Bootstrap JS (Optional) --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.