From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:13:17 +0000 (+0200) Subject: 📝 Remove highlights in `indexes.md` (#1100) X-Git-Tag: 0.0.23~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e46572f2ab335a81aa75ffaee378e9c6e916fb62;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Remove highlights in `indexes.md` (#1100) --- diff --git a/docs/tutorial/indexes.md b/docs/tutorial/indexes.md index d0724f51..fea4289a 100644 --- a/docs/tutorial/indexes.md +++ b/docs/tutorial/indexes.md @@ -24,7 +24,7 @@ Fine, in that case, you can **sneak peek** the final code to create indexes here //// tab | Python 3.10+ -```Python hl_lines="8 10" +```Python {!./docs_src/tutorial/indexes/tutorial002_py310.py!} ``` @@ -32,7 +32,7 @@ Fine, in that case, you can **sneak peek** the final code to create indexes here //// tab | Python 3.7+ -```Python hl_lines="8 10" +```Python {!./docs_src/tutorial/indexes/tutorial002.py!} ```