From f2c1288032fbbcb3a2835acbeab3b33e26e6b0fd Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Thu, 21 Mar 2024 10:16:42 +0100 Subject: [PATCH] FIX: more typos --- src/caoscrawler/converters.py | 8 ++++---- src/doc/converters.rst | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/caoscrawler/converters.py b/src/caoscrawler/converters.py index 98c2a736..eb07cf91 100644 --- a/src/caoscrawler/converters.py +++ b/src/caoscrawler/converters.py @@ -389,8 +389,8 @@ class Converter(object, metaclass=ABCMeta): Extract information from the structure element and store them as values in the general store. - Parameters: - ------------ + Parameters + ---------- values: GeneralStore The GeneralStore to store values in. @@ -409,8 +409,8 @@ class Converter(object, metaclass=ABCMeta): Check if transformers are defined using the "transform" keyword. Then apply the transformers to the variables defined in GeneralStore "values". - Parameters: - ------------ + Parameters + ---------- values: GeneralStore The GeneralStore to store values in. diff --git a/src/doc/converters.rst b/src/doc/converters.rst index b621ca58..9b28c9a6 100644 --- a/src/doc/converters.rst +++ b/src/doc/converters.rst @@ -58,8 +58,9 @@ to generate records (see :py:meth:`~caoscrawler.converters.Converter.create_reco **records** is a dict of definitions that define the semantic structure (see details below). -**subtree** makes the yaml recursive: It contains a list of new Converter definitions, which work on - the StructureElements that are returned by the current Converter. +**subtree** makes the yaml recursive: It contains a list of new Converter +definitions, which work on the StructureElements that are returned by the +current Converter. Transform Functions +++++++++++++++++++ -- GitLab