On Jul 3, 2010, at 7:48 PM, Ondrej Certik wrote: > On Sat, Jul 3, 2010 at 4:29 PM, James Pearson <[email protected]> > wrote: >> On Sat, Jul 3, 2010 at 1:20 AM, Ondrej Certik <[email protected]> wrote: >>> >>> We need to create some better pages. It's as simple as just cloning >>> the repo, and pushing it in. >> >> What kind of things (if any) did you have in mind? Would we like to >> eventually have all of the wiki pages there, instead, or auto-generated API >> documentation? Right now (correct me if I'm wrong), there is: >> >> * docs.sympy.org: created by Sphinx, generated every release >> * code.google.com wiki: older spot for a lot of articles? >> * wiki.sympy.org: new spot for articles? >> >> Perhaps we could consolidate these all somehow? You guys are much more >> familiar with them than I am, so I expect responses telling me that I'm >> completely wrong. :) > > I wanted to have some page made by ourselves as our main page. > Currently our main page is this: > > http://code.google.com/p/sympy/ > > which is a bit messy in my opinion. But now anyone can contribute > patches to the page, it's as easy as pushing it in. > >> >> On Fri, Jul 2, 2010 at 8:28 PM, Aaron S. Meurer <[email protected]> wrote: >>> >>> Is it possible to have official docs for the latest released version and >>> also unofficial docs from the latest master (or from the last time someone >>> built)? >> >> I'm not sure how the Django team works things, but I think that their system >> (http://docs.djangoproject.com/en/1.2/ and >> http://docs.djangoproject.com/en/dev/ ) works well. I'm not sure how easily >> that sort of thing would work with SymPy's current scheme (one main >> development branch and tagged releases); if you don't move tags at all, then >> it should be easy enough to do a dev build with a post-commit hook and a >> manual build with each release, right? > > Yes, that's what I have in mind. > > Ondrej
We should have our buildbots check if the Sphinx docs build OK anyway, so we could probably use the same hook for both. Aaron Meurer -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
