#6694: [with patch, needs work] Live reference manual worksheets
-------------------------+--------------------------------------------------
Reporter: mpatel | Owner: boothby
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: notebook | Keywords:
Reviewer: | Author:
Merged: |
-------------------------+--------------------------------------------------
Comment(by mhampton):
This seems to work great, and I would give it a positive review except
that I just saw William Stein comment that in his notebook refactoring he
is switching all path joining to use os.path.join. In this patch, there
are lines:
path = self.docpath + '/' + '/'.join(segments)
and
path = self.docpath + '/' + '/'.join(segments[ind:])
that should be changed to use os.path.join().
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6694#comment:6>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---