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 a2a0f79 commit 84e0f26Copy full SHA for 84e0f26
docs/source/conf.py
@@ -69,6 +69,9 @@ def __init__(self, src_dir):
69
self.src_dir = src_dir
70
71
def __call__(self, filename):
72
+ # We have two top-level galleries, one for decoding examples and one for
73
+ # encoding examples. We define the example order within each gallery
74
+ # individually.
75
if "examples/decoding" in self.src_dir:
76
order = [
77
"basic_example.py",
0 commit comments