[KiRi][Fixed] Description

Was a copy and paste from Diff
This commit is contained in:
Salvador E. Tropea 2024-01-03 08:11:23 -03:00
parent cad31ee240
commit c4f8b1cc33
3 changed files with 6 additions and 3 deletions

View File

@ -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:

View File

@ -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``

View File

@ -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__()