From b36eeaa566cb14cc05d44b4c86782e9c848c3449 Mon Sep 17 00:00:00 2001 From: seamm Date: Mon, 29 Jul 2024 00:38:19 +0000 Subject: [PATCH] deploy: 93ae0148eb481f705fe8ecc65f0107bd423e462e --- .buildinfo | 2 +- _modules/index.html | 393 +++++++--------- _modules/loop_step/loop.html | 438 +++++++++--------- _modules/loop_step/loop_parameters.html | 406 ++++++++-------- _modules/loop_step/loop_step.html | 393 +++++++--------- _modules/loop_step/tk_loop.html | 395 +++++++--------- _sphinx_design_static/design-tabs.js | 104 ++++- ...8e8ffc24.min.css => sphinx-design.min.css} | 2 +- _static/basic.css | 2 +- _static/design-tabs.js | 104 ++++- _static/doctools.js | 2 +- _static/documentation_options.js | 2 +- _static/language_data.js | 4 +- _static/pygments.css | 138 +++--- _static/scripts/bootstrap.js | 2 +- _static/scripts/bootstrap.js.LICENSE.txt | 4 +- _static/scripts/bootstrap.js.map | 2 +- _static/scripts/pydata-sphinx-theme.js | 2 +- _static/scripts/pydata-sphinx-theme.js.map | 2 +- _static/searchtools.js | 170 ++++--- ...8e8ffc24.min.css => sphinx-design.min.css} | 2 +- _static/styles/bootstrap.css | 6 +- _static/styles/bootstrap.css.map | 2 +- _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.2}/LICENSE.txt | 4 +- .../vendor/fontawesome/6.5.2/css/all.min.css | 5 + .../vendor/fontawesome/6.5.2/js/all.min.js | 2 + .../js/all.min.js.LICENSE.txt | 4 +- .../6.5.2/webfonts/fa-brands-400.ttf | Bin 0 -> 209128 bytes .../6.5.2/webfonts/fa-brands-400.woff2 | Bin 0 -> 117852 bytes .../6.5.2/webfonts/fa-regular-400.ttf | Bin 0 -> 67860 bytes .../6.5.2/webfonts/fa-regular-400.woff2 | Bin 0 -> 25392 bytes .../6.5.2/webfonts/fa-solid-900.ttf | Bin 0 -> 420332 bytes .../6.5.2/webfonts/fa-solid-900.woff2 | Bin 0 -> 156400 bytes .../6.5.2/webfonts/fa-v4compatibility.ttf | Bin 0 -> 10832 bytes .../6.5.2/webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4792 bytes _static/webpack-macros.html | 24 +- api/index.html | 410 ++++++++-------- api/loop_step.html | 418 ++++++++--------- api/modules.html | 405 ++++++++-------- authors.html | 408 ++++++++-------- developer_guide/contributing.html | 406 ++++++++-------- developer_guide/index.html | 406 ++++++++-------- developer_guide/installation.html | 406 ++++++++-------- developer_guide/readme.html | 423 ++++++++--------- developer_guide/usage.html | 400 +++++++--------- genindex.html | 395 +++++++--------- getting_started/index.html | 414 ++++++++--------- history.html | 420 ++++++++--------- index.html | 403 ++++++++-------- objects.inv | Bin 798 -> 810 bytes py-modindex.html | 391 +++++++--------- search.html | 413 ++++++++--------- searchindex.js | 2 +- user_guide/index.html | 414 ++++++++--------- 66 files changed, 4293 insertions(+), 4868 deletions(-) rename _sphinx_design_static/{design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css => sphinx-design.min.css} (87%) rename _static/{design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css => sphinx-design.min.css} (87%) 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.2}/LICENSE.txt (98%) create mode 100644 _static/vendor/fontawesome/6.5.2/css/all.min.css create mode 100644 _static/vendor/fontawesome/6.5.2/js/all.min.js rename _static/vendor/fontawesome/{6.1.2 => 6.5.2}/js/all.min.js.LICENSE.txt (55%) create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.ttf create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2 create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.ttf create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2 create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.ttf create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2 create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.ttf create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.woff2 diff --git a/.buildinfo b/.buildinfo index 17872a8..6c8a401 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: df901b5d5e7eae73341ecbbca20bc882 +config: 2be4ba8cfc277ba54132cde9c702c9d9 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/index.html b/_modules/index.html index 06c6b2a..56a7efb 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -2,40 +2,40 @@ - + - Overview: module code — SEAMM Loop Plug-in 2023.11.9 documentation + Overview: module code — SEAMM Loop Plug-in 2024.7.28 documentation - - - + + + - - - - + + + + - + - - - + + + - - + + - + @@ -64,28 +64,23 @@ - +
- + Back to top - + id="pst-primary-sidebar-checkbox"/> + - + id="pst-secondary-sidebar-checkbox"/> +
@@ -107,17 +102,25 @@ Ctrl+K
+ +
+ +
+ -