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

DOC: Add alt text to images

parent dfe6082e
No related branches found
No related tags found
2 merge requests!181Release 0.9.0,!174XML Converter
Pipeline #54700 passed
......@@ -7,6 +7,8 @@ existing StructureElements, Converters create a tree of StructureElements.
.. image:: ../img/converter.png
:height: 170
:alt: Converters are Python classes that tell the crawler how to
interprete StructureElements.
Each StructureElement in the tree has a set of properties, organized as
key-value pairs.
......
......@@ -182,6 +182,8 @@ with value "Silvia Scientist":
.. image:: ../img/properties-from-dict-records-author.png
:height: 210
:alt: A Record "New Name" and an author Record with full_name
"Silvia Scientist" are generated and filled automatically.
Note how the different dictionary keys are handled differently
depending on their types: scalar and list values are understood
......@@ -216,6 +218,8 @@ property:
.. image:: ../img/properties-from-dict-records-person.png
:height: 200
:alt: A new Person Record is created which is referenced as an
author.
For the time being, only the parents of the referenced record can be
set via this option. More complicated treatments can be implemented
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment