Open
Description
I'm not sure (especially because Sage-mode
is already very good), but it may make sense to make the html documentation (in a browser) easily accessible.
Right now, I noticed two reasons why I'd like to do this:
- an overview of a module:
To get an overview of a module, reading the module's docstring via, for example, sage.combinat.posets?
is not always helpful, because sphinx cross-references are not resolved. This would actually be better dealt with in Sage-mode itself, but I have no idea how.
- pictures
(not so important for me currently)