Ticket #10642: trac_10642_new_dots_sagenb.patch

File trac_10642_new_dots_sagenb.patch, 809 bytes (added by saraedum, 19 months ago)

remove trailing dots from the reference manual

  • sagenb/notebook/cell.py

    # HG changeset patch
    # User Julian Rueth <julian.rueth@gmail.com>
    Trac 10642: removed trailing dots in the reference manual
    
    diff --git a/sagenb/notebook/cell.py b/sagenb/notebook/cell.py
    index c93dbb9..c7b501b 100644
    a b  
    11# -*- coding: utf-8 -*- 
    22""" 
    3 A Cell. 
     3A Cell 
    44 
    55A cell is a single input/output block. Worksheets are built out of 
    66a list of cells. 
  • sagenb/notebook/worksheet.py

    diff --git a/sagenb/notebook/worksheet.py b/sagenb/notebook/worksheet.py
    index f15a1ab..8ebc552 100644
    a b  
    11# -*- coding: utf-8 -*- 
    22r""" 
    3 A Worksheet. 
     3A Worksheet 
    44 
    55A worksheet is embedded in a web page that is served by the Sage 
    66server. It is a linearly-ordered collections of numbered cells,