William Stein wrote:
> Hi,
> 
> I was just looking at some post-rest docstrings and they look like
> this (see below).   Is all that whitespace really necessary???
> 
> def QuaternionAlgebra(K, a, b, names=['i','j','k'], denom=1):
>     """
>     Return the quaternion algebra over `K` generated by
>     `i`, `j`, and `k` such that
>     `i^2 = a`, `j^2 = b`, and `ij=-ji=k`.
> 
>     INPUT:
> 
> 
>     -  ``K`` - field
> 
>     -  ``a`` - element of K
> 
>     -  ``b`` - element of K
> 
>     -  ``names`` - list of three strings
> 
>     -  ``denom`` - (optional, default 1)
> 


Personally, except for the extra line after INPUT, I like the extra 
space, since without it, reformatting paragraphs in emacs is very annoying.

What is the possibility of cutting out some of the whitespace on display?

Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to