We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbfc02 commit 23f098fCopy full SHA for 23f098f
tools/check.py
@@ -626,7 +626,7 @@ def _run_tests(self):
626
627
class InstructorPageValidator(MarkdownValidator):
628
"""Simple validator for Instructor's Guide- instructors.md"""
629
- HEADINGS = ["Legend", "Overall"]
+ HEADINGS = ["Overall"]
630
WARN_ON_EXTRA_HEADINGS = False
631
632
DOC_HEADERS = {"layout": vh.is_str,
0 commit comments