Changeset 1656

Show
Ignore:
Timestamp:
07/17/08 17:27:55 (6 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/doc/build/asciidoc.py

    r1647 r1656  
    17581758                pass 
    17591759            else: 
    1760                 warning('section title out of sequence: ' 
    1761                     'expected level %d, got level %d' 
    1762                     % (document.level+1, Title.level)) 
     1760                # We do know about this warning.. 
     1761                ## warning('section title out of sequence: ' 
     1762                ##    'expected level %d, got level %d' 
     1763                ##    % (document.level+1, Title.level)) 
     1764                None 
    17631765        if not document.attributes.get('sectids') is None \ 
    17641766                and 'id' not in AttributeList.attrs: