[DOCs][KiBoM] Removed bogus link (see '')
This commit is contained in:
parent
0a5ab281fe
commit
5c9d6a22cf
|
|
@ -118,7 +118,7 @@ class KiBoMConfig(Optionable):
|
||||||
self.group_connectors = True
|
self.group_connectors = True
|
||||||
""" Connectors with the same footprints will be grouped together, independent of the name of the connector """
|
""" Connectors with the same footprints will be grouped together, independent of the name of the connector """
|
||||||
self.test_regex = True
|
self.test_regex = True
|
||||||
""" Each component group will be tested against a number of regular-expressions (see ``). """
|
""" Each component group will be tested against a number of regular-expressions """
|
||||||
self.merge_blank_fields = True
|
self.merge_blank_fields = True
|
||||||
""" Component groups with blank fields will be merged into the most compatible group, where possible """
|
""" Component groups with blank fields will be merged into the most compatible group, where possible """
|
||||||
self.fit_field = 'Config'
|
self.fit_field = 'Config'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue