#20595: Setting Besselexpand to true globally
-------------------------------------+-------------------------------------
       Reporter:  zonova             |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  minor              |    Milestone:  sage-7.2
      Component:  interfaces         |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Saad Khalid        |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/zonova/setting_besselexpand_to_true_globally|  
ed47f6a346a65df0ceb8db86f087b3cb307bdf9a
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by dimpase):

 Replying to [comment:7 git]:
 > Branch pushed to git repo; I updated commit sha1. New commits:
 >
 
||[http://git.sagemath.org/sage.git/commit/?id=ed47f6a346a65df0ceb8db86f087b3cb307bdf9a
 ed47f6a]||{{{Changing placement of doctest}}}||

 you are not following the quite strict formatting rules for docs and
 doctests.
 In particular EXAMPLES must be in capitals, and everything in the EXAMPLES
 section should be indented appropriately. Look at how this is done
 elsewhere, e.g. in the same file:
 {{{
 def max_to_string(s):
     r"""
     Return the Maxima string corresponding to this ECL object.

     INPUT:

     - ``s`` - ECL object

     OUTPUT: string

     EXAMPLES::

         sage: from sage.interfaces.maxima_lib import maxima_lib,
 max_to_string
         sage: ecl = maxima_lib(cos(x)).ecl()
         sage: max_to_string(ecl)
         'cos(_SAGE_VAR_x)'
     """
 }}}

 probably your docs change should go into either one of functions, or into
 the top part of the file (which has somewhat different formatting rules)

--
Ticket URL: <http://trac.sagemath.org/ticket/20595#comment:8>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to