Skip to content

Commit 60d54e0

Browse files
committed
rename tic-tac-toe folder
1 parent f28a6ab commit 60d54e0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/src/learn/tutorial-tic-tac-toe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ You can see what it will look like when you're finished here:
3030
=== "app.py"
3131

3232
```python
33-
{% include "../../examples/python/tutorial-tic-tac-toe/tic_tac_toe.py" end="# end" %}
33+
{% include "../../examples/python/tutorial_tic_tac_toe/tic_tac_toe.py" end="# end" %}
3434
```
3535

3636
=== "styles.css"
3737

3838
```css
39-
{% include "../../examples/css/tutorial-tic-tac-toe/tic_tac_toe.css" %}
39+
{% include "../../examples/css/tutorial_tic_tac_toe/tic_tac_toe.css" %}
4040
```
4141

4242
=== ":material-play: Run"
@@ -59,13 +59,13 @@ In the code example below, click **Run** to open the editor in a new tab using t
5959
=== "app.py"
6060

6161
```python
62-
{% include "../../examples/python/tutorial-tic-tac-toe/setup_for_the_tutorial.py" start="# start" %}
62+
{% include "../../examples/python/tutorial_tic_tac_toe/setup_for_the_tutorial.py" start="# start" %}
6363
```
6464

6565
=== "styles.css"
6666

6767
```css
68-
{% include "../../examples/css/tutorial-tic-tac-toe/setup_for_the_tutorial.css" %}
68+
{% include "../../examples/css/tutorial_tic_tac_toe/setup_for_the_tutorial.css" %}
6969
```
7070

7171
=== ":material-play: Run"
@@ -105,7 +105,7 @@ In Jupyter you'll see three main sections:
105105
The `tic-tac-toe.ipynb` file should be selected in the _Files_ section. Click on the first code box, where the contents of that _code editor_ should be:
106106

107107
```python linenums="0"
108-
{% include "../../examples/python/tutorial-tic-tac-toe/setup_for_the_tutorial.py" start="# start" %}
108+
{% include "../../examples/python/tutorial_tic_tac_toe/setup_for_the_tutorial.py" start="# start" %}
109109
```
110110

111111
After clicking the _run button_ the notebook should be displaying a square with a X in it like this:

0 commit comments

Comments
 (0)