Loading tools/check.py +2 −1 Original line number Diff line number Diff line Loading @@ -456,7 +456,8 @@ class IndexPageValidator(MarkdownValidator): DOC_HEADERS = {'layout': vh.is_str, 'title': vh.is_str} CALLOUTS = {'prereq': ("Prerequisites", 1, 1)} CALLOUTS = {'prereq': ("Prerequisites", 1, 1), 'getready': ("Getting ready", 1, 1)} def _partition_links(self): """Check the text of every link in index.md""" Loading tools/filters/blockquote2div.py +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ SPECIAL_CLASSES = { "callout": ("panel-info", "glyphicon-pushpin"), "challenge": ("panel-success", "glyphicon-pencil"), "prereq": ("panel-warning", "glyphicon-education"), "getready": ("panel-warning", "glyphicon-check"), "objectives": ("panel-warning", "glyphicon-certificate"), } Loading Loading
tools/check.py +2 −1 Original line number Diff line number Diff line Loading @@ -456,7 +456,8 @@ class IndexPageValidator(MarkdownValidator): DOC_HEADERS = {'layout': vh.is_str, 'title': vh.is_str} CALLOUTS = {'prereq': ("Prerequisites", 1, 1)} CALLOUTS = {'prereq': ("Prerequisites", 1, 1), 'getready': ("Getting ready", 1, 1)} def _partition_links(self): """Check the text of every link in index.md""" Loading
tools/filters/blockquote2div.py +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ SPECIAL_CLASSES = { "callout": ("panel-info", "glyphicon-pushpin"), "challenge": ("panel-success", "glyphicon-pencil"), "prereq": ("panel-warning", "glyphicon-education"), "getready": ("panel-warning", "glyphicon-check"), "objectives": ("panel-warning", "glyphicon-certificate"), } Loading