cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
danielcompton 2019-03-24T19:30:59.060100Z

All of the Clojure namespace documentation tools seem to provide var docs in alphabetical order

danielcompton 2019-03-24T19:31:33.060800Z

This is useful if you are looking for a specific function, but makes it very hard to explore a library through it's ns docs

danielcompton 2019-03-24T19:32:11.061300Z

Has there ever been thoughts on users being able to provide their own ordering of vars for docs? Perhaps with sections and documentation on each section?

danielcompton 2019-03-24T19:34:04.062Z

Having the option to order vars in reverse declaration order might be somewhat useful, as the main entry points to an ns are usually at the bottom of the file

2019-03-24T19:42:20.063200Z

at least there has been this issue+PR about sort order https://github.com/cljdoc/cljdoc/issues/89

martinklepsch 2019-03-24T19:45:35.064700Z

Yeah, that’s the current state of things. There’s some tools that have explored sectioning, think it might have been by @zcaudate iirc