Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.7k
Description
The list of stdlibs in the sidebar of the julia docs appears to be sorted by the module name, whereas the title in the docs may be different. Typically this does not affect sorting (e.g. the title of the main page of theFileWatching docs is"File Events", so it ends up in the same place on the list in the docs' sidebar); but in some cases, the custom title starts with a different letter, leading to an awkward ordering. This is most notable and jarring in the case ofLibdl →"Dynamic Linker" andTest →"Unit Testing", but alsoREPL →"The Julia REPL", to a lesser degree.
Either the title (or name) of those modules should be changed to align more closely with the name of the module, or the docs should sort the stdlibs by the custom title rather than by the module name.