Updated the README and the generic example.
This commit is contained in:
parent
8d79101a36
commit
f231ac6835
|
|
@ -379,7 +379,7 @@ Next time you need this list just use an alias, like this:
|
|||
- column: Part
|
||||
regex: 'test.*point'
|
||||
- column: Footprint
|
||||
regex 'test.*point'
|
||||
regex: 'test.*point'
|
||||
- column: Footprint
|
||||
regex: 'mount.*hole'
|
||||
- column: Footprint
|
||||
|
|
@ -433,7 +433,7 @@ Next time you need this list just use an alias, like this:
|
|||
- `col_colors`: [boolean=true] Use colors to show the field type.
|
||||
- `datasheet_as_link`: [string=''] Column with links to the datasheet.
|
||||
- `digikey_link`: [string|list(string)] Column/s containing Digi-Key part numbers, will be linked to web page.
|
||||
- `generate_dnf`: [boolean=true] Generate a separated sheet for DNF (Do Not Fit) components.
|
||||
- `generate_dnf`: [boolean=true] Generate a separated section for DNF (Do Not Fit) components.
|
||||
- `hide_pcb_info`: [boolean=false] Hide project information.
|
||||
- `hide_stats_info`: [boolean=false] Hide statistics information.
|
||||
- `highlight_empty`: [boolean=true] Use a color for empty cells. Applies only when `col_colors` is `true`.
|
||||
|
|
|
|||
|
|
@ -66,23 +66,23 @@ outputs:
|
|||
# Column names are case-insensitive.
|
||||
# If empty the following list is used:
|
||||
# - column: References
|
||||
# ..regex: '^TP[0-9]*'
|
||||
# regex: '^TP[0-9]*'
|
||||
# - column: References
|
||||
# ..regex: '^FID'
|
||||
# regex: '^FID'
|
||||
# - column: Part
|
||||
# ..regex: 'mount.*hole'
|
||||
# regex: 'mount.*hole'
|
||||
# - column: Part
|
||||
# ..regex: 'solder.*bridge'
|
||||
# regex: 'solder.*bridge'
|
||||
# - column: Part
|
||||
# ..regex: 'solder.*jump'
|
||||
# regex: 'solder.*jump'
|
||||
# - column: Part
|
||||
# ..regex: 'test.*point'
|
||||
# regex: 'test.*point'
|
||||
# - column: Footprint
|
||||
# ..regex 'test.*point'
|
||||
# regex: 'test.*point'
|
||||
# - column: Footprint
|
||||
# ..regex: 'mount.*hole'
|
||||
# regex: 'mount.*hole'
|
||||
# - column: Footprint
|
||||
# ..regex: 'fiducial'
|
||||
# regex: 'fiducial'
|
||||
exclude_any:
|
||||
# [string=''] Name of the column to apply the regular expression
|
||||
column: ''
|
||||
|
|
@ -160,7 +160,7 @@ outputs:
|
|||
datasheet_as_link: ''
|
||||
# [string|list(string)] Column/s containing Digi-Key part numbers, will be linked to web page
|
||||
digikey_link:
|
||||
# [boolean=true] Generate a separated sheet for DNF (Do Not Fit) components
|
||||
# [boolean=true] Generate a separated section for DNF (Do Not Fit) components
|
||||
generate_dnf: true
|
||||
# [boolean=false] Hide project information
|
||||
hide_pcb_info: false
|
||||
|
|
@ -462,21 +462,21 @@ outputs:
|
|||
# Column names are case-insensitive.
|
||||
# If empty the following list is used:
|
||||
# - column: References
|
||||
# ..regex: '^TP[0-9]*'
|
||||
# regex: '^TP[0-9]*'
|
||||
# - column: References
|
||||
# ..regex: '^FID'
|
||||
# regex: '^FID'
|
||||
# - column: Part
|
||||
# ..regex: 'mount.*hole'
|
||||
# regex: 'mount.*hole'
|
||||
# - column: Part
|
||||
# ..regex: 'solder.*bridge'
|
||||
# regex: 'solder.*bridge'
|
||||
# - column: Part
|
||||
# ..regex: 'test.*point'
|
||||
# regex: 'test.*point'
|
||||
# - column: Footprint
|
||||
# ..regex 'test.*point'
|
||||
# regex 'test.*point'
|
||||
# - column: Footprint
|
||||
# ..regex: 'mount.*hole'
|
||||
# regex: 'mount.*hole'
|
||||
# - column: Footprint
|
||||
# ..regex: 'fiducial'
|
||||
# regex: 'fiducial'
|
||||
exclude_any:
|
||||
# [string=''] Name of the column to apply the regular expression
|
||||
column: ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue