docs

Jakub Holý (HolyJak) 2019-04-27T19:31:31.000100Z

set the channel topic: About docs of Clojure & libs

Jakub Holý (HolyJak) 2019-04-27T19:32:45.001400Z

Hello folks, does anyone know what is that status of Grimoire (http://conj.io)? It seems the latest version of clojure there is 1.9 and for example eduction has no examples, compared to a few at http://clojuredocs.org. Is it dormant? @arrdem ?

martinklepsch 2019-04-27T23:35:27.002100Z

I think it is. If there's someone who'd take up that work I'd be happy to incorporate it into cljdoc in one way or another.

👍 1
martinklepsch 2019-04-28T17:18:35.006800Z

So far most work has been put towards library documentation and not Clojure itself. There are docs for Clojure itself (it’s just a library in that sense) but it might make sense to provide a more adjusted UI like the one on http://conj.io https://cljdoc.org/d/org.clojure/clojure/1.10.0-RC4/doc/changelog

martinklepsch 2019-04-28T17:19:41.007700Z

Perhaps that could also inform future improvements UI stuff for library documentation

👍 1
Jakub Holý (HolyJak) 2019-04-28T05:38:55.003300Z

That sounds as a fun and useful project :) My time is quite limited but perhaps I could help. Is the idea to have cljdoc as the ultimate docs site for libraries and Clojure itself, with examples and notes? Q2: why Grimoire and not whatever is behind clojuredocs?

martinklepsch 2019-04-27T23:36:32.003100Z

IIRC Reid has mentioned in the past that he'd like to hand it off.