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 75f67012..1c156eae 100644
--- a/reference/introduction.ipynb
+++ b/reference/introduction.ipynb
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
- "id": "131a3536",
+ "id": "76061848",
"metadata": {},
"source": [
"## Introduction\n",
@@ -34,7 +34,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "9d9272b2",
+ "id": "aacd9a5e",
"metadata": {},
"outputs": [],
"source": [
@@ -43,7 +43,7 @@
},
{
"cell_type": "markdown",
- "id": "236b37be",
+ "id": "e50a31d0",
"metadata": {},
"source": [
"To save repetition, in the documentation we assume that\n",
@@ -82,7 +82,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "afa00d31",
+ "id": "241c63cb",
"metadata": {},
"outputs": [],
"source": [
@@ -94,7 +94,7 @@
},
{
"cell_type": "markdown",
- "id": "1e09a450",
+ "id": "6f167e58",
"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": "b639f000",
+ "id": "1dd38732",
"metadata": {},
"outputs": [],
"source": [
@@ -205,7 +205,7 @@
},
{
"cell_type": "markdown",
- "id": "4dd7e969",
+ "id": "ad6e5c50",
"metadata": {},
"source": [
"Edge attributes can be anything:"
@@ -214,7 +214,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "428b3ca6",
+ "id": "dbde2ed2",
"metadata": {},
"outputs": [],
"source": [
@@ -225,7 +225,7 @@
},
{
"cell_type": "markdown",
- "id": "b41eb025",
+ "id": "7eddd2b2",
"metadata": {},
"source": [
"You can add many edges at one time:"
@@ -234,7 +234,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "3a09a8f0",
+ "id": "674fd085",
"metadata": {},
"outputs": [],
"source": [
@@ -246,7 +246,7 @@
},
{
"cell_type": "markdown",
- "id": "24b9b77d",
+ "id": "9e35fe28",
"metadata": {},
"source": [
"See the Tutorial for more examples.\n",
@@ -311,7 +311,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "9ead068a",
+ "id": "e351abab",
"metadata": {},
"outputs": [],
"source": [
@@ -323,7 +323,7 @@
},
{
"cell_type": "markdown",
- "id": "c7837ddd",
+ "id": "f7ef096b",
"metadata": {},
"source": [
"# Drawing\n",
@@ -344,7 +344,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "065c1191",
+ "id": "3f293fc6",
"metadata": {},
"outputs": [],
"source": [
@@ -358,7 +358,7 @@
},
{
"cell_type": "markdown",
- "id": "02d93645",
+ "id": "80debed5",
"metadata": {},
"source": [
"See the examples for more ideas.\n",
@@ -398,7 +398,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "60f0bd11",
+ "id": "ca69d90b",
"metadata": {},
"outputs": [],
"source": [
@@ -410,7 +410,7 @@
},
{
"cell_type": "markdown",
- "id": "74d0822f",
+ "id": "2900c0fc",
"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": "497a016a",
+ "id": "0211b3ab",
"metadata": {},
"outputs": [],
"source": [