>
> help() with parameters to show longer help? (And smaller default than 
> help() now prints.)

help() could definitely be more helpful on concepts. For instance, the
typesetting we're talking about here could appear if you typed
`help("terminal")` or something. There could be a list of predefined
concepts. But of course, that's yet another entry-point documentation
that needs to be maintained...

Another possibility is that help() given a string could have a behaviour
similar to (the intention of) search_doc(). Right now, help() doesn't
mention the search_* functions, so you don't see those. So how would you
try to find information on typesetting?

Note that doing `search_doc("display")` gives completely unhelpful
output since it matches on the html-code (and therefore matches on the
CSS "display: none").

Best,
Johan

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to