File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 type: example
1212
1313``` python
14- -- 8 < -- " docs/ examples/simple.py"
14+ -- 8 < -- " examples/simple.py"
1515```
1616///
1717
@@ -30,7 +30,7 @@ if the package or PEP were enhanced to account for more use-cases.
3030 type: example
3131
3232``` python
33- -- 8 < -- " docs/ examples/enhanced.py"
33+ -- 8 < -- " examples/enhanced.py"
3434```
3535///
3636
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ configurations = [{targets.include = ["reference/api.md"]}]
163163# Plugins configuration
164164# ----------------------------------------------------------------------------
165165[project .plugins .mkdocstrings .handlers .python ]
166- paths = [" src" ]
166+ paths = [" src" , " examples " ]
167167inventories = [" https://docs.python.org/3/objects.inv" ]
168168
169169[project .plugins .mkdocstrings .handlers .python .options ]
You can’t perform that action at this time.
0 commit comments