I think whoever wrote that was planning in importing the class/function docstrings into the document at the end, but never did it (or else they were removed for some reason). Sadly, quite a few modules have pretty good documentation, but it's only in the docstrings, and those docstrings aren't imported into the Sphinx docs.
It's pretty easy to implement if you want to send in a patch to fix it. Just add lines for each docstring to the end of the file in doc/src/, similar to how it is in the simplify page. You can do cd doc make html in the SymPy directory to test it (requires Sphinx). Aaron Meurer On Sep 6, 2010, at 7:25 AM, Sebastian Haase wrote: > Hi, > > the last posting made me read some documentation: > http://docs.sympy.org/modules/geometry.html#available-entities > > The last sentence there refers to a API listings > "at the end of this document" > which I can't see. > > Is there a new place for the sympy geometry module documentation ? > > Thanks, > Sebastian Haase -- 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.
