OK, that patch worked for simplify().  However, I had some problems  
getting some of the other functions to work.  You can pull again from  
the same branch to see what I mean.  I had to change "autofunction" to  
"function" for a handful of functions because sphinx wouldn't compile  
otherwise.

Aaron
On Jul 5, 2009, at 7:48 PM, Ondrej Certik wrote:

>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to