Doesn't adding
# not tested
work?
John
On 23 June 2010 13:39, John H Palmieri wrote:
> In the file misc/sagedocs.py, there are some methods which are one-
> liners: they just open up a piece of the documentation in a web
> browser:
>
> def tutorial(self):
> """
> The Sage tutori
In the file misc/sagedocs.py, there are some methods which are one-
liners: they just open up a piece of the documentation in a web
browser:
def tutorial(self):
"""
The Sage tutorial. To get started with Sage, start here.
"""
self._open("tutorial")
How can thi