summaryrefslogtreecommitdiff
path: root/_modules/networkx/algorithms/assortativity/pairs.html
diff options
context:
space:
mode:
Diffstat (limited to '_modules/networkx/algorithms/assortativity/pairs.html')
-rw-r--r--_modules/networkx/algorithms/assortativity/pairs.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_modules/networkx/algorithms/assortativity/pairs.html b/_modules/networkx/algorithms/assortativity/pairs.html
index 808d1ccd..7690d519 100644
--- a/_modules/networkx/algorithms/assortativity/pairs.html
+++ b/_modules/networkx/algorithms/assortativity/pairs.html
@@ -466,7 +466,7 @@
<div class="viewcode-block" id="node_attribute_xy"><a class="viewcode-back" href="../../../../reference/algorithms/generated/networkx.algorithms.assortativity.node_attribute_xy.html#networkx.algorithms.assortativity.node_attribute_xy">[docs]</a><span class="k">def</span> <span class="nf">node_attribute_xy</span><span class="p">(</span><span class="n">G</span><span class="p">,</span> <span class="n">attribute</span><span class="p">,</span> <span class="n">nodes</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
- <span class="sd">&quot;&quot;&quot;Returns iterator of node-attribute pairs for all edges in G.</span>
+<span class="w"> </span><span class="sd">&quot;&quot;&quot;Returns iterator of node-attribute pairs for all edges in G.</span>
<span class="sd"> Parameters</span>
<span class="sd"> ----------</span>
@@ -520,7 +520,7 @@
<div class="viewcode-block" id="node_degree_xy"><a class="viewcode-back" href="../../../../reference/algorithms/generated/networkx.algorithms.assortativity.node_degree_xy.html#networkx.algorithms.assortativity.node_degree_xy">[docs]</a><span class="k">def</span> <span class="nf">node_degree_xy</span><span class="p">(</span><span class="n">G</span><span class="p">,</span> <span class="n">x</span><span class="o">=</span><span class="s2">&quot;out&quot;</span><span class="p">,</span> <span class="n">y</span><span class="o">=</span><span class="s2">&quot;in&quot;</span><span class="p">,</span> <span class="n">weight</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nodes</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
- <span class="sd">&quot;&quot;&quot;Generate node degree-degree pairs for edges in G.</span>
+<span class="w"> </span><span class="sd">&quot;&quot;&quot;Generate node degree-degree pairs for edges in G.</span>
<span class="sd"> Parameters</span>
<span class="sd"> ----------</span>
@@ -626,7 +626,7 @@
<p class="copyright">
- &copy; Copyright 2004-2022, NetworkX Developers.<br>
+ &copy; Copyright 2004-2023, NetworkX Developers.<br>
</p>