Yes. It would be better if it also could provide the info node. But I can 
search class, function or method names by "Info-search" inside the file.

For example, I can find the document for the method "factor" for an 
instance of "sage.rings.integer.Integer" as follows.

(progn
  (Info-find-node
   "sagereferencemanualstandardcommutativerings.info" "Top")
  (Info-search (rx "Class: sage.rings.integer.Integer"))
  (Info-search (rx "Method: factor")))

Sho Takemori

-- 
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