On Nov 9, 1:28 pm, Howard Lewis Ship <[email protected]> wrote: > It looks very nice ... still I'd love to see something like what > clj-doc does (http://github.com/mmcgrana/clj-doc) ... it adds a text > field that you can type into and it matches the available names > against what you type, hiding the rest.
Great idea. As I said in another message, I've been resisting having any JS driven stuff while I get the HTML/CSS ironed out, but that's a natural thing to add. > I'll see if I can find some time to help ... where's the code? (i.e., > what git repo do I clone?) The code is at http://github.com/tomfaulhaber/contrib-autodoc. The clojure core documentation is built by the code on the "general" branch. (The master branch is still clojure-contrib specific. Once I get "general" so that it can build both clojure and clojure-contrib, I will merge them back together. I will warn you, however, that there is a crazy amount of mechanism here (mostly undocumented) that I'm still working out. So I don't consider this to be supported code yet. On Nov 9, 1:42 pm, Konrad Hinsen <[email protected]> wrote: > But please add clojure.test and clojure.parallel as well! Oops, missed those. Thanks for spotting them. On Nov 9, 2:21 pm, Michael Jaaka <[email protected]> wrote: > Why when I click on left in the index menu, the description of a > function shows on top? > It should be right next to clicked position, so I won't scroll whole > page on top in order to read doc. I'm not sure I understand this. Do you mean, why doesn't the link on the API index page go straight to the function? That's a bug. Fixed soon. Tom -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
