Re: GSOC Idea: Interactive documentation with autodoc

2012-03-28 Thread Andy Fingerhut
My fork of cd-client has code to create a local snapshot of all examples, see-alsos, and comments in clojuredocs.org, save it to a file, and switch to "local mode", which pulls all results from the snapshot file instead of clojuredocs.org. https://github.com/jafingerhut/cd-client Andy On Mar

Re: GSOC Idea: Interactive documentation with autodoc

2012-03-26 Thread Daniel Solano Gomez
On Mon Mar 26 16:11 2012, Zack Maril wrote: > Here's one way of going about getting the bare bones for examples: > > Simple examples with autodoc: > http://clojure-examples.herokuapp.com/clojure.core-api.html#clojure.core/+ > > The changes to autodoc required to make this happen: > https://github

Re: GSOC Idea: Interactive documentation with autodoc

2012-03-26 Thread Zack Maril
Here's one way of going about getting the bare bones for examples: Simple examples with autodoc: http://clojure-examples.herokuapp.com/clojure.core-api.html#clojure.core/+ The changes to autodoc required to make this happen: https://github.com/zmaril/autodoc/commit/4cb3d7aa1079f0859b129469ea1163e

Re: GSOC Idea: Interactive documentation with autodoc

2012-03-26 Thread Colin Jones
One thing missing from reply's clojuredocs integration is the ability to have a local cache of the examples. Currently, we're just making an API call every time (using the clojuredocs-client library), which is great for getting off the ground and for having the latest examples, but not so great for

Re: GSOC Idea: Interactive documentation with autodoc

2012-03-26 Thread David Nolen
Zack, Having examples in the Clojure source has come up before and it's probably not going to happen. Also the repl-y project that is now integrated into lein 2 has this functionality. However I think you're on an interesting track as far as how Mathematica works. I don't think anyone has tackled