Remove banner comments
This commit is contained in:
@@ -708,9 +708,8 @@ class NWIndex:
|
||||
return "", "", None, None
|
||||
|
||||
|
||||
# =============================================================================================== #
|
||||
# The Tags Index Object
|
||||
# =============================================================================================== #
|
||||
# The Tags Index Object
|
||||
# =====================
|
||||
|
||||
class TagsIndex:
|
||||
"""Core: Tags Index Wrapper Class
|
||||
@@ -831,9 +830,8 @@ class TagsIndex:
|
||||
return
|
||||
|
||||
|
||||
# =============================================================================================== #
|
||||
# The Item Index Objects
|
||||
# =============================================================================================== #
|
||||
# The Item Index Objects
|
||||
# ======================
|
||||
|
||||
class ItemIndex:
|
||||
"""Core: Item Index Wrapper Class
|
||||
@@ -1346,9 +1344,9 @@ class IndexHeading:
|
||||
return
|
||||
|
||||
|
||||
# =============================================================================================== #
|
||||
# Text Processing Functions
|
||||
# =============================================================================================== #
|
||||
# Text Processing Functions
|
||||
# =========================
|
||||
|
||||
MODIFIERS = {
|
||||
"synopsis": nwComment.SYNOPSIS,
|
||||
"short": nwComment.SHORT,
|
||||
|
||||
@@ -1080,9 +1080,8 @@ class ToOdt(Tokenizer):
|
||||
return
|
||||
|
||||
|
||||
# =============================================================================================== #
|
||||
# Auto-Style Classes
|
||||
# =============================================================================================== #
|
||||
# Auto-Style Classes
|
||||
# ==================
|
||||
|
||||
class ODTParagraphStyle:
|
||||
"""Wrapper class for the paragraph style setting used by the
|
||||
@@ -1454,9 +1453,9 @@ class ODTTextStyle:
|
||||
return
|
||||
|
||||
|
||||
# =============================================================================================== #
|
||||
# XML Complex Element Helper Class
|
||||
# =============================================================================================== #
|
||||
# XML Complex Element Helper Class
|
||||
# ================================
|
||||
|
||||
X_ROOT_TEXT = 0
|
||||
X_ROOT_TAIL = 1
|
||||
X_SPAN_TEXT = 2
|
||||
|
||||
Reference in New Issue
Block a user