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,
|
||||
|
||||
Reference in New Issue
Block a user