Hello all,

Right now I am trying to write a tutorial for the Sage computer
algebra system that heavily cross-references with the standard
documentation. Sage loads almost all functions/classes into the
default namespace so most users know nothing of the module structure
of program. I was wondering if there would be anyway to strip the
module info from the :py:*:` ` directive.  For example, the user only
knows about a function named var(), but the real name of this function
in sage is sage.symbolic.ring.var(). Is there anyway I can link to the
right place without having the user see the "sage.symbolic.ring"
portion? The target audience knows very little about python but I
would like to be able to point to the additional examples in the
standard reference.

Thank you in advance,

David Monarres

ps. is there also a way I can have the external crossrefs open in a
new window?

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to