Skip to content

Commit

Permalink
Deploy preview for PR 87 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Jan 23, 2025
1 parent c49e2de commit f574841
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 60 deletions.
4 changes: 2 additions & 2 deletions pr-preview/pr-87/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -66,7 +66,7 @@
<link rel="prev" title="Configuration" href="cli_configuration.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />
</head>


Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-87/_sources/cli_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This command installs the `dso` binary:
```{eval-rst}
.. click:run::
from dso.cli import dso
invoke(dso, args=["--help"])
invoke(dso, args=["--version"])
```

If you prefer to manage the Python environment yourself, you can use `pip` as usual:
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-87/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.1.dev1+gd6b7d6e',
VERSION: '0.1.dev1+ge444324',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-87/cli_command_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -66,7 +66,7 @@
<link rel="prev" title="Installation" href="cli_installation.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />
</head>


Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-87/cli_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -66,7 +66,7 @@
<link rel="prev" title="Command reference" href="cli_command_reference.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />
</head>


Expand Down
38 changes: 4 additions & 34 deletions pr-preview/pr-87/cli_installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -66,7 +66,7 @@
<link rel="prev" title="Getting started" href="getting_started.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />
</head>


Expand Down Expand Up @@ -357,38 +357,8 @@ <h1>Installation<a class="headerlink" href="#installation" title="Link to this h
</pre></div>
</div>
<p>This command installs the <code class="docutils literal notranslate"><span class="pre">dso</span></code> binary:</p>
<div class="highlight-ansi-shell-session notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>dso<span class="w"> </span>--help

<span class=" -Color -Color-Yellow -C-Yellow">Usage:</span> <span class=" -Color -Color-Bold -C-Bold">dso</span> [<span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">OPTIONS</span>] <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">COMMAND</span> [<span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">ARGS</span>]...

Root command

<span class=" -Color -Color-Faint -C-Faint">╭─ Options ────────────────────────────────────────────────────────────────────╮</span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">--quiet</span> <span class=" -Color -Color-Bold -Color-Bold-Green -C-Bold -C-Green">-q</span> <span class=" -Color -Color-Bold -Color-Bold-Yellow -C-Bold -C-Yellow">INTEGER RANGE</span> Reduce verbosity. <span class=" -Color -Color-Bold -Color-Bold-Cyan -Color-Bold-Cyan-BGBlack -C-Bold -C-Cyan -C-BGBlack">-q</span> disables info messages, <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -Color-Bold-Cyan-BGBlack -C-Bold -C-Cyan -C-BGBlack">-qq</span> disables warnings. Errors messages cannot <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> be disabled. The same can be achieved by <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> setting the env var <span class=" -Color -Color-Bold -Color-Bold-Cyan -Color-Bold-Cyan-BGBlack -C-Bold -C-Cyan -C-BGBlack">DSO_QUIET=1</span> or <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -Color-Bold-Cyan-BGBlack -C-Bold -C-Cyan -C-BGBlack">DSO_QUIET=2</span>, respectively. <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">--verbose</span> <span class=" -Color -Color-Bold -Color-Bold-Green -C-Bold -C-Green">-v</span> <span class=" -Color -Color-Bold -Color-Bold-Yellow -C-Bold -C-Yellow"> </span> Increase logging verbosity to include debug <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> messages. The same can be achieved by setting <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> the env var <span class=" -Color -Color-Bold -Color-Bold-Cyan -Color-Bold-Cyan-BGBlack -C-Bold -C-Cyan -C-BGBlack">DSO_VERBOSE=1</span>. <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">--version</span> <span class=" -Color -Color-Bold -Color-Bold-Yellow -C-Bold -C-Yellow"> </span> Show the version and exit. <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">--help</span> <span class=" -Color -Color-Bold -Color-Bold-Yellow -C-Bold -C-Yellow"> </span> Show this message and exit. <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint">╰──────────────────────────────────────────────────────────────────────────────╯</span>
<span class=" -Color -Color-Faint -C-Faint">╭─ Commands ───────────────────────────────────────────────────────────────────╮</span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">compile-config </span> Compile params.in.yaml into params.yaml using Jinja2 <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan"> </span> templating and resolving recursive templates. <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">create </span> Create stage folder structure subcommand. <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">exec </span> Dso wrappers around various tools <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">get-config </span> Get the configuration for a given stage and print it to <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan"> </span> STDOUT in yaml format. <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">init </span> Initialize a new project. A project can contain several <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan"> </span> stages organized in arbitrary subdirectories. <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">lint </span> Lint a dso project <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">repro </span> Wrapper around dvc repro, compiling configuration before <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan"> </span> running. <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint"></span> <span class=" -Color -Color-Bold -Color-Bold-Cyan -C-Bold -C-Cyan">watermark </span> Add a watermark to an image <span class=" -Color -Color-Faint -C-Faint"></span>
<span class=" -Color -Color-Faint -C-Faint">╰──────────────────────────────────────────────────────────────────────────────╯</span>
<div class="highlight-ansi-shell-session notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>dso<span class="w"> </span>--version
dso, version 0.1.dev1+ge444324
</pre></div>
</div>
<p>If you prefer to manage the Python environment yourself, you can use <code class="docutils literal notranslate"><span class="pre">pip</span></code> as usual:</p>
Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-87/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -66,7 +66,7 @@
<link rel="prev" title="Changelog" href="CHANGELOG.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />
</head>


Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-87/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -52,7 +52,7 @@
<link rel="search" title="Search" href="search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />
</head>


Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-87/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -66,7 +66,7 @@
<link rel="prev" title="DSO: data science operations" href="index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />
</head>


Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-87/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -65,7 +65,7 @@
<link rel="next" title="Getting started" href="getting_started.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />
</head>


Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-87/objects.inv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sphinx inventory version 2
# Project: Project name not set
# Version: 0.1.dev1+gd6b7d6e
# Version: 0.1.dev1+ge444324
# The remainder of this file is compressed using zlib.
xڍS�j�0��+ګCs�-MKh�@(=E��Y2�L���+Qhn�m�,����f��Dx�g�jU�^LZ�ɇDT�Pn��E�A�sB+�^9�� �uO������6�N����J������}����k��`�����A�¤���:�xmp�G(���`LI0�1M�E3;^%dN)�� ��`)o�\�
��|g�npB5g�?�=)�Ap$^k�� $�nIw(o��U?g�k��f�Ɂ4����{���\��҅Ȱ�!/+_PɵL � 9�]ń��z�:
Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-87/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -53,7 +53,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />

<script>
DOCUMENTATION_OPTIONS.COLLAPSE_INDEX = true;
Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-87/python_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -63,7 +63,7 @@
<link rel="prev" title="Usage" href="python_usage.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />
</head>


Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-87/python_usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=0ba07355"></script>
<script src="_static/documentation_options.js?v=686163e6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand All @@ -66,7 +66,7 @@
<link rel="prev" title="Contributing guide" href="contributing.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.1.dev1+gd6b7d6e" />
<meta name="docsearch:version" content="0.1.dev1+ge444324" />
</head>


Expand Down
Loading

0 comments on commit f574841

Please sign in to comment.