Merge pull request #257 from antmicro/161-fix-footnote-warnings
Fix footnote warnings - table footnotes included in parent documents
This commit is contained in:
commit
f1558ff0ba
|
@ -124,6 +124,9 @@ exclude_patterns = [
|
|||
'code-of-conduct.rst',
|
||||
'rules/periphery-rules.rst',
|
||||
'rules/device-details/*/index.rst',
|
||||
'rules/summary/*-key.rst',
|
||||
'rules/layers/*-key.rst',
|
||||
'rules/hv/*-key.rst',
|
||||
]
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Explanation of symbols:
|
||||
|
||||
* ``-`` = Layer illegal for the device
|
||||
* ``+`` = Layer allowed to overlap
|
||||
* ``D`` = DRAWN indicates that a layer is drawn by Design.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Explanation of symbols:
|
||||
|
||||
* ``-`` = Layer not created for the device
|
||||
* ``+`` = Layer allowed to overlap
|
||||
* ``C`` = CREATED
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Summry of Key Periphery Rules
|
||||
=============================
|
||||
Summary of Key Periphery Rules
|
||||
==============================
|
||||
|
||||
.. csv-table:: Table F3a: Front end layers (Low Voltage Devices)
|
||||
:file: summary/table-f3a-font-end-low-voltage.csv
|
||||
|
|
Loading…
Reference in New Issue