Skip to content

Commit f135e4f

Browse files
committed
fix: Header on all actions example
1 parent 915dfde commit f135e4f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/auto_examples/all_actions_machine.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cell_type": "markdown",
3434
"metadata": {},
3535
"source": [
36-
"# Testing\n\n"
36+
"## Testing\n\n"
3737
]
3838
},
3939
{

docs/auto_examples/all_actions_machine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
All actions machine
3-
-------------------
3+
===================
44
55
A StateMachine that exercices all possible :ref:`Actions` and :ref:`Guards`.
66
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1c02de6db5c0a074eb68328c9fdef075
1+
7979f9d577527eade21568387d8b23c5

docs/auto_examples/all_actions_machine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
All actions machine
22-
-------------------
22+
===================
2323

2424
A StateMachine that exercices all possible :ref:`Actions` and :ref:`Guards`.
2525

0 commit comments

Comments
 (0)