Nah, changing the autodoc generation is easy (though we need to figure out where images go on the input and output sides and move them around, but that shouldn't be too much of a problem).
The bigger problem is figuring out what to tell folks who type (doc foo) at the REPL and get a bunch of gobbledegook back. That's the thing that's been making me look for a better format than markdown. (Autodoc already does markdown translation for supporting documentation). Tom On Oct 26, 9:25 am, Andrew Gwozdziewycz <[email protected]> wrote: > On Tue, Oct 26, 2010 at 12:21 PM, Eric Schulte <[email protected]> wrote: > > Chris <[email protected]> writes: > > >> On Oct 26, 9:54 am, Andrew Gwozdziewycz <[email protected]> wrote: > >>> I like that idea, especially if it could be extended to reference other > >>> code: > > >> Agreed. So now that's links to images, web pages, Clojure vars... > >> anything else? > > > LaTeX equations. Which are increasingly easy to render in HTML > > (e.g.http://www.mathjax.org/). > > I guess the problem is actually making a patch to autodoc to do this all :) > > > -- > > 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 > > --http://www.apgwoz.com -- 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
