src/eric7/Documentation/Source/eric7.PipInterface.pipdeptree.html

branch
eric7
changeset 9850
20c49b517679
parent 9596
397f385b95d8
child 10035
3a423b723a99
--- a/src/eric7/Documentation/Source/eric7.PipInterface.pipdeptree.html	Sun Mar 05 12:26:12 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.PipInterface.pipdeptree.html	Sun Mar 05 17:07:49 2023 +0100
@@ -116,6 +116,10 @@
 <td></td>
 </tr>
 <tr>
+<td><a href="#mermaid_id">mermaid_id</a></td>
+<td>Returns a valid Mermaid node ID from a string.</td>
+</tr>
+<tr>
 <td><a href="#print_graphviz">print_graphviz</a></td>
 <td>Dump the data generated by GraphViz to stdout.</td>
 </tr>
@@ -136,6 +140,10 @@
 <td>Converts the tree into a nested json representation.</td>
 </tr>
 <tr>
+<td><a href="#render_mermaid">render_mermaid</a></td>
+<td>Produce a Mermaid flowchart from the dependency graph.</td>
+</tr>
+<tr>
 <td><a href="#render_text">render_text</a></td>
 <td>Print tree as text on console</td>
 </tr>
@@ -825,6 +833,16 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="mermaid_id" ID="mermaid_id"></a>
+<h2>mermaid_id</h2>
+<b>mermaid_id</b>(<i>key: str</i>)
+
+<p>
+Returns a valid Mermaid node ID from a string.
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="print_graphviz" ID="print_graphviz"></a>
 <h2>print_graphviz</h2>
 <b>print_graphviz</b>(<i>dump_output</i>)
@@ -899,6 +917,19 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="render_mermaid" ID="render_mermaid"></a>
+<h2>render_mermaid</h2>
+<b>render_mermaid</b>(<i>tree</i>)
+
+<p>
+Produce a Mermaid flowchart from the dependency graph.
+</p>
+<p>
+    :param dict tree: dependency graph
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="render_text" ID="render_text"></a>
 <h2>render_text</h2>
 <b>render_text</b>(<i>tree, list_all=True, frozen=False</i>)

eric ide

mercurial