Re: [sage-devel] Aliases

2016-12-07 Thread Jori Mäntysalo
On Wed, 7 Dec 2016, Peleg Michaeli wrote: I have an ongoing problem with understanding how I should treat aliases in Sage. Travis gave a technical answer. But what about just implementing degeneracy() with docstring containing "This is also called linkage."? Compare to is_series_parallel() o

[sage-devel] Aliases

2016-12-07 Thread Peleg Michaeli
I have an ongoing problem with understanding how I should treat aliases in Sage. I have implemented a new method for Graph, named *degeneracy*. Another term which is sometimes used to describe degeneracy is *linkage*. So I have something like: @doc_index("Degeneracy") def degeneracy(self):

[sage-devel] Aliases ? No Aliases ? From Graph.predecessors to neighbors_in

2009-10-08 Thread Nathann Cohen
Hello everybody !!! Following http://groups.google.com/group/sage-devel/browse_thread/thread/bfeb9b1828a04350/10681dbb1f189b2f, I created a patch to change predecessors/successors to neighbors_in and neighbors_out. It is available there : http://trac.sagemath.org/sage_trac/ticket/7157 Robert Mil