Issue 1021: evalf documentation
http://code.google.com/p/sympy/issues/detail?id=1021

Comment #9 by Vinzent.Steinberg:
As promised, a patch. :)

Please test it, I was not able to build the documentation:

$ ./generate_reference.py
Generating API documentation ... (this may take a while)
Traceback (most recent call last):
   File "./generate_reference.py", line 159, in <module>
     Parser().generate_doc("sympy", importpath = "..", outdir="api/modules/")
   File "./generate_reference.py", line 61, in generate_doc
     self.handle_module(m)
   File "./generate_reference.py", line 94, in handle_module
     self.handle_module(x)
   File "./generate_reference.py", line 104, in handle_module
     s += self.handle_class(x)
   File "./generate_reference.py", line 133, in handle_class
     s += self.handle_method(x)
   File "./generate_reference.py", line 152, in handle_method
     s = "\n.. method:: %s%s\n\n" % (mname, get_method_args(m))
   File "./generate_reference.py", line 33, in get_method_args
     s = getsource(x)
   File "/usr/lib/python2.5/inspect.py", line 629, in getsource
     lines, lnum = getsourcelines(object)
   File "/usr/lib/python2.5/inspect.py", line 618, in getsourcelines
     lines, lnum = findsource(object)
   File "/usr/lib/python2.5/inspect.py", line 468, in findsource
     raise IOError('could not get source code')
IOError: could not get source code


Attachments:
        0001-evalf-documentation.patch  13.7 KB


Issue attribute updates:
        Labels: NeedsReview

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to