#7313: Very bad thing in the behaviour of search_doc
-----------------------------+----------------------------------------------
   Reporter:  ncohen         |       Owner:  tba       
       Type:  defect         |      Status:  new       
   Priority:  critical       |   Milestone:  sage-4.2.1
  Component:  documentation  |    Keywords:            
Work_issues:                 |      Author:            
   Reviewer:                 |      Merged:            
-----------------------------+----------------------------------------------
 Hello !!!

 Out of curiosity, I tried to look for a function I knew in Sage :
 {{{
 sage: search_doc("Floyd-Warshall")
 html/en/reference/sage/graphs/graph.html:5797:<dd><p>Uses the Floyd-
 Warshall algorithm to find a shortest weighted path
 sage: search_doc("Floyd-Warshall","pair")
 sage: Graph.shortest_path_all_pairs?
 }}}

 I understand the current way to look for things in the doc is to grep it,
 and that for some reason we may need to keep our lines short ( less than
 80 characters or so ).. I also understand that finding another way to
 search the doc ( if there is none available already ) may be some big
 amount of work. Even though, this really isn't the expected behaviour of
 the function, and I think we should do something about it.

 Nathann

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7313>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to