Skip to content
Snippets Groups Projects
Commit f2c12880 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: more typos

parent 0f34bf9a
No related branches found
No related tags found
2 merge requests!162DOC WIP: Tutorial: Single structured file,!129Documentation: many small changes
Pipeline #49015 passed
...@@ -389,8 +389,8 @@ class Converter(object, metaclass=ABCMeta): ...@@ -389,8 +389,8 @@ class Converter(object, metaclass=ABCMeta):
Extract information from the structure element and store them as values in the Extract information from the structure element and store them as values in the
general store. general store.
Parameters: Parameters
------------ ----------
values: GeneralStore values: GeneralStore
The GeneralStore to store values in. The GeneralStore to store values in.
...@@ -409,8 +409,8 @@ class Converter(object, metaclass=ABCMeta): ...@@ -409,8 +409,8 @@ class Converter(object, metaclass=ABCMeta):
Check if transformers are defined using the "transform" keyword. Check if transformers are defined using the "transform" keyword.
Then apply the transformers to the variables defined in GeneralStore "values". Then apply the transformers to the variables defined in GeneralStore "values".
Parameters: Parameters
------------ ----------
values: GeneralStore values: GeneralStore
The GeneralStore to store values in. The GeneralStore to store values in.
......
...@@ -58,8 +58,9 @@ to generate records (see :py:meth:`~caoscrawler.converters.Converter.create_reco ...@@ -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 **records** is a dict of definitions that define the semantic structure
(see details below). (see details below).
**subtree** makes the yaml recursive: It contains a list of new Converter definitions, which work on **subtree** makes the yaml recursive: It contains a list of new Converter
the StructureElements that are returned by the current Converter. definitions, which work on the StructureElements that are returned by the
current Converter.
Transform Functions Transform Functions
+++++++++++++++++++ +++++++++++++++++++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment