Skip to content

Commit

Permalink
[skip ci] docs built of 9feddc8
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-doc-deploy-bot committed Sep 27, 2024
1 parent f7370b2 commit c825078
Show file tree
Hide file tree
Showing 34 changed files with 283 additions and 283 deletions.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions _sources/content/algorithms/assortativity/correlation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "dbc2ed8d",
"id": "0d468afd",
"metadata": {},
"source": [
"# Node Assortativity Coefficients and Correlation Measures\n",
Expand All @@ -22,7 +22,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "fc423c3b",
"id": "d50438ff",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -38,7 +38,7 @@
},
{
"cell_type": "markdown",
"id": "531872ac",
"id": "7e19cdd8",
"metadata": {},
"source": [
"## Assortativity\n",
Expand Down Expand Up @@ -143,7 +143,7 @@
},
{
"cell_type": "markdown",
"id": "55e7cf40",
"id": "fd52ab27",
"metadata": {},
"source": [
"Illustrating how value of assortativity changes"
Expand All @@ -152,7 +152,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "4d9201d7",
"id": "dc658afc",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -165,7 +165,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "b20eb388",
"id": "73617223",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -218,7 +218,7 @@
},
{
"cell_type": "markdown",
"id": "61499163",
"id": "f97242d9",
"metadata": {},
"source": [
"Nodes are colored by the `cluster` property and labeled by `num_prop` property.\n",
Expand All @@ -231,7 +231,7 @@
},
{
"cell_type": "markdown",
"id": "2b075247",
"id": "d95b9364",
"metadata": {},
"source": [
"The parameter `nodes` in `attribute_assortativity_coefficient` and\n",
Expand All @@ -249,7 +249,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "6a3db5bb",
"id": "e4c94893",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -325,7 +325,7 @@
},
{
"cell_type": "markdown",
"id": "f1152429",
"id": "56919ed9",
"metadata": {},
"source": [
"In the above plots only the nodes which are considered are colored and rest are\n",
Expand All @@ -335,7 +335,7 @@
},
{
"cell_type": "markdown",
"id": "219f9073",
"id": "2b1f8521",
"metadata": {},
"source": [
"## References\n",
Expand Down
40 changes: 20 additions & 20 deletions _sources/content/algorithms/dag/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "802fa624",
"id": "6d5028be",
"metadata": {},
"source": [
"# Directed Acyclic Graphs & Topological Sort\n",
Expand All @@ -18,7 +18,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "186a4315",
"id": "93e8e03c",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -31,7 +31,7 @@
},
{
"cell_type": "markdown",
"id": "5a1141a6",
"id": "f32f8390",
"metadata": {},
"source": [
"## Example: Directed Graphs"
Expand All @@ -40,7 +40,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "bf824352",
"id": "102d900c",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -68,7 +68,7 @@
},
{
"cell_type": "markdown",
"id": "dd382070",
"id": "c787fc78",
"metadata": {},
"source": [
"### Definition\n",
Expand All @@ -90,7 +90,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "b5c43175",
"id": "1159509b",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -100,7 +100,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "f25c6e29",
"id": "efa27ffe",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -130,7 +130,7 @@
},
{
"cell_type": "markdown",
"id": "075c2044",
"id": "6454a138",
"metadata": {},
"source": [
"Here is a fun example of Professor Bumstead,\n",
Expand All @@ -147,7 +147,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "c9bbf1a5",
"id": "bf8c44ea",
"metadata": {},
"outputs": [
{
Expand All @@ -167,7 +167,7 @@
},
{
"cell_type": "markdown",
"id": "d24388f8",
"id": "596eb142",
"metadata": {},
"source": [
"By contrast, the `triangle_graph` is not a DAG."
Expand All @@ -176,7 +176,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "8662ef78",
"id": "de5131d0",
"metadata": {},
"outputs": [
{
Expand All @@ -196,7 +196,7 @@
},
{
"cell_type": "markdown",
"id": "9fb712d5",
"id": "f719b640",
"metadata": {},
"source": [
"This is because the `triangle_graph` has a cycle:"
Expand All @@ -205,7 +205,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "77a5ed45",
"id": "c582ce55",
"metadata": {},
"outputs": [
{
Expand All @@ -225,7 +225,7 @@
},
{
"cell_type": "markdown",
"id": "26de29ad",
"id": "5c1f8cbf",
"metadata": {},
"source": [
"### Applications\n",
Expand Down Expand Up @@ -267,7 +267,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "f8e89a0a",
"id": "5ead79c8",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -295,7 +295,7 @@
},
{
"cell_type": "markdown",
"id": "e5ec44ee",
"id": "6480013d",
"metadata": {},
"source": [
"### Applications\n",
Expand Down Expand Up @@ -491,7 +491,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "ea0ed345",
"id": "5bb37c43",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -584,7 +584,7 @@
},
{
"cell_type": "markdown",
"id": "e51a6365",
"id": "bfe9b4a3",
"metadata": {},
"source": [
"Let's finally see what the result will be on the `clothing_graph`."
Expand All @@ -593,7 +593,7 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "480209f4",
"id": "598aaafb",
"metadata": {},
"outputs": [
{
Expand All @@ -616,7 +616,7 @@
},
{
"cell_type": "markdown",
"id": "54d0814c",
"id": "cadca8b8",
"metadata": {},
"source": [
"## References\n",
Expand Down
46 changes: 23 additions & 23 deletions _sources/content/algorithms/euler/euler.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit c825078

Please sign in to comment.