Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
uv-resolution:
- highest
include:
- os: windows-latest
python-version: "3.9"
uv-resolution: highest
- os: ubuntu-latest
python-version: "3.10"
uv-resolution: lowest-direct
Expand Down
10 changes: 0 additions & 10 deletions docs/tutorial/automatic-id-none-refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,16 +342,6 @@ And as we created the **engine** with `echo=True`, we can see the SQL statements

////

//// tab | Python 3.9+

```Python
{!./docs_src/tutorial/automatic_id_none_refresh/tutorial002_py39.py!}
```

{!./docs_src/tutorial/automatic_id_none_refresh/annotations/en/tutorial002.md!}

////

And here's all the output generated by running this program, all together:

<div class="termy">
Expand Down
10 changes: 0 additions & 10 deletions docs/tutorial/create-db-and-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,16 +562,6 @@ Now, let's give the code a final look:

////

//// tab | Python 3.9+

```{.python .annotate}
{!./docs_src/tutorial/create_db_and_table/tutorial003_py39.py!}
```

{!./docs_src/tutorial/create_db_and_table/annotations/en/tutorial003.md!}

////

/// tip

Review what each line does by clicking each number bubble in the code. 👆
Expand Down
10 changes: 0 additions & 10 deletions docs/tutorial/delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,16 +227,6 @@ Now let's review all that code:

////

//// tab | Python 3.9+

```{ .python .annotate hl_lines="72-90" }
{!./docs_src/tutorial/delete/tutorial002_py39.py!}
```

{!./docs_src/tutorial/delete/annotations/en/tutorial002.md!}

////

/// tip

Check out the number bubbles to see what is done by each line of code.
Expand Down
24 changes: 0 additions & 24 deletions docs/tutorial/insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,6 @@ This is the code we had to create the database and table, nothing new here:

////

//// tab | Python 3.9+

```{.python .annotate hl_lines="22" }
{!./docs_src/tutorial/create_db_and_table/tutorial003_py39.py[ln:1-20]!}

# More code here later 👈

{!./docs_src/tutorial/create_db_and_table/tutorial003_py39.py[ln:23-24]!}
```

{!./docs_src/tutorial/create_db_and_table/annotations/en/tutorial003.md!}

////

Now that we can create the database and the table, we will continue from this point and add more code on the same file to create the data.

## Create Data with SQL
Expand Down Expand Up @@ -343,16 +329,6 @@ Let's focus on the new code:

////

//// tab | Python 3.9+

```{.python .annotate }
{!./docs_src/tutorial/insert/tutorial003_py39.py!}
```

{!./docs_src/tutorial/insert/annotations/en/tutorial003.md!}

////

/// tip

Review what each line does by clicking each number bubble in the code. 👆
Expand Down
10 changes: 0 additions & 10 deletions docs/tutorial/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,16 +273,6 @@ Let's review the code up to this point:

////

//// tab | Python 3.9+

```{ .python .annotate }
{!./docs_src/tutorial/select/tutorial002_py39.py!}
```

{!./docs_src/tutorial/select/annotations/en/tutorial002.md!}

////

/// tip

Check out the number bubbles to see what is done by each line of code.
Expand Down
32 changes: 0 additions & 32 deletions docs/tutorial/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,6 @@ Now let's review all that code:

////

//// tab | Python 3.9+

```{ .python .annotate hl_lines="44-55" }
{!./docs_src/tutorial/update/tutorial002_py39.py!}
```

{!./docs_src/tutorial/update/annotations/en/tutorial002.md!}

////

/// tip

Check out the number bubbles to see what is done by each line of code.
Expand All @@ -272,20 +262,6 @@ This also means that you can update several fields (attributes, columns) at once

////

//// tab | Python 3.9+

```{ .python .annotate hl_lines="15-17 19-21 23" }
# Code above omitted 👆

{!./docs_src/tutorial/update/tutorial004_py39.py[ln:44-70]!}

# Code below omitted 👇
```

{!./docs_src/tutorial/update/annotations/en/tutorial004.md!}

////

/// details | 👀 Full file preview

//// tab | Python 3.10+
Expand All @@ -296,14 +272,6 @@ This also means that you can update several fields (attributes, columns) at once

////

//// tab | Python 3.9+

```Python
{!./docs_src/tutorial/update/tutorial004_py39.py!}
```

////

///

/// tip
Expand Down
61 changes: 0 additions & 61 deletions docs_src/advanced/decimal/tutorial001_py39.py

This file was deleted.

65 changes: 0 additions & 65 deletions docs_src/advanced/uuid/tutorial001_py39.py

This file was deleted.

64 changes: 0 additions & 64 deletions docs_src/advanced/uuid/tutorial002_py39.py

This file was deleted.

Loading
Loading