On Sun, Jul 6, 2008 at 12:45 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > On Sun, Jul 6, 2008 at 12:36 PM, Robert Kern <[EMAIL PROTECTED]> wrote: >> >> On Tue, Jul 1, 2008 at 10:38, Ondrej Certik <[EMAIL PROTECTED]> wrote: >>> Any progress on this? I think it's time to make anothe release, let's >>> say on Monday. If you are busy, I propose to put the code that we have >>> in (with my patch and a comment how to proceed with fixing it >>> generally) and when you or anyone else finds time, it can be improved. >> >> 'tis done. >> >> http://www.enthought.com/~rkern/cgi-bin/hgwebdir.cgi/sympy/ > > Wow, beautiful patches, thanks a lot! > > I'll run couple tests and push it in. > > While I am at the doc writing, I'll also write some intro about this > to our docs.
The docs are here: http://docs.sympy.org/modules/rewriting.html#module-sympy.simplify.cse_main Stefan, what is the preferred way to document things in numpy? I mean what kind of REST markup one should use in docstrings, so that it looks nice in sphinx. Looking here: http://mentat.za.net/numpy/refguide/functions.xhtml it seems like you are using stuff like " Paremeters -------------- " Also is this now the official numpy docs style guide: http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/doc/example.py#L37 ? in the docstrings, so in this light, this patch: http://hg.sympy.org/sympy/rev/2a85bc165b30 is not correct. But without it, the sphinx refuses to generate the docs. How did you overcome this problem? Ondrej --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
