Updates:
Status: Started
Labels: Milestone-Release0.6.5
Comment #6 on issue 1505 by ondrej.certik: doc Makefile does not work when
sphinx is installed in $HOME
http://code.google.com/p/sympy/issues/detail?id=1505
The patch is +1, but the branch fails doctests:
Testing doc/src/modules/core.txt
Failed 0, tested 0
**********************************************************************
File "doc/src/modules/printing.txt", line 86, in printing.txt
Failed example:
print_python(5*x**3 + sin(x))
Expected:
x = Symbol('x')
e = sin(x) + 5*x**3
Got:
x = Symbol('x')
e = sin(x) + 5*x**3
None
**********************************************************************
File "doc/src/modules/printing.txt", line 100, in printing.txt
Failed example:
print_ccode(3**x - pi/2)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.6/doctest.py", line 1241, in __run
compileflags, 1) in test.globs
File "<doctest printing.txt[4]>", line 1, in <module>
print_ccode(3**x - pi/2)
NameError: name 'print_ccode' is not defined
**********************************************************************
1 items had failures:
Could you please fix it?
--
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
-~----------~----~----~----~------~----~------~--~---