Re: [sage-devel] Re: About oneliners in TOC vs. docstring

2017-05-18 Thread Jori Mäntysalo
On Thu, 18 May 2017, Vincent Delecroix wrote: Yep, seems to be nicer. But maybe we should first see if we want to have "test if..." -structure in function docstrings. How is this different from the poll G3 where everybody seems to agree - - I think that the poll is still open. -- Jori Mänty

Re: [sage-devel] Re: About oneliners in TOC vs. docstring

2017-05-18 Thread Kwankyu Lee
On Thursday, May 18, 2017 at 10:59:35 AM UTC+2, vdelecroix wrote: > > On 18/05/2017 10:33, Jori Mäntysalo wrote: > > On Thu, 18 May 2017, Kwankyu Lee wrote: > > > >> is_sectionally_complemented() | Return True if every interval > >> from the bottom is complemented. > >> > >> I w

Re: [sage-devel] Re: About oneliners in TOC vs. docstring

2017-05-18 Thread Vincent Delecroix
On 18/05/2017 10:33, Jori Mäntysalo wrote: On Thu, 18 May 2017, Kwankyu Lee wrote: is_sectionally_complemented() | Return True if every interval from the bottom is complemented. I would write: is_sectionally_complemented() | Test if every interval from the bottom is complemented.

Re: [sage-devel] Re: About oneliners in TOC vs. docstring

2017-05-18 Thread Jori Mäntysalo
On Thu, 18 May 2017, Kwankyu Lee wrote: is_sectionally_complemented() | Return True if every interval from the bottom is complemented. I would write: is_sectionally_complemented() | Test if every interval from the bottom is complemented.  Yep, seems to be nicer. But maybe we shou

[sage-devel] Re: About oneliners in TOC vs. docstring

2017-05-18 Thread Kwankyu Lee
> > > However, in the index I use > > is_sectionally_complemented() | Return True if every interval from the > bottom is complemented. > I would write: is_sectionally_complemented() | Test if every interval from the bottom is complemented. -- You received this message because you are subs