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,