Skip to content

Commit

Permalink
Update unreleased documentation (#551)
Browse files Browse the repository at this point in the history
* Update versions.json

* Deployed 346ef6b to unreleased in versions with MkDocs 1.5.3 and mike 2.0.0

* Sort docs versions

---------

Co-authored-by: GitHub Actions Bot <[email protected]>
  • Loading branch information
github-actions[bot] and GitHub Actions Bot authored Jan 8, 2024
1 parent 5756853 commit f148a20
Show file tree
Hide file tree
Showing 147 changed files with 3,197 additions and 4,006 deletions.
23 changes: 9 additions & 14 deletions versions/unreleased/api-ref/prefect/agent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3174,7 +3174,7 @@
<a href="#prefect.agent.PrefectAgent.cancel_run" class="md-nav__link">
<span class="md-ellipsis">

cancel_run()
cancel_run

</span>
</a>
Expand All @@ -3185,7 +3185,7 @@
<a href="#prefect.agent.PrefectAgent.get_and_submit_flow_runs" class="md-nav__link">
<span class="md-ellipsis">

get_and_submit_flow_runs()
get_and_submit_flow_runs

</span>
</a>
Expand All @@ -3196,7 +3196,7 @@
<a href="#prefect.agent.PrefectAgent.get_work_queues" class="md-nav__link">
<span class="md-ellipsis">

get_work_queues()
get_work_queues

</span>
</a>
Expand All @@ -3207,7 +3207,7 @@
<a href="#prefect.agent.PrefectAgent.submit_run" class="md-nav__link">
<span class="md-ellipsis">

submit_run()
submit_run

</span>
</a>
Expand Down Expand Up @@ -8594,7 +8594,7 @@
<a href="#prefect.agent.PrefectAgent.cancel_run" class="md-nav__link">
<span class="md-ellipsis">

cancel_run()
cancel_run

</span>
</a>
Expand All @@ -8605,7 +8605,7 @@
<a href="#prefect.agent.PrefectAgent.get_and_submit_flow_runs" class="md-nav__link">
<span class="md-ellipsis">

get_and_submit_flow_runs()
get_and_submit_flow_runs

</span>
</a>
Expand All @@ -8616,7 +8616,7 @@
<a href="#prefect.agent.PrefectAgent.get_work_queues" class="md-nav__link">
<span class="md-ellipsis">

get_work_queues()
get_work_queues

</span>
</a>
Expand All @@ -8627,7 +8627,7 @@
<a href="#prefect.agent.PrefectAgent.submit_run" class="md-nav__link">
<span class="md-ellipsis">

submit_run()
submit_run

</span>
</a>
Expand Down Expand Up @@ -8714,7 +8714,6 @@




<h1 id="prefect.agent" class="doc doc-heading">
<code>prefect.agent</code>

Expand All @@ -8741,7 +8740,6 @@ <h1 id="prefect.agent" class="doc doc-heading">




<h2 id="prefect.agent.PrefectAgent" class="doc doc-heading">
<code>PrefectAgent</code>

Expand Down Expand Up @@ -10061,7 +10059,6 @@ <h2 id="prefect.agent.PrefectAgent" class="doc doc-heading">




<h3 id="prefect.agent.PrefectAgent.cancel_run" class="doc doc-heading">
<code class="highlight language-python"><span class="n">cancel_run</span></code>

Expand Down Expand Up @@ -10224,7 +10221,6 @@ <h3 id="prefect.agent.PrefectAgent.cancel_run" class="doc doc-heading">




<h3 id="prefect.agent.PrefectAgent.get_and_submit_flow_runs" class="doc doc-heading">
<code class="highlight language-python"><span class="n">get_and_submit_flow_runs</span></code>

Expand Down Expand Up @@ -10404,7 +10400,6 @@ <h3 id="prefect.agent.PrefectAgent.get_and_submit_flow_runs" class="doc doc-head




<h3 id="prefect.agent.PrefectAgent.get_work_queues" class="doc doc-heading">
<code class="highlight language-python"><span class="n">get_work_queues</span></code>

Expand Down Expand Up @@ -10554,7 +10549,6 @@ <h3 id="prefect.agent.PrefectAgent.get_work_queues" class="doc doc-heading">




<h3 id="prefect.agent.PrefectAgent.submit_run" class="doc doc-heading">
<code class="highlight language-python"><span class="n">submit_run</span></code>

Expand Down Expand Up @@ -10670,6 +10664,7 @@ <h3 id="prefect.agent.PrefectAgent.submit_run" class="doc doc-heading">

</div>


</div>


Expand Down
16 changes: 6 additions & 10 deletions versions/unreleased/api-ref/prefect/artifacts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3188,7 +3188,7 @@
<a href="#prefect.artifacts.create_link_artifact" class="md-nav__link">
<span class="md-ellipsis">

create_link_artifact()
create_link_artifact

</span>
</a>
Expand All @@ -3199,7 +3199,7 @@
<a href="#prefect.artifacts.create_markdown_artifact" class="md-nav__link">
<span class="md-ellipsis">

create_markdown_artifact()
create_markdown_artifact

</span>
</a>
Expand All @@ -3210,7 +3210,7 @@
<a href="#prefect.artifacts.create_table_artifact" class="md-nav__link">
<span class="md-ellipsis">

create_table_artifact()
create_table_artifact

</span>
</a>
Expand Down Expand Up @@ -8554,7 +8554,7 @@
<a href="#prefect.artifacts.create_link_artifact" class="md-nav__link">
<span class="md-ellipsis">

create_link_artifact()
create_link_artifact

</span>
</a>
Expand All @@ -8565,7 +8565,7 @@
<a href="#prefect.artifacts.create_markdown_artifact" class="md-nav__link">
<span class="md-ellipsis">

create_markdown_artifact()
create_markdown_artifact

</span>
</a>
Expand All @@ -8576,7 +8576,7 @@
<a href="#prefect.artifacts.create_table_artifact" class="md-nav__link">
<span class="md-ellipsis">

create_table_artifact()
create_table_artifact

</span>
</a>
Expand Down Expand Up @@ -8658,7 +8658,6 @@




<h1 id="prefect.artifacts" class="doc doc-heading">
<code>prefect.artifacts</code>

Expand Down Expand Up @@ -8686,7 +8685,6 @@ <h1 id="prefect.artifacts" class="doc doc-heading">




<h2 id="prefect.artifacts.create_link_artifact" class="doc doc-heading">
<code class="highlight language-python"><span class="n">create_link_artifact</span></code>

Expand Down Expand Up @@ -8873,7 +8871,6 @@ <h2 id="prefect.artifacts.create_link_artifact" class="doc doc-heading">




<h2 id="prefect.artifacts.create_markdown_artifact" class="doc doc-heading">
<code class="highlight language-python"><span class="n">create_markdown_artifact</span></code>

Expand Down Expand Up @@ -9038,7 +9035,6 @@ <h2 id="prefect.artifacts.create_markdown_artifact" class="doc doc-heading">




<h2 id="prefect.artifacts.create_table_artifact" class="doc doc-heading">
<code class="highlight language-python"><span class="n">create_table_artifact</span></code>

Expand Down
Loading

0 comments on commit f148a20

Please sign in to comment.