From bd2902f6104a65ad65a45cab2f8a57ed9f172ab7 Mon Sep 17 00:00:00 2001 From: seamm Date: Mon, 22 Apr 2024 21:39:27 +0000 Subject: [PATCH] deploy: e1171376dcf10faecc52594e272ab1f267c5b59c --- .buildinfo | 2 +- _modules/index.html | 60 +++---- _modules/seamm/builtins.html | 60 +++---- _modules/seamm/dashboard_handler.html | 62 +++---- _modules/seamm/flowchart.html | 90 +++++----- _modules/seamm/graph.html | 60 +++---- _modules/seamm/join_node.html | 60 +++---- _modules/seamm/node.html | 62 +++---- _modules/seamm/parameters.html | 60 +++---- _modules/seamm/plugin_manager.html | 60 +++---- _modules/seamm/seammrc.html | 60 +++---- _modules/seamm/split_node.html | 60 +++---- _modules/seamm/standard_parameters.html | 60 +++---- _modules/seamm/start_node.html | 60 +++---- _modules/seamm/tk_edge.html | 60 +++---- _modules/seamm/tk_flowchart.html | 60 +++---- _modules/seamm/tk_job_handler.html | 60 +++---- _modules/seamm/tk_join_node.html | 60 +++---- _modules/seamm/tk_node.html | 60 +++---- _modules/seamm/tk_open.html | 60 +++---- _modules/seamm/tk_publish.html | 60 +++---- _modules/seamm/tk_split_node.html | 60 +++---- _modules/seamm/tk_start_node.html | 60 +++---- _modules/seamm/variables.html | 60 +++---- _static/basic.css | 2 +- _static/doctools.js | 2 +- _static/documentation_options.js | 2 +- _static/language_data.js | 4 +- _static/scripts/bootstrap.js | 2 +- _static/scripts/bootstrap.js.map | 2 +- _static/scripts/pydata-sphinx-theme.js | 2 +- _static/scripts/pydata-sphinx-theme.js.map | 2 +- _static/searchtools.js | 165 +++++++++++------- _static/styles/pydata-sphinx-theme.css | 2 +- _static/styles/pydata-sphinx-theme.css.map | 2 +- .../vendor/fontawesome/6.1.2/css/all.min.css | 5 - .../vendor/fontawesome/6.1.2/js/all.min.js | 2 - .../6.1.2/webfonts/fa-brands-400.ttf | Bin 181264 -> 0 bytes .../6.1.2/webfonts/fa-brands-400.woff2 | Bin 105112 -> 0 bytes .../6.1.2/webfonts/fa-regular-400.ttf | Bin 60236 -> 0 bytes .../6.1.2/webfonts/fa-regular-400.woff2 | Bin 24028 -> 0 bytes .../6.1.2/webfonts/fa-solid-900.ttf | Bin 389948 -> 0 bytes .../6.1.2/webfonts/fa-solid-900.woff2 | Bin 154840 -> 0 bytes .../6.1.2/webfonts/fa-v4compatibility.ttf | Bin 10084 -> 0 bytes .../6.1.2/webfonts/fa-v4compatibility.woff2 | Bin 4776 -> 0 bytes .../fontawesome/{6.1.2 => 6.5.1}/LICENSE.txt | 4 +- .../vendor/fontawesome/6.5.1/css/all.min.css | 5 + .../vendor/fontawesome/6.5.1/js/all.min.js | 2 + .../js/all.min.js.LICENSE.txt | 4 +- .../6.5.1/webfonts/fa-brands-400.ttf | Bin 0 -> 207972 bytes .../6.5.1/webfonts/fa-brands-400.woff2 | Bin 0 -> 117372 bytes .../6.5.1/webfonts/fa-regular-400.ttf | Bin 0 -> 68004 bytes .../6.5.1/webfonts/fa-regular-400.woff2 | Bin 0 -> 25452 bytes .../6.5.1/webfonts/fa-solid-900.ttf | Bin 0 -> 419720 bytes .../6.5.1/webfonts/fa-solid-900.woff2 | Bin 0 -> 156496 bytes .../6.5.1/webfonts/fa-v4compatibility.ttf | Bin 0 -> 10832 bytes .../6.5.1/webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4792 bytes _static/webpack-macros.html | 24 +-- api/index.html | 57 +++--- api/modules.html | 57 +++--- api/seamm.html | 130 +++++++------- authors.html | 75 ++++---- developer_guide/contributing.html | 64 +++---- developer_guide/index.html | 57 +++--- developer_guide/installation.html | 64 +++---- developer_guide/usage.html | 57 +++--- genindex.html | 60 +++---- getting_started/index.html | 75 ++++---- history.html | 74 ++++---- index.html | 66 ++++--- objects.inv | Bin 3021 -> 3022 bytes py-modindex.html | 60 +++---- search.html | 58 +++--- searchindex.js | 2 +- user_guide/index.html | 68 ++++---- 75 files changed, 1249 insertions(+), 1424 deletions(-) delete mode 100644 _static/vendor/fontawesome/6.1.2/css/all.min.css delete mode 100644 _static/vendor/fontawesome/6.1.2/js/all.min.js delete mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf delete mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 delete mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf delete mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 delete mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf delete mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 delete mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf delete mode 100644 _static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 rename _static/vendor/fontawesome/{6.1.2 => 6.5.1}/LICENSE.txt (98%) create mode 100644 _static/vendor/fontawesome/6.5.1/css/all.min.css create mode 100644 _static/vendor/fontawesome/6.5.1/js/all.min.js rename _static/vendor/fontawesome/{6.1.2 => 6.5.1}/js/all.min.js.LICENSE.txt (55%) create mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.ttf create mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.woff2 create mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.ttf create mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.woff2 create mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.ttf create mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.woff2 create mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-v4compatibility.ttf create mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-v4compatibility.woff2 diff --git a/.buildinfo b/.buildinfo index 210e7c5e..76c23da7 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 6b4c91789b7352148fc49fe005d7ee8e +config: 9f21af16c5d8b8879ddefc377d82884b tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/index.html b/_modules/index.html index f12dca8c..04225e0a 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -7,7 +7,7 @@ - Overview: module code — SEAMM 2024.1.2 documentation + Overview: module code — SEAMM 2024.4.22 documentation @@ -17,15 +17,15 @@ - - - + + + - - - - + + + + @@ -33,9 +33,9 @@ - - - + + + - - + + @@ -64,10 +64,9 @@ - +
-