Skip to content

Commit 96daf4d

Browse files
authored
Correct documentation sort order for this section (#1184)
1 parent ca0b79f commit 96daf4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mathics/builtin/no_meaning.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
)
2424
from mathics.core.parser.operators import OPERATOR_DATA
2525

26+
# This tells documentation how to sort this module
27+
sort_order = "mathics.builtin.operators-without-built-in-meanings"
28+
2629

2730
def init():
2831
# Generate no-meaning Mathics3 Builtin class from the operator name,

0 commit comments

Comments
 (0)