Skip to content

Commit

Permalink
Deployed cc46bce to develop with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zakstucke committed Oct 9, 2023
1 parent 9000c5b commit 40e9964
Show file tree
Hide file tree
Showing 19 changed files with 203 additions and 17 deletions.
12 changes: 12 additions & 0 deletions develop/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="..//watz-py/develop">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down
16 changes: 14 additions & 2 deletions develop/CODE_OF_CONDUCT/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down Expand Up @@ -1123,11 +1135,11 @@ <h2 id="attribution">Attribution</h2>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 6, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 9, 2023</span>

<br>
Created:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 6, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 9, 2023</span>


</small>
Expand Down
16 changes: 14 additions & 2 deletions develop/CONTRIBUTING/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down Expand Up @@ -913,11 +925,11 @@ <h2 id="how-to-submit-changes">How to submit changes</h2>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 6, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 9, 2023</span>

<br>
Created:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 6, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 9, 2023</span>


</small>
Expand Down
16 changes: 14 additions & 2 deletions develop/LICENSE/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down Expand Up @@ -1016,11 +1028,11 @@ <h1>LICENSE</h1>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 6, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 9, 2023</span>

<br>
Created:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 6, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 9, 2023</span>


</small>
Expand Down
12 changes: 12 additions & 0 deletions develop/assets/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- MANUAL: add this directly to the docs-site branch where its needed -->
<!-- This currently always redirects to the latest version which isn't ideal, but should be sorted eventually as the issue is recent -->
<!-- (the solution in the issue hardcodes the versions which isn't worth it) -->
<!-- https://github.com/jimporter/mike/issues/72 -->

<script>
const defaultVersion = "latest";
const basePath = "watz-py";
const targetRedirectPath = "404"; // path to redirect to, relative to basePath

window.location.href = `/${basePath}/${defaultVersion}/${targetRedirectPath}`;
</script>
Binary file removed develop/assets/images/watz-py-0.0.1.zip
Binary file not shown.
16 changes: 14 additions & 2 deletions develop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../.">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down Expand Up @@ -954,11 +966,11 @@ <h2 id="issues">Issues</h2>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 6, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 9, 2023</span>

<br>
Created:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 6, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 9, 2023</span>


</small>
Expand Down
6 changes: 6 additions & 0 deletions develop/overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "base.html" %} {% block outdated %} You're not viewing the latest
version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
</a>
{% endblock %}
12 changes: 12 additions & 0 deletions develop/reference/SUMMARY/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down
28 changes: 20 additions & 8 deletions develop/reference/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down Expand Up @@ -1196,7 +1208,7 @@ <h3 id="watz.client.Client.create_nodes" class="doc doc-heading">
<tr>
<td><code>nodes</code></td>
<td>
<code><span title="typing_extensions.Iterable">Iterable</span>[<span title="typing_extensions.Union">Union</span>[<a class="autorefs autorefs-internal" title="watz.endpoints.post_create_nodes.CreateActivityNode" href="../endpoints/post_create_nodes/#watz.endpoints.post_create_nodes.CreateActivityNode">CreateActivityNode</a>, <a class="autorefs autorefs-internal" title="watz.endpoints.post_create_nodes.CreateUserNode" href="../endpoints/post_create_nodes/#watz.endpoints.post_create_nodes.CreateUserNode">CreateUserNode</a>]]</code>
<code>list[<span title="typing_extensions.Union">Union</span>[<a class="autorefs autorefs-internal" title="watz.endpoints.post_create_nodes.CreateActivityNode" href="../endpoints/post_create_nodes/#watz.endpoints.post_create_nodes.CreateActivityNode">CreateActivityNode</a>, <a class="autorefs autorefs-internal" title="watz.endpoints.post_create_nodes.CreateUserNode" href="../endpoints/post_create_nodes/#watz.endpoints.post_create_nodes.CreateUserNode">CreateUserNode</a>]]</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -1260,7 +1272,7 @@ <h3 id="watz.client.Client.create_nodes" class="doc doc-heading">
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Creates new nodes.</span>

<span class="sd"> Args:</span>
<span class="sd"> nodes (tp.Iterable[tp.Union[CreateActivityNode, CreateUserNode]]): The nodes to create.</span>
<span class="sd"> nodes (list[tp.Union[CreateActivityNode, CreateUserNode]]): The nodes to create.</span>

<span class="sd"> Returns:</span>
<span class="sd"> RespCreateNodes</span>
Expand Down Expand Up @@ -1311,7 +1323,7 @@ <h3 id="watz.client.Client.create_traces" class="doc doc-heading">
<tr>
<td><code>traces</code></td>
<td>
<code><span title="typing_extensions.Mapping">Mapping</span>[str, <span title="typing_extensions.Iterable">Iterable</span>[<a class="autorefs autorefs-internal" title="watz.endpoints.post_create_traces.CreateTrace" href="../endpoints/post_create_traces/#watz.endpoints.post_create_traces.CreateTrace">CreateTrace</a>]]</code>
<code>dict[str, <span title="typing_extensions.Iterable">Iterable</span>[<a class="autorefs autorefs-internal" title="watz.endpoints.post_create_traces.CreateTrace" href="../endpoints/post_create_traces/#watz.endpoints.post_create_traces.CreateTrace">CreateTrace</a>]]</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -1371,7 +1383,7 @@ <h3 id="watz.client.Client.create_traces" class="doc doc-heading">
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Creates new traces.</span>

<span class="sd"> Args:</span>
<span class="sd"> traces (tp.Mapping[str, tp.Iterable[CreateTrace]]): A dict of node ids to a list of traces to create for each respective node.</span>
<span class="sd"> traces (dict[str, tp.Iterable[CreateTrace]]): A dict of node ids to a list of traces to create for each respective node.</span>

<span class="sd"> Returns:</span>
<span class="sd"> RespCreateTraces</span>
Expand Down Expand Up @@ -1580,7 +1592,7 @@ <h3 id="watz.client.Client.trace_data" class="doc doc-heading">
<tr>
<td><code>traces</code></td>
<td>
<code><span title="typing_extensions.Mapping">Mapping</span>[str, <span title="typing_extensions.Iterable">Iterable</span>[str]]</code>
<code>dict[str, list[str]]</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -1640,7 +1652,7 @@ <h3 id="watz.client.Client.trace_data" class="doc doc-heading">
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Retrieves the trace data for the request traces.</span>

<span class="sd"> Args:</span>
<span class="sd"> traces (tp.Mapping[str, tp.Iterable[str]]): A dict of node ids to a list of trace identifiers for each respective node.</span>
<span class="sd"> traces (dict[str, list[str]]): A dict of node ids to a list of trace identifiers for each respective node.</span>

<span class="sd"> Returns:</span>
<span class="sd"> RespTraceData</span>
Expand Down Expand Up @@ -1691,7 +1703,7 @@ <h3 id="watz.client.Client.trace_list" class="doc doc-heading">
<tr>
<td><code>nids</code></td>
<td>
<code><span title="typing_extensions.Iterable">Iterable</span>[str]</code>
<code>list[str]</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -1749,7 +1761,7 @@ <h3 id="watz.client.Client.trace_list" class="doc doc-heading">
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Retrieves the trace metadata for the requested nodes.</span>

<span class="sd"> Args:</span>
<span class="sd"> nids (tp.Iterable[str]): The node ids to retrieve trace metadata for.</span>
<span class="sd"> nids (list[str]): The node ids to retrieve trace metadata for.</span>

<span class="sd"> Returns:</span>
<span class="sd"> RespTraceList</span>
Expand Down
12 changes: 12 additions & 0 deletions develop/reference/endpoints/get_node_map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../../../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down
12 changes: 12 additions & 0 deletions develop/reference/endpoints/get_ping/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../../../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down
12 changes: 12 additions & 0 deletions develop/reference/endpoints/get_trace_data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../../../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down
12 changes: 12 additions & 0 deletions develop/reference/endpoints/get_trace_list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../../../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down
12 changes: 12 additions & 0 deletions develop/reference/endpoints/post_create_nodes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../../../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down
12 changes: 12 additions & 0 deletions develop/reference/endpoints/post_create_traces/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@

<div data-md-color-scheme="default" data-md-component="outdated" hidden>

<aside class="md-banner md-banner--warning">
<div class="md-banner__inner md-grid md-typeset">
You're not viewing the latest
version.
<a href="../../../..">
<strong>Click here to go to latest.</strong>
</a>

</div>
<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
</aside>

</div>


Expand Down
Loading

0 comments on commit 40e9964

Please sign in to comment.