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 a44e5edf..cae82d4c 100644
--- a/reference/introduction.ipynb
+++ b/reference/introduction.ipynb
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
- "id": "e2f57e72",
+ "id": "032fb79d",
"metadata": {},
"source": [
"## Introduction\n",
@@ -34,7 +34,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "bc29f559",
+ "id": "99f6bdf8",
"metadata": {},
"outputs": [],
"source": [
@@ -43,7 +43,7 @@
},
{
"cell_type": "markdown",
- "id": "ec570782",
+ "id": "8ed4bfef",
"metadata": {},
"source": [
"To save repetition, in the documentation we assume that\n",
@@ -82,7 +82,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "b95145e0",
+ "id": "f145b972",
"metadata": {},
"outputs": [],
"source": [
@@ -94,7 +94,7 @@
},
{
"cell_type": "markdown",
- "id": "cc9e3ee7",
+ "id": "3080a91f",
"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": "0376d71c",
+ "id": "8355bc13",
"metadata": {},
"outputs": [],
"source": [
@@ -205,7 +205,7 @@
},
{
"cell_type": "markdown",
- "id": "55e825f0",
+ "id": "618c2ee3",
"metadata": {},
"source": [
"Edge attributes can be anything:"
@@ -214,7 +214,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "f1cb48d5",
+ "id": "6c1f6eef",
"metadata": {},
"outputs": [],
"source": [
@@ -225,7 +225,7 @@
},
{
"cell_type": "markdown",
- "id": "10559968",
+ "id": "eaebd399",
"metadata": {},
"source": [
"You can add many edges at one time:"
@@ -234,7 +234,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "2c55ecf6",
+ "id": "c831b73c",
"metadata": {},
"outputs": [],
"source": [
@@ -246,7 +246,7 @@
},
{
"cell_type": "markdown",
- "id": "aac0c4d6",
+ "id": "d70bbeff",
"metadata": {},
"source": [
"See the Tutorial for more examples.\n",
@@ -311,7 +311,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "ca3d9b8b",
+ "id": "11bef07a",
"metadata": {},
"outputs": [],
"source": [
@@ -323,7 +323,7 @@
},
{
"cell_type": "markdown",
- "id": "3d3aa733",
+ "id": "1f73282d",
"metadata": {},
"source": [
"# Drawing\n",
@@ -344,7 +344,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "adfd3c21",
+ "id": "e37c43b3",
"metadata": {},
"outputs": [],
"source": [
@@ -358,7 +358,7 @@
},
{
"cell_type": "markdown",
- "id": "b8a18d63",
+ "id": "5af7e732",
"metadata": {},
"source": [
"See the examples for more ideas.\n",
@@ -398,7 +398,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "a7bbcdc2",
+ "id": "4aacda5f",
"metadata": {},
"outputs": [],
"source": [
@@ -410,7 +410,7 @@
},
{
"cell_type": "markdown",
- "id": "12b7f9bb",
+ "id": "570035bb",
"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": "030fd58c",
+ "id": "c7e74c22",
"metadata": {},
"outputs": [],
"source": [