#11251: Add todo extension to Sphinx
-----------------------------+----------------------------------------------
   Reporter:  hivert         |          Owner:  hivert        
       Type:  enhancement    |         Status:  needs_review  
   Priority:  major          |      Milestone:  sage-4.7.1    
  Component:  documentation  |       Keywords:  todo sphinx   
Work_issues:                 |       Upstream:  N/A           
   Reviewer:                 |         Author:  Florent Hivert
     Merged:                 |   Dependencies:                
-----------------------------+----------------------------------------------

Comment(by saliola):

 Hello. I noticed that the todo comments in the command-line documentation
 do not appear. Here is a short example you can do on the command line:

 {{{
 sage: def f():
 ....:     r"""
 ....:     Hello!
 ....:     """
 ....:     pass
 ....:
 sage:
 sage: f?
 Type:           function
 Base Class:     <type 'function'>
 String Form:    <function f at 0x110441f50>
 Namespace:      Interactive
 File:           /Users/saliola/Applications/sage-4.7.rc1/devel/sage-
 trac/sage/combinat/posets/<ipython console>
 Definition:     f()
 Docstring:
        Hello!


 sage: def g():
 ....:     r"""
 ....:     .. todo::
 ....:         Hello
 ....:     """
 ....:     pass
 ....:
 sage: g?
 Type:           function
 Base Class:     <type 'function'>
 String Form:    <function g at 0x10ef6b050>
 Namespace:      Interactive
 File:           /Users/saliola/Applications/sage-4.7.rc1/devel/sage-
 trac/sage/combinat/posets/<ipython console>
 Definition:     g()

 sage:
 }}}

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