Hi,

I was a MatLab user before switching to Python and ultimately to SymPy. One
thing (the only one thing) I miss here is ``see also`` feature in the
documentation. This thing works like - if I look for the docstring of
``prime`` in the docstring, at the bottommost line, it shows

See Also : primefactor, isprime, primepi

But it exists compulsorily in almost every docstring. It includes functions
closely related to the query and most likely user will need it in near
future. Another example would be www.wikipedia.org where every page contains
`See Also` section.
If we divide the tasks module-wise, like number theory, series, polynomials,
etc it will be a good individual document task for codein candidates.

-- 
-Regards
Hector

Whenever you think you can or you can't, in either way you are right.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to