You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/Frequently asked questions.ipynb
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,18 @@
6
6
"source": [
7
7
"# Frequently asked questions\n",
8
8
"\n",
9
-
"* [How do I load/save state machine configurations with json/yaml](./Frequently%20asked%20questions.ipynb#How-do-I-load/save-state-machine-configurations-with-json/yaml)\n",
9
+
"## Table of contents\n",
10
+
"\n",
11
+
"Links won't work on Github but should work with [nbviewer](https://nbviewer.org/github/pytransitions/transitions/blob/master/examples/Frequently%20asked%20questions.ipynb).\n",
12
+
"\n",
13
+
"* [How do I load/save state machine configurations with json/yaml](#How-do-I-load/save-state-machine-configurations-with-json/yaml)\n",
10
14
"* [How to use transitions with django models?](#How-to-use-transitions-with-django-models?)\n",
11
15
"* [transitions memory footprint is too large for my Django app and adding models takes too long.](#transitions-memory-footprint-is-too-large-for-my-Django-app-and-adding-models-takes-too-long.) \n",
12
16
"* [Is there a during callback which is called when no transition has been successful?](#Is-there-a-'during'-callback-which-is-called-when-no-transition-has-been-successful?)\n",
13
17
"* [How to have a dynamic transition destination based on a function's return value?](#How-to-have-a-dynamic-transition-destination-based-on-a-function's-return-value)\n",
14
18
"* [Machine.get_triggers should only show valid transitions based on some conditions.](#Machine.get_triggers-should-only-show-valid-transitions-based-on-some-conditions.)\n",
15
19
"* [Transitions does not add convencience methods to my model](#Transitions-does-not-add-convencience-methods-to-my-model)\n",
16
-
"* [I have several inter-dependent machines/models and experience deadlocks](./Frequently%20asked%20questions.ipynb#How-can-I-edit-a-graph's-styling)"
20
+
"* [I have several inter-dependent machines/models and experience deadlocks](#How-can-I-edit-a-graph's-styling)"
Copy file name to clipboardExpand all lines: examples/Graph MIxin Demo.ipynb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
"source": [
7
7
"### Table of Content \n",
8
8
"\n",
9
+
"Links won't work on Github but should work with [nbviewer](https://nbviewer.org/github/pytransitions/transitions/blob/master/examples/Graph%20MIxin%20Demo.ipynb).\n",
10
+
"\n",
9
11
"- [The Matter graph](#The-Matter-graph)\n",
10
12
"- [Hide auto transitions](#Hide-auto-transitions)\n",
11
13
"- [Previous state and transition notation](#Previous-state-and-transition-notation)\n",
0 commit comments