Comment #24 on issue 1196 by andy.terrel: improve our examples
http://code.google.com/p/sympy/issues/detail?id=1196

So all the examples are running now.  It doesn't seem that there is a tool  
in sphinx for extracting examples
from the documentation (such as the tutorial), but there is a possibility  
of using the sphinx doctest extension
to test the code in the tutorial.  I fired it up and currently it has many  
problems.  I'll poke the sphinx
community a bit to see if I can find a way to only use it for specific  
files and what not.

Also about running the examples when sympy isn't installed.  I have no  
trouble doing it from the top
directory, but Ondrej did.  For example:

[EMAIL PROTECTED]:/var/tmp/aterrel$ echo $PYTHONPATH
/stage/csrg/aterrel/lib/python2.5/site-packages:/home/aterrel/lib/python2.5/site-packages:
[EMAIL PROTECTED]:/var/tmp/aterrel$ python
Python 2.5 (release25-maint, Dec  9 2006, 14:35:53)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sympy
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: No module named sympy
>>>
[EMAIL PROTECTED]:/var/tmp/aterrel/sympy$ ./examples/beginner/basic.py
(3*a*b**2)**c

I'm just wondering if anyone else has problems with this.



-- 
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 sympy-issues@googlegroups.com
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