#8431: Substitutions over unit cube faces (Rauzy fractals)
--------------------------------------------------------------------------------+
   Reporter:  vdelecroix                                                        
|       Owner:  tjolivet                                                      
       Type:  task                                                              
|      Status:  needs_review                                                  
   Priority:  major                                                             
|   Milestone:  sage-4.6                                                      
  Component:  combinatorics                                                     
|    Keywords:  word morphism unit face generalized substitution rauzy fractal
     Author:  Vincent Delecroix, Timo Jolivet, Franco Saliola, Stepan Starosta  
|    Upstream:  N/A                                                           
   Reviewer:                                                                    
|      Merged:                                                                
Work_issues:                                                                    
|  
--------------------------------------------------------------------------------+

Comment(by slabbe):

 > '''EDIT (2010-09-19):''' a new version of the patch is attached
 (`trac_8431_e_one_star.patch`), taking into account the suggestions given
 in the comments. Documentation compiles fine, except for the following
 warning, which I don't think comes from an error in `e_one_star.py`:
 >
 >   `/home/timo/sage-4.5.3/local/lib/python2.6/site-
 packages/sage/combinat/e_one_star.py:docstring of
 sage.combinat.e_one_star:56: (WARNING/2) Literal block expected; none
 found.`

 Actually, it does. If you don't write a sage block after the line
 {{{EXAMPLES:}}}, then you must write only one colon:

 {{{
 EXAMPLES:

 We start by drawing a simple three-face patch::
 }}}

 instead of

 {{{
 EXAMPLES::

 We start by drawing a simple three-face patch::
 }}}

 One more detail about ReST :

 {{{
 This module implements the `E_1^*(\sigma)` substitution
 associated with a one-dimensional substitution `\sigma`,
 that acts on unit faces of dimension `(d-1)` in `\mathbb R^d`.
 }}}

 The macro {{{\RR}}}, as well as {{{\ZZ}}} and {{{\QQ}}} is defined to get
 the doc more readable in the terminal, so the following should work :
 {{{`\RR^d`}}}.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8431#comment:14>
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