[sympy] Re: solve() and diff() with Symbol versus Function

2009-05-11 Thread Ondrej Certik
On Mon, May 11, 2009 at 9:23 PM, Luke wrote: > > Would there be any reason that the following should not be implemented: > t = Symbol('t') > q1 = Function('q1')(t) > solve(q1 - 1, q1) > > Currently, the solve function gives: > --

[sympy] solve() and diff() with Symbol versus Function

2009-05-11 Thread Luke
Would there be any reason that the following should not be implemented: t = Symbol('t') q1 = Function('q1')(t) solve(q1 - 1, q1) Currently, the solve function gives: --- TypeError Traceback (mo

[sympy] Re: issue tracker issues

2009-05-11 Thread Ondrej Certik
On Mon, May 11, 2009 at 7:05 PM, Jochen Voß wrote: > > Hi, > > I believe the following entries in the issue tracker can be closed: > > * "test the __doc__ propagation in decorator wrappers": >   http://code.google.com/p/sympy/issues/detail?id=744 >   This is fixed by commit 964d1f97df600308b23b6a

[sympy] issue tracker issues

2009-05-11 Thread Jochen Voß
Hi, I believe the following entries in the issue tracker can be closed: * "test the __doc__ propagation in decorator wrappers": http://code.google.com/p/sympy/issues/detail?id=744 This is fixed by commit 964d1f97df600308b23b6a91b9de8811795509a4 . * "remove string exceptions from sympy":

[sympy] Re: Sphinx Documentation

2009-05-11 Thread Alan Bromborsky
Priit Laes wrote: > Ühel kenal päeval, P, 2009-05-10 kell 18:42, kirjutas Alan Bromborsky: > >> In rst for python-sphinx how do declare bold colored text. I have a >> warning in my documentation that I really want to set off! >> > > **Here be bold text** > > http://sphinx.pocoo.org/rest.