feat: collect dagpipe wiki, refresh lib and mcp artifacts
Enables dagpipe wiki on the docs hub alongside lib and mcp, removes stale nested lib pages, and picks up regenerated GSDFC docstrings in the MCP bundle.
This commit is contained in:
@@ -553,15 +553,6 @@
|
||||
<nav class="md-nav" aria-label="Graph">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#dagpipe.graph.Graph--initializes-node-registry-and-edge-mappings" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Initializes node registry and edge mappings.
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#dagpipe.graph.Graph-functions" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
@@ -579,15 +570,6 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#dagpipe.graph.Graph.__repr__--returns" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Returns
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -912,15 +894,6 @@
|
||||
<nav class="md-nav" aria-label="Graph">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#dagpipe.graph.Graph--initializes-node-registry-and-edge-mappings" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Initializes node registry and edge mappings.
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#dagpipe.graph.Graph-functions" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
@@ -938,15 +911,6 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#dagpipe.graph.Graph.__repr__--returns" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Returns
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1109,7 +1073,7 @@
|
||||
</code></pre></div></td></tr></table></div>
|
||||
</details>
|
||||
<p>Create an empty Graph.</p>
|
||||
<h6 id="dagpipe.graph.Graph--initializes-node-registry-and-edge-mappings">Initializes node registry and edge mappings.</h6>
|
||||
<p>Initializes node registry and edge mappings.</p>
|
||||
|
||||
|
||||
|
||||
@@ -1137,9 +1101,31 @@
|
||||
|
||||
<div class="doc doc-contents ">
|
||||
|
||||
<p>Return debug representation.</p>
|
||||
<h6 id="dagpipe.graph.Graph.__repr__--returns">Returns</h6>
|
||||
<p>str</p>
|
||||
<p>Return a compact graph description.</p>
|
||||
|
||||
|
||||
<p><span class="doc-section-title">Returns:</span></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th> <th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="doc-section-item">
|
||||
<td><code>str</code></td> <td>
|
||||
<code>str</code>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>A string describing the graph as <code>Graph(nodes=N, edges=M)</code> where
|
||||
<code>N</code> and <code>M</code> describe the current registry size.</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user