Skip to content

Commit

Permalink
[DOCs] Cosmetic adjust in the pcbdraw.options.remap option
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 19, 2024
1 parent c2456e0 commit 6663f24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/samples/generic_plot.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2845,8 +2845,8 @@ outputs:
# [string|list(string)='_null'] Name of the filter to transform fields before applying other filters.
# A short-cut to use for simple cases where a variant is an overkill
pre_transform: '_null'
# [string_dict|string='None'] (DEPRECATED) Replacements for PCB references using specified components (lib:component).
# Use `remap_components` instead
# [string_dict|string='None'] (DEPRECATED) Replacements for PCB references using specified components
# (lib:component). Use `remap_components` instead
remap: 'None'
# [list(dict)=[]] Replacements for PCB references using specified components.
# Replaces `remap` with type check
Expand Down
4 changes: 2 additions & 2 deletions docs/source/configuration/outputs/PcbDrawOptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ PcbDrawOptions parameters
- ``pre_transform`` :index:`: <pair: output - pcbdraw - options; pre_transform>` [:ref:`string <string>` | :ref:`list(string) <list(string)>`] (default: ``'_null'``) Name of the filter to transform fields before applying other filters.
A short-cut to use for simple cases where a variant is an overkill.

- ``remap`` :index:`: <pair: output - pcbdraw - options; remap>` [:ref:`string_dict <string_dict>` | :ref:`string <string>`] (default: ``'None'``) (DEPRECATED) Replacements for PCB references using specified components (lib:component).
Use `remap_components` instead.
- ``remap`` :index:`: <pair: output - pcbdraw - options; remap>` [:ref:`string_dict <string_dict>` | :ref:`string <string>`] (default: ``'None'``) (DEPRECATED) Replacements for PCB references using specified components
(lib:component). Use `remap_components` instead.

- ``remap_components`` :index:`: <pair: output - pcbdraw - options; remap_components>` [:ref:`PcbDrawRemapComponents parameters <PcbDrawRemapComponents>`] [:ref:`list(dict) <list(dict)>`] (default: ``[]``) Replacements for PCB references using specified components.
Replaces `remap` with type check.
Expand Down

0 comments on commit 6663f24

Please sign in to comment.