parent
cad31ee240
commit
c4f8b1cc33
|
|
@ -1648,9 +1648,10 @@ outputs:
|
|||
# See KiKit's doc/present.md for template specification
|
||||
template: 'default'
|
||||
# KiRi:
|
||||
# Must be applied to a git repository.
|
||||
# Recursive git submodules aren't supported (submodules inside submodules)
|
||||
- name: 'kiri_example'
|
||||
comment: 'Generates a PDF with the differences between two PCBs or schematics.'
|
||||
comment: 'Generates an interactive web page to browse the schematic and/or PCB differences between git commits.'
|
||||
type: 'kiri'
|
||||
dir: 'Example/kiri_dir'
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
KiRi
|
||||
~~~~
|
||||
|
||||
Generates a PDF with the differences between two PCBs or schematics.
|
||||
Generates an interactive web page to browse the schematic and/or PCB differences between git commits.
|
||||
Must be applied to a git repository. |br|
|
||||
Recursive git submodules aren't supported (submodules inside submodules)
|
||||
|
||||
Type: ``kiri``
|
||||
|
|
|
|||
|
|
@ -354,7 +354,8 @@ class KiRiOptions(VariantOptions):
|
|||
@output_class
|
||||
class KiRi(BaseOutput): # noqa: F821
|
||||
""" KiRi
|
||||
Generates a PDF with the differences between two PCBs or schematics.
|
||||
Generates an interactive web page to browse the schematic and/or PCB differences between git commits.
|
||||
Must be applied to a git repository.
|
||||
Recursive git submodules aren't supported (submodules inside submodules) """
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
|
|
|||
Loading…
Reference in New Issue