Skip to content

Commit f698137

Browse files
committed
add links to nbviewer
1 parent d7df28f commit f698137

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

examples/Frequently asked questions.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@
66
"source": [
77
"# Frequently asked questions\n",
88
"\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",
1014
"* [How to use transitions with django models?](#How-to-use-transitions-with-django-models?)\n",
1115
"* [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",
1216
"* [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",
1317
"* [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",
1418
"* [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",
1519
"* [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)"
1721
]
1822
},
1923
{

examples/Graph MIxin Demo.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"source": [
77
"### Table of Content \n",
88
"\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",
911
"- [The Matter graph](#The-Matter-graph)\n",
1012
"- [Hide auto transitions](#Hide-auto-transitions)\n",
1113
"- [Previous state and transition notation](#Previous-state-and-transition-notation)\n",

0 commit comments

Comments
 (0)