From e5624a7a7e657a561d03fdbd6699f6e3a3c41744 Mon Sep 17 00:00:00 2001 From: aaguinal Date: Fri, 26 Jan 2024 20:51:16 +0000 Subject: [PATCH] deploy: 1e1c223a0a10f22f126fffcdb54f6a0257a9e0d1 --- _sources/chp1-directed-graphs.ipynb | 2 +- _sources/chp2-dwd.ipynb | 2 +- _sources/chp3-schemas.ipynb | 2 +- _sources/chp4-uwd.ipynb | 2 +- _sources/chp5-dpo.ipynb | 2 +- _sources/chp6-dpo-application.ipynb | 2 +- _sources/intro.ipynb | 2 +- _sources/julia-notebook.ipynb | 22 +++++++++++----------- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/_sources/chp1-directed-graphs.ipynb b/_sources/chp1-directed-graphs.ipynb index a3a1e58..aa579ef 100644 --- a/_sources/chp1-directed-graphs.ipynb +++ b/_sources/chp1-directed-graphs.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "0df381a7", + "id": "53e94a9c", "metadata": {}, "source": [ "# Chapter 1: Directed Graphs" diff --git a/_sources/chp2-dwd.ipynb b/_sources/chp2-dwd.ipynb index 8bbab58..7655ec8 100644 --- a/_sources/chp2-dwd.ipynb +++ b/_sources/chp2-dwd.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "5c0cecec", + "id": "7635adcc", "metadata": {}, "source": [ "# Chapter 2: Directed Wiring Diagrams" diff --git a/_sources/chp3-schemas.ipynb b/_sources/chp3-schemas.ipynb index 004b394..97737ea 100644 --- a/_sources/chp3-schemas.ipynb +++ b/_sources/chp3-schemas.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "4dcd0598", + "id": "7d1bcf8e", "metadata": {}, "source": [ "# Chapter 3: Schemas" diff --git a/_sources/chp4-uwd.ipynb b/_sources/chp4-uwd.ipynb index c7fa552..1d5164b 100644 --- a/_sources/chp4-uwd.ipynb +++ b/_sources/chp4-uwd.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "1177bb57", + "id": "8fa8bf92", "metadata": {}, "source": [ "# Chapter 4: Undirected Wiring Diagrams" diff --git a/_sources/chp5-dpo.ipynb b/_sources/chp5-dpo.ipynb index be7074c..8f0b4e5 100644 --- a/_sources/chp5-dpo.ipynb +++ b/_sources/chp5-dpo.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "fa429104", + "id": "46041e43", "metadata": {}, "source": [ "# Chapter 5: Double-Pushout Rewriting" diff --git a/_sources/chp6-dpo-application.ipynb b/_sources/chp6-dpo-application.ipynb index 690c117..a7d802a 100644 --- a/_sources/chp6-dpo-application.ipynb +++ b/_sources/chp6-dpo-application.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "97edcd5d", + "id": "904408a9", "metadata": {}, "source": [ "# Chapter 6: Double-Pushout Rewriting Examples" diff --git a/_sources/intro.ipynb b/_sources/intro.ipynb index 107026e..c4ebbdc 100644 --- a/_sources/intro.ipynb +++ b/_sources/intro.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "778cc7ad", + "id": "cf0a9c21", "metadata": {}, "source": [ "# Introduction (Draft)\n", diff --git a/_sources/julia-notebook.ipynb b/_sources/julia-notebook.ipynb index 01ea9e9..e12890a 100644 --- a/_sources/julia-notebook.ipynb +++ b/_sources/julia-notebook.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "e9cc4c80", + "id": "39012c3c", "metadata": {}, "source": [ "# Sample Markdown with Code\n", @@ -21,7 +21,7 @@ }, { "cell_type": "markdown", - "id": "18e10514", + "id": "89eb1779", "metadata": {}, "source": [ "## How to run the code in this page?\n", @@ -37,7 +37,7 @@ }, { "cell_type": "markdown", - "id": "13b41afb", + "id": "65692c83", "metadata": {}, "source": [ "## Julia code" @@ -46,7 +46,7 @@ { "cell_type": "code", "execution_count": null, - "id": "715e5b1a", + "id": "2be774e2", "metadata": {}, "outputs": [], "source": [ @@ -56,7 +56,7 @@ }, { "cell_type": "markdown", - "id": "23cb8c19", + "id": "488ed25e", "metadata": {}, "source": [ "## Drawing directed wiring diagrams\n", @@ -67,7 +67,7 @@ { "cell_type": "code", "execution_count": null, - "id": "93ca370b", + "id": "99827c26", "metadata": {}, "outputs": [], "source": [ @@ -98,7 +98,7 @@ }, { "cell_type": "markdown", - "id": "de1e6e79", + "id": "c17b5b47", "metadata": {}, "source": [ "## Drawing undirected wiring diagrams\n", @@ -108,7 +108,7 @@ }, { "cell_type": "markdown", - "id": "f55e221d", + "id": "146eafca", "metadata": {}, "source": [ "The following code draws UWD using Graphviz library" @@ -117,7 +117,7 @@ { "cell_type": "code", "execution_count": null, - "id": "0da755d6", + "id": "30fa5bc8", "metadata": {}, "outputs": [], "source": [ @@ -137,7 +137,7 @@ }, { "cell_type": "markdown", - "id": "b91ff008", + "id": "8d0ce77f", "metadata": {}, "source": [ "Try your own code in the block below:" @@ -146,7 +146,7 @@ { "cell_type": "code", "execution_count": null, - "id": "1f6c440f", + "id": "e3bb2e82", "metadata": {}, "outputs": [], "source": [