Sorry if it's a dumb question, folks.
What are all the ways of getting help inside Sage? I would like some table like this:
item?? | see code help(item) | see help about item
I ask this question because I only know the ?? and help() ways. But they don't always work: I tried simplify_full?? and help(simplify_full) but ... got errors!