Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Crawler
Commits
eeb78d24
Commit
eeb78d24
authored
9 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Add alt text to images
parent
dfe6082e
No related branches found
No related tags found
2 merge requests
!181
Release 0.9.0
,
!174
XML Converter
Pipeline
#54700
passed
9 months ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/doc/converters/index.rst
+2
-0
2 additions, 0 deletions
src/doc/converters/index.rst
src/doc/converters/standard_converters.rst
+4
-0
4 additions, 0 deletions
src/doc/converters/standard_converters.rst
with
6 additions
and
0 deletions
src/doc/converters/index.rst
+
2
−
0
View file @
eeb78d24
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
src/doc/converters/standard_converters.rst
+
4
−
0
View file @
eeb78d24
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment