Skip to content

Commit

Permalink
Deployed 2d1d97a to dev with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent 7bada72 commit 0d22a66
Show file tree
Hide file tree
Showing 44 changed files with 3,164 additions and 3,149 deletions.
2 changes: 1 addition & 1 deletion dev/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@


<li class="md-nav__item">
<a href="/pixi/dev/reference/project_configuration/" class="md-nav__link">
<a href="/pixi/dev/reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@


<li class="md-nav__item">
<a href="../reference/project_configuration/" class="md-nav__link">
<a href="../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/Community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@


<li class="md-nav__item">
<a href="../reference/project_configuration/" class="md-nav__link">
<a href="../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/FAQ/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@


<li class="md-nav__item">
<a href="../reference/project_configuration/" class="md-nav__link">
<a href="../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
Binary file modified dev/__pycache__/docs_hooks.cpython-312.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion dev/advanced/authentication/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/advanced/channel_priority/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
6 changes: 3 additions & 3 deletions dev/advanced/explain_info_command/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down Expand Up @@ -1860,9 +1860,9 @@ <h3 id="cache-size">Cache size<a class="headerlink" href="#cache-size" title="Pe
<p>The size of the previously mentioned "Cache dir" in Mebibytes.</p>
<h2 id="project-info">Project info<a class="headerlink" href="#project-info" title="Permanent link">#</a></h2>
<p>Everything below <code>Project</code> is info about the project you're currently in.
This info is only available if your path has a <a href="../../reference/project_configuration/">manifest file</a>.</p>
This info is only available if your path has a <a href="../../reference/pixi_manifest/">manifest file</a>.</p>
<h3 id="manifest-file">Manifest file<a class="headerlink" href="#manifest-file" title="Permanent link">#</a></h3>
<p>The path to the <a href="../../reference/project_configuration/">manifest file</a> that describes the project.</p>
<p>The path to the <a href="../../reference/pixi_manifest/">manifest file</a> that describes the project.</p>
<h3 id="last-updated">Last updated<a class="headerlink" href="#last-updated" title="Permanent link">#</a></h3>
<p>The last time the lock file was updated, either manually or by pixi itself.</p>
<h2 id="environment-info">Environment info<a class="headerlink" href="#environment-info" title="Permanent link">#</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion dev/advanced/github_actions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/advanced/production_deployment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
10 changes: 5 additions & 5 deletions dev/advanced/pyproject_toml/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="prev" href="../production_deployment/">


<link rel="next" href="../../reference/project_configuration/">
<link rel="next" href="../../reference/pixi_manifest/">


<link rel="icon" href="../../assets/pixi.png">
Expand Down Expand Up @@ -1326,7 +1326,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down Expand Up @@ -1719,7 +1719,7 @@ <h2 id="dependency-section">Dependency section<a class="headerlink" href="#depen
<p>This would result in the conda dependencies being installed and the pypi dependencies being ignored.
As pixi takes the conda dependencies over the pypi dependencies.</p>
<h2 id="optional-dependencies">Optional dependencies<a class="headerlink" href="#optional-dependencies" title="Permanent link">#</a></h2>
<p>If your python project includes groups of optional dependencies, pixi will automatically interpret them as <a href="../../reference/project_configuration/#the-feature-table">pixi features</a> of the same name with the associated <code>pypi-dependencies</code>.</p>
<p>If your python project includes groups of optional dependencies, pixi will automatically interpret them as <a href="../../reference/pixi_manifest/#the-feature-table">pixi features</a> of the same name with the associated <code>pypi-dependencies</code>.</p>
<p>You can add them to pixi environments manually, or use <code>pixi init</code> to setup the project, which will create one environment per feature. Self-references to other groups of optional dependencies are also handled.</p>
<p>For instance, imagine you have a project folder with a <code>pyproject.toml</code> file similar to:</p>
<div class="language-toml highlight"><pre><span></span><code><span id="__span-5-1"><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a><span class="k">[project]</span>
Expand Down Expand Up @@ -1756,7 +1756,7 @@ <h2 id="optional-dependencies">Optional dependencies<a class="headerlink" href="
</ul>
<p>All environments will be solved together, as indicated by the common <code>solve-group</code>, and added to the lock file. You can edit the <code>[tool.pixi.environments]</code> section manually to adapt it to your use case (e.g. if you do not need a particular environment).</p>
<h2 id="dependency-groups">Dependency groups<a class="headerlink" href="#dependency-groups" title="Permanent link">#</a></h2>
<p>If your python project includes dependency groups, pixi will automatically interpret them as <a href="../../reference/project_configuration/#the-feature-table">pixi features</a> of the same name with the associated <code>pypi-dependencies</code>.</p>
<p>If your python project includes dependency groups, pixi will automatically interpret them as <a href="../../reference/pixi_manifest/#the-feature-table">pixi features</a> of the same name with the associated <code>pypi-dependencies</code>.</p>
<p>You can add them to pixi environments manually, or use <code>pixi init</code> to setup the project, which will create one environment per dependency group.</p>
<p>For instance, imagine you have a project folder with a <code>pyproject.toml</code> file similar to:</p>
<div class="language-toml highlight"><pre><span></span><code><span id="__span-7-1"><a id="__codelineno-7-1" name="__codelineno-7-1" href="#__codelineno-7-1"></a><span class="k">[project]</span>
Expand Down Expand Up @@ -1940,7 +1940,7 @@ <h2 id="build-system-section">Build-system section<a class="headerlink" href="#b


<a
href="../../reference/project_configuration/"
href="../../reference/pixi_manifest/"
class="md-footer__link md-footer__link--next"
aria-label="Next: Pixi Manifest"
>
Expand Down
2 changes: 1 addition & 1 deletion dev/advanced/updates_github_actions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/basic_usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@


<li class="md-nav__item">
<a href="../reference/project_configuration/" class="md-nav__link">
<a href="../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
6 changes: 3 additions & 3 deletions dev/configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<link rel="canonical" href="../reference/project_configuration/">
<link rel="canonical" href="../reference/pixi_manifest/">
<meta name="robots" content="noindex">
<script>var anchor=window.location.hash.substr(1);location.href="../reference/project_configuration/"+(anchor?"#"+anchor:"")</script>
<meta http-equiv="refresh" content="0; url=../reference/project_configuration/">
<script>var anchor=window.location.hash.substr(1);location.href="../reference/pixi_manifest/"+(anchor?"#"+anchor:"")</script>
<meta http-equiv="refresh" content="0; url=../reference/pixi_manifest/">
</head>
<body>
Redirecting...
Expand Down
2 changes: 1 addition & 1 deletion dev/examples/cpp-sdl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/examples/opencv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/examples/ros2-nav2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
4 changes: 2 additions & 2 deletions dev/features/advanced_tasks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down Expand Up @@ -1745,7 +1745,7 @@ <h2 id="working-directory">Working directory<a class="headerlink" href="#working
<p>To add a task to run the <code>bar.py</code> file, use:</p>
<div class="language-shell highlight"><pre><span></span><code><span id="__span-9-1"><a id="__codelineno-9-1" name="__codelineno-9-1" href="#__codelineno-9-1"></a>pixi<span class="w"> </span>task<span class="w"> </span>add<span class="w"> </span>bar<span class="w"> </span><span class="s2">&quot;python bar.py&quot;</span><span class="w"> </span>--cwd<span class="w"> </span>scripts
</span></code></pre></div>
<p>This will add the following line to <a href="../../reference/project_configuration/">manifest file</a>:</p>
<p>This will add the following line to <a href="../../reference/pixi_manifest/">manifest file</a>:</p>
<div class="language-toml highlight"><span class="filename">pixi.toml</span><pre><span></span><code><span id="__span-10-1"><a id="__codelineno-10-1" name="__codelineno-10-1" href="#__codelineno-10-1"></a><span class="k">[tasks]</span>
</span><span id="__span-10-2"><a id="__codelineno-10-2" name="__codelineno-10-2" href="#__codelineno-10-2"></a><span class="n">bar</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">cmd</span><span class="w"> </span><span class="p">=</span><span class="w"> </span><span class="s2">&quot;python bar.py&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">cwd</span><span class="w"> </span><span class="p">=</span><span class="w"> </span><span class="s2">&quot;scripts&quot;</span><span class="w"> </span><span class="p">}</span>
</span></code></pre></div>
Expand Down
2 changes: 1 addition & 1 deletion dev/features/environment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/features/global_tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
6 changes: 3 additions & 3 deletions dev/features/lockfile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down Expand Up @@ -1766,8 +1766,8 @@ <h2 id="how-to-use-a-lock-file">How to use a lock file<a class="headerlink" href
</ul>
<p>All the commands that support the interaction with the lock file also include some lock file usage options:</p>
<ul>
<li><code>--frozen</code>: install the environment as defined in the lock file, doesn't update <code>pixi.lock</code> if it isn't up-to-date with <a href="../../reference/project_configuration/">manifest file</a>. It can also be controlled by the <code>PIXI_FROZEN</code> environment variable (example: <code>PIXI_FROZEN=true</code>).</li>
<li><code>--locked</code>: only install if the <code>pixi.lock</code> is up-to-date with the <a href="../../reference/project_configuration/">manifest file</a>[^1]. It can also be controlled by the <code>PIXI_LOCKED</code> environment variable (example: <code>PIXI_LOCKED=true</code>). Conflicts with <code>--frozen</code>.</li>
<li><code>--frozen</code>: install the environment as defined in the lock file, doesn't update <code>pixi.lock</code> if it isn't up-to-date with <a href="../../reference/pixi_manifest/">manifest file</a>. It can also be controlled by the <code>PIXI_FROZEN</code> environment variable (example: <code>PIXI_FROZEN=true</code>).</li>
<li><code>--locked</code>: only install if the <code>pixi.lock</code> is up-to-date with the <a href="../../reference/pixi_manifest/">manifest file</a>[^1]. It can also be controlled by the <code>PIXI_LOCKED</code> environment variable (example: <code>PIXI_LOCKED=true</code>). Conflicts with <code>--frozen</code>.</li>
</ul>
<div class="admonition note">
<p class="admonition-title">Syncing the lock file with the manifest file</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/features/multi_environment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/features/multi_platform_configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/features/system_requirements/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/ide_integration/devcontainer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/ide_integration/jupyterlab/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/ide_integration/pycharm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/ide_integration/r_studio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@


<li class="md-nav__item">
<a href="../../reference/project_configuration/" class="md-nav__link">
<a href="../../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@


<li class="md-nav__item">
<a href="reference/project_configuration/" class="md-nav__link">
<a href="reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
2 changes: 1 addition & 1 deletion dev/packaging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@


<li class="md-nav__item">
<a href="../reference/project_configuration/" class="md-nav__link">
<a href="../reference/pixi_manifest/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down
Loading

0 comments on commit 0d22a66

Please sign in to comment.