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 5554cc9 commit 89c6981Copy full SHA for 89c6981
1 file changed
mathics/builtin/import_export/importexport.py
@@ -43,8 +43,8 @@
43
importer_exporter_options,
44
)
45
46
-# This tells documentation how to sort this module
47
-# Here we are also hiding "file_io" since this can erroneously appear at the top level.
+# This tells documentation how to sort this module.
+# We want, this to come before specific converters.
48
sort_order = "mathics.builtin.importing-and-exporting.base"
49
50
EXPORTERS = {}
0 commit comments