diff --git a/docs/samples/generic_plot.kibot.yaml b/docs/samples/generic_plot.kibot.yaml index 33d1b092..b8278e7a 100644 --- a/docs/samples/generic_plot.kibot.yaml +++ b/docs/samples/generic_plot.kibot.yaml @@ -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 diff --git a/docs/source/configuration/outputs/PcbDrawOptions.rst b/docs/source/configuration/outputs/PcbDrawOptions.rst index 38c74f2e..2e514b39 100644 --- a/docs/source/configuration/outputs/PcbDrawOptions.rst +++ b/docs/source/configuration/outputs/PcbDrawOptions.rst @@ -39,8 +39,8 @@ PcbDrawOptions parameters - ``pre_transform`` :index:`: ` [:ref:`string ` | :ref:`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:`: ` [:ref:`string_dict ` | :ref:`string `] (default: ``'None'``) (DEPRECATED) Replacements for PCB references using specified components (lib:component). - Use `remap_components` instead. +- ``remap`` :index:`: ` [:ref:`string_dict ` | :ref:`string `] (default: ``'None'``) (DEPRECATED) Replacements for PCB references using specified components + (lib:component). Use `remap_components` instead. - ``remap_components`` :index:`: ` [:ref:`PcbDrawRemapComponents parameters `] [:ref:`list(dict) `] (default: ``[]``) Replacements for PCB references using specified components. Replaces `remap` with type check.