Remove banner comments

This commit is contained in:
Veronica Berglyd Olsen
2024-05-10 16:14:47 +02:00
parent 3f4538a60e
commit 1ff9fea378
7 changed files with 57 additions and 97 deletions
+7 -9
View File
@@ -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,
+5 -6
View File
@@ -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