Updates:
        Summary: Import all public functions and classes into Sphinx
        Status: Accepted
        Labels: -Priority-Medium Priority-High Milestone-Release0.7.2 
Documentation

Comment #1 on issue 2597 by asmeurer: Import all public functions and classes into Sphinx
http://code.google.com/p/sympy/issues/detail?id=2597

I'm surprised that we don't have an issue for this already. You are right. One of our biggest documentation problems right now is that we have a lot of good documentation, but it's only in docstrings. All public functions (i.e., functions imported with "import *") and methods on public objects should be imported into Sphinx.

In theory, this is easy to do, because you just have to add the autodoc lines to the .txt files, but in reality, you will have to fix up some formatting.

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

Reply via email to