It's easy to pull the autodoc documentation for offline use. You can either do this:
$ git clone https://github.com/clojure/clojure.git clojure-api $ cd clojure-api $ git checkout gh-pages or you can just open "https://github.com/clojure/clojure/archive/gh-pages.zip" or pull the directory with $ curl -L https://github.com/clojure/clojure/archive/gh-pages.tar.gz | tar tvzf - The same method works for all the contrib docs (though there isn't a command that gets all the docs) and incanter as well. HTH, 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
