Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9506592 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Mar 11, 2024
1 parent 9a9582f commit 33dffe5
Show file tree
Hide file tree
Showing 8 changed files with 1,389 additions and 838 deletions.
2 changes: 1 addition & 1 deletion search.js

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions styx.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,18 @@ <h1 class="modulename">
<h2 id="features">Features</h2>

<ul>
<li><input type="checkbox" class="task-list-item-checkbox" checked disabled> Modern Python 3.11+ target</li>
<li><input type="checkbox" class="task-list-item-checkbox" checked disabled> Target modern Python (3.11+)</li>
<li><input type="checkbox" class="task-list-item-checkbox" checked disabled> Intellisense &amp; full static type checking for inputs and outputs</li>
<li><input type="checkbox" class="task-list-item-checkbox" checked disabled> Documentation generation</li>
<li><input type="checkbox" class="task-list-item-checkbox" checked disabled> Custom execution environments via dependency injection</li>
<li><input type="checkbox" class="task-list-item-checkbox" checked disabled> Runtime input validation</li>
<li><input type="checkbox" class="task-list-item-checkbox" disabled> Unit &amp; integration test generation</li>
<li><input type="checkbox" class="task-list-item-checkbox" disabled> Integration test generation</li>
<li><input type="checkbox" class="task-list-item-checkbox" disabled> Default runners
<ul>
<li><input type="checkbox" class="task-list-item-checkbox" disabled> Local</li>
<li><input type="checkbox" class="task-list-item-checkbox" disabled> Docker</li>
<li><input type="checkbox" class="task-list-item-checkbox" disabled> Singularity</li>
</ul></li>
</ul>

<h2 id="boutiques-descriptor-implementation-status-77">Boutiques descriptor implementation status: 77%</h2>
Expand Down
867 changes: 451 additions & 416 deletions styx/compiler/core.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion styx/runners.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

<h2>Submodules</h2>
<ul>
<li><a href="runners/docker.html">docker</a></li>
<li><a href="runners/dummy.html">dummy</a></li>
<li><a href="runners/local.html">local</a></li>
<li><a href="runners/styxdefs.html">styxdefs</a></li>
</ul>

Expand Down
819 changes: 819 additions & 0 deletions styx/runners/docker.html

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions styx/runners/dummy.html

Large diffs are not rendered by default.

233 changes: 0 additions & 233 deletions styx/runners/local.html

This file was deleted.

216 changes: 86 additions & 130 deletions styx/runners/styxdefs.html

Large diffs are not rendered by default.

0 comments on commit 33dffe5

Please sign in to comment.