On Sun, Jul 5, 2009 at 7:30 PM, Aaron S. Meurer<[email protected]> wrote: > > http://github.com/asmeurer/sympy/tree/doc-day > > It also has my stuff from doc day (I wanted to include an example from > simplify).
Apply the following patch that fixes it: $ git diff diff --git a/doc/src/modules/simplify.txt b/doc/src/modules/simplify.txt index 1311e55..560a7d0 100644 --- a/doc/src/modules/simplify.txt +++ b/doc/src/modules/simplify.txt @@ -1,8 +1,8 @@ Simplify ======== -.. currentmodule:: sympy.simplify +.. currentmodule:: sympy.simplify.simplify Simplify -------- -.. automethod:: sympy.simplify.simplify \ No newline at end of file +.. autofunction:: simplify Btw, I noticed that there are lots of warnings during the building of docs, so those should all be fixed too. 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 -~----------~----~----~----~------~----~------~--~---
