Skip to content

Latest commit

 

History

History
154 lines (124 loc) · 2.07 KB

reporter_warnings.md

File metadata and controls

154 lines (124 loc) · 2.07 KB

Duplicate Reference definitions: . [a]: b [a]: c . :2: (WARNING/2) Duplicate reference definition: A .

Missing Reference: . a . :1: (ERROR/3) Unknown target name: "b". .

Unknown role: . abc

{xyz}a . :3: (ERROR/3) Unknown interpreted text role "xyz". .

Unknown directive: .

. :2: (ERROR/3) Unknown directive type "xyz". .

Bad Front Matter: .

a: {

. :1: (ERROR/3) Front matter block: while parsing a flow node expected the node content, but found '' in "", line 1, column 5: a: { ^ .

Bad HTML Meta .

html_meta: empty: name noequals: value


. :: (ERROR/3) Error parsing meta tag attribute "empty": No content. :: (ERROR/3) Error parsing meta tag attribute "name noequals": no '=' in noequals. .

Directive parsing error: .

. :2: (ERROR/3) Directive 'class': 1 argument(s) required, 0 supplied .

Directive run error: .

x

. :2: (ERROR/3) Invalid context: the "date" directive can only be used within a substitution definition. .

Non-consecutive headings: .

title 1

title 3

. :2: (WARNING/2) Non-consecutive header level increase; 1 to 3 .

multiple footnote definitions . 1

Warnings in eval-rst . some external

lines

some internal

lines

.. unknown:: some text

:unknown:`a`

. :10: (ERROR/3) Unknown directive type "unknown".

.. unknown:: some text

:12: (ERROR/3) Unknown interpreted text role "unknown". .

bad-option-value .

:class: [1]

. :1: (ERROR/3) Directive 'note': option "class" value not string (enclose with ""): [1]

:class: [1]

.

header nested in admonition .

# Header

. :2: (WARNING/2) Disallowed nested header found, converting to rubric .

nested parse warning . Paragraph

:class: abc
:name: xyz

{unknown}`a`

. :7: (ERROR/3) Unknown interpreted text role "unknown". .

Footnotes

  1. definition 1