Re: api doc for clojure/libraries

2011-01-24 Thread OGINO Masanori
Hello. If you have REPL, you can get any documentation via "doc" and "find-doc" functions. (doc reduce) ; print the documentation of reduce (find-doc "append") ; search documentations including word "append" "doc" function can be used with almost all things documented: variable, function, namesp

Re: api doc for clojure/libraries

2011-01-24 Thread Adam
I personally find clojure docs (http://clojuredocs.org/) to be the best source of core/contrib documentation. ~Adam~ -- 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 Note that posts from new

Re: api doc for clojure/libraries

2011-01-24 Thread David Steiner
To build a browse-able API for clojure projects, you can use autodoc: http://tomfaulhaber.github.com/autodoc/ On 1/24/11, .Bill Smith wrote: > You can download Clojure 1.2 by going to http://clojure.org/, clicking the > "Download" link, and then clicking the "Clojure 1.2" and "Clojure Contrib > 1

Re: api doc for clojure/libraries

2011-01-24 Thread Ken Wesson
On Mon, Jan 24, 2011 at 3:58 PM, Nurullah Akkaya wrote: > No need for wget etc, > > For core you can download from, > > https://github.com/clojure/clojure/tree/gh-pages > > For contrib, > > https://github.com/clojure/clojure-contrib/tree/gh-pages > > Just click on download... Perhaps the page htt

Re: api doc for clojure/libraries

2011-01-24 Thread Nurullah Akkaya
No need for wget etc, For core you can download from, https://github.com/clojure/clojure/tree/gh-pages For contrib, https://github.com/clojure/clojure-contrib/tree/gh-pages Just click on download... Regards... -- Nurullah Akkaya http://nakkaya.com On Mon, Jan 24, 2011 at 5:55 PM, Ken Wesso

Re: api doc for clojure/libraries

2011-01-24 Thread .Bill Smith
I don't think there is a catch-all mechanism for downloading documentation for all libraries accessible by or written in Clojure. Perhaps you could try going to the website for each library you are interested in and looking for links with names like "Download" and "Documentation". That often w

Re: api doc for clojure/libraries

2011-01-24 Thread Abraham
how to get api docs for libraries such as enlive , etc? -- 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 Note that posts from new members are moderated - please be patient with your first p

Re: api doc for clojure/libraries

2011-01-24 Thread Ken Wesson
On Mon, Jan 24, 2011 at 10:16 AM, Abraham wrote: > sorry , i want the documentation .which are the functions available ... > etc? For clojure.contrib? There's documentation on the web at http://clojure.github.com/clojure-contrib/ and though I don't see a download link you could always use wge

Re: api doc for clojure/libraries

2011-01-24 Thread .Bill Smith
If you go to http://clojure.org/ and look at the links on the left-hand side of the page, you will find information about the language and the APIs. In particular, the "API" link on the left-hand side of the page takes you to information about all the core and contrib functions in the 1.2 rele

Re: api doc for clojure/libraries

2011-01-24 Thread Abraham
sorry , i want the documentation .which are the functions available ... etc? -- 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 Note that posts from new members are moderated - please be

Re: api doc for clojure/libraries

2011-01-24 Thread .Bill Smith
You can download Clojure 1.2 by going to http://clojure.org/, clicking the "Download" link, and then clicking the "Clojure 1.2" and "Clojure Contrib 1.2" links. Bill -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email