summaryrefslogtreecommitdiff
path: root/reference/introduction.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'reference/introduction.ipynb')
-rw-r--r--reference/introduction.ipynb36
1 files changed, 18 insertions, 18 deletions
diff --git a/reference/introduction.ipynb b/reference/introduction.ipynb
index 37ee5ea1..b3b7a1fd 100644
--- a/reference/introduction.ipynb
+++ b/reference/introduction.ipynb
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
- "id": "b5a8eb6b",
+ "id": "117ac35c",
"metadata": {},
"source": [
"## Introduction\n",
@@ -34,7 +34,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "5695930c",
+ "id": "8f452748",
"metadata": {},
"outputs": [],
"source": [
@@ -43,7 +43,7 @@
},
{
"cell_type": "markdown",
- "id": "692c2305",
+ "id": "2fde317d",
"metadata": {},
"source": [
"To save repetition, in the documentation we assume that\n",
@@ -82,7 +82,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "cb802a24",
+ "id": "97fa77c4",
"metadata": {},
"outputs": [],
"source": [
@@ -94,7 +94,7 @@
},
{
"cell_type": "markdown",
- "id": "bf48d000",
+ "id": "0e493f1d",
"metadata": {},
"source": [
"All graph classes allow any [hashable](https://docs.python.org/3/glossary.html#term-hashable) object as a node.\n",
@@ -193,7 +193,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "b57bd24b",
+ "id": "ab96e3c8",
"metadata": {},
"outputs": [],
"source": [
@@ -205,7 +205,7 @@
},
{
"cell_type": "markdown",
- "id": "af944dba",
+ "id": "d38340ff",
"metadata": {},
"source": [
"Edge attributes can be anything:"
@@ -214,7 +214,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "e2400ba2",
+ "id": "563e93a0",
"metadata": {},
"outputs": [],
"source": [
@@ -225,7 +225,7 @@
},
{
"cell_type": "markdown",
- "id": "30ce4b31",
+ "id": "041a73e2",
"metadata": {},
"source": [
"You can add many edges at one time:"
@@ -234,7 +234,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "6f3061ba",
+ "id": "742c952f",
"metadata": {},
"outputs": [],
"source": [
@@ -246,7 +246,7 @@
},
{
"cell_type": "markdown",
- "id": "cf4c1a29",
+ "id": "ede8209a",
"metadata": {},
"source": [
"See the Tutorial for more examples.\n",
@@ -311,7 +311,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "33060076",
+ "id": "191e4c79",
"metadata": {},
"outputs": [],
"source": [
@@ -323,7 +323,7 @@
},
{
"cell_type": "markdown",
- "id": "43a66e19",
+ "id": "e7dff3b1",
"metadata": {},
"source": [
"# Drawing\n",
@@ -344,7 +344,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "50d5b2a3",
+ "id": "031a0f23",
"metadata": {},
"outputs": [],
"source": [
@@ -358,7 +358,7 @@
},
{
"cell_type": "markdown",
- "id": "3a564e32",
+ "id": "388c86a6",
"metadata": {},
"source": [
"See the examples for more ideas.\n",
@@ -398,7 +398,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "8867e559",
+ "id": "9d6089b1",
"metadata": {},
"outputs": [],
"source": [
@@ -410,7 +410,7 @@
},
{
"cell_type": "markdown",
- "id": "475498e4",
+ "id": "eb62a513",
"metadata": {},
"source": [
"The data structure gets morphed slightly for each base graph class.\n",
@@ -428,7 +428,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "843dfcd2",
+ "id": "f7232475",
"metadata": {},
"outputs": [],
"source": [