Skip to content

Commit 457baa7

Browse files
committed
fix: update example file order in documentation configuration
1 parent a5b42dc commit 457baa7

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

docs/source/conf.py

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,18 @@ def __call__(self, fname: str) -> int:
5656
"ex_axis.py": 1,
5757
"ex_geodetic.py": 2,
5858
"ex_geohash.py": 3,
59-
"ex_2d.py": 4,
60-
"ex_3d.py": 5,
61-
"ex_4d.py": 6,
62-
"ex_unstructured.py": 7,
63-
"ex_orbit.py": 8,
64-
"pangeo_unstructured_grid.py": 9,
65-
"pangeo_time_series.py": 10,
66-
"ex_descriptive_statistics.py": 11,
67-
"ex_binning.py": 12,
68-
"ex_dateutils.py": 13,
69-
"ex_fill_undef.py": 14,
59+
"ex_1d.py": 4,
60+
"ex_2d.py": 5,
61+
"ex_3d.py": 6,
62+
"ex_4d.py": 7,
63+
"ex_unstructured.py": 8,
64+
"ex_orbit.py": 9,
65+
"pangeo_unstructured_grid.py": 10,
66+
"pangeo_time_series.py": 11,
67+
"ex_descriptive_statistics.py": 12,
68+
"ex_binning.py": 13,
69+
"ex_dateutils.py": 14,
70+
"ex_fill_undef.py": 15,
7071
}
7172
return order[pathlib.Path(fname).name]
7273

0 commit comments

Comments
 (0)