On Oct 1, 1:48 pm, Hans Hübner <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I know it has been asked for in April and been answered with "no", but
> maybe it changed since then.  Has anybody come up with a good way to
> print the online documentation?  I am not looking for anything fancy,
> and a CSS style sheet without the navigation bar would be a suitable
> start.  But maybe someone already got further than that?
>
> Thanks,
> Hans

You can use the clojure.contrib.ns-utils library:

(use 'clojure.contrib.ns-utils)
(print-docs 'clojure)

That will spew straight text, but it shouldn't be too hard to munge it
into something prettier.

HTH
Allen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to