Skip to content

Commit 6d47213

Browse files
committed
Change order of items in API reference
1 parent f67a46c commit 6d47213

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/build_api.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,24 +82,25 @@ def build_index_page(groups):
8282
] + aliases,
8383
"typedef"),
8484
],
85-
"Iteration": [
85+
"Primitives": [
8686
("range", "range()"),
8787
("range", "range(F)"),
88-
"fill",
89-
"zeros",
90-
"ones",
91-
"for_each",
92-
],
93-
"Unary Operators": [
9488
"map",
89+
"reduce",
90+
"zip",
9591
"cast",
9692
"broadcast",
93+
"for_each",
94+
],
95+
"Unary Operators": [
96+
"fill",
97+
"zeros",
98+
"ones",
9799
"negate",
98100
"bit_not",
99101
"logical_not",
100102
],
101103
"Binary Operators": [
102-
"zip",
103104
"add",
104105
"subtract",
105106
"divide",
@@ -125,7 +126,6 @@ def build_index_page(groups):
125126
#"rhypot",
126127
],
127128
"Reductions": [
128-
"reduce",
129129
"sum",
130130
("max", "max(V&&)"),
131131
("min", "min(V&&)"),

0 commit comments

Comments
 (0)