Merge pull request #257 from antmicro/161-fix-footnote-warnings

Fix footnote warnings - table footnotes included in parent documents
This commit is contained in:
Tim Ansell 2020-11-29 09:58:52 -08:00 committed by GitHub
commit f1558ff0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions

View File

@ -124,6 +124,9 @@ exclude_patterns = [
'code-of-conduct.rst', 'code-of-conduct.rst',
'rules/periphery-rules.rst', 'rules/periphery-rules.rst',
'rules/device-details/*/index.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. # The name of the Pygments (syntax highlighting) style to use.

View File

@ -1,4 +1,5 @@
Explanation of symbols: Explanation of symbols:
* ``-`` = Layer illegal for the device * ``-`` = Layer illegal for the device
* ``+`` = Layer allowed to overlap * ``+`` = Layer allowed to overlap
* ``D`` = DRAWN indicates that a layer is drawn by Design. * ``D`` = DRAWN indicates that a layer is drawn by Design.

View File

@ -1,4 +1,5 @@
Explanation of symbols: Explanation of symbols:
* ``-`` = Layer not created for the device * ``-`` = Layer not created for the device
* ``+`` = Layer allowed to overlap * ``+`` = Layer allowed to overlap
* ``C`` = CREATED * ``C`` = CREATED

View File

@ -1,5 +1,5 @@
Summry of Key Periphery Rules Summary of Key Periphery Rules
============================= ==============================
.. csv-table:: Table F3a: Front end layers (Low Voltage Devices) .. csv-table:: Table F3a: Front end layers (Low Voltage Devices)
:file: summary/table-f3a-font-end-low-voltage.csv :file: summary/table-f3a-font-end-low-voltage.csv