Skip to content

Commit 84e0f26

Browse files
committed
Add comment
1 parent a2a0f79 commit 84e0f26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ def __init__(self, src_dir):
6969
self.src_dir = src_dir
7070

7171
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.
7275
if "examples/decoding" in self.src_dir:
7376
order = [
7477
"basic_example.py",

0 commit comments

Comments
 (0)