>
>
>>>> Do you know about %edit? Just type %edit on the command line, and it 
>>>> will open a temporary file in an editor where you can craft a method, 
>>>> class, or whatever. When you save the temporary file and quit the 
>>>> editor, Sage will load the file into the interpreter and then delete 
>>>> it. 
>>>> (This functionality is built into IPython.)
>>>
>>>
>> All these hidden functionalities should be exposed to the user IMHO. 
>>
>
> They are exposed to the user in the sense that you can access them with a 
> single command, like "%edit" (as opposed to having to do 'from foo import 
> bar' and then 'bar.edit()'). They are also exposed to the user in the sense 
> that they are documented in the Sage tutorial: see <
> http://sagemath.org/doc/tutorial/interactive_shell.html#other-ipython-tricks>.
>  
> What else did you have in mind?
>
> -- 
>


Probably in the sense of "not having to look in the tutorial for 'Tricks' 
instead of having a nice place in the reference manual.  At least the 
section about the command line should point out that this stuff is in the 
tutorial - currently that message is only at the top of the page.  Yes, we 
are all very impatient and don't actually read everything :(

By the way, I'm getting a lot of 404s when I go to 
sagemath.org/doc/reference pages, 
e.g. http://sagemath.org/doc/reference/sage/misc/trace.html

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to