We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6708394 commit 1d4d942Copy full SHA for 1d4d942
1 file changed
docs/source/_exts/idom_example.py
@@ -59,7 +59,9 @@ def run(self):
59
)
60
61
else:
62
- for path in sorted(ex_files, key=lambda p: p.name):
+ for path in sorted(
63
+ ex_files, key=lambda p: "" if p.name == "main.py" else p.name
64
+ ):
65
labeled_tab_items.append(
66
(
67
path.name,
0 commit comments