Skip to content
Snippets Groups Projects
Commit 674dec82 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corrs

parent ad614681
No related branches found
No related tags found
1 merge request!2220Integrate code analysis graphs in webdoc
Pipeline #123038 passed
...@@ -3,12 +3,12 @@ file(GLOB source_files *.gv) ...@@ -3,12 +3,12 @@ file(GLOB source_files *.gv)
set(outfiles "") set(outfiles "")
foreach(src ${source_files}) foreach(src ${source_files})
get_filename_component(name ${src} NAME_WLE) get_filename_component(name ${src} NAME_WLE)
set(outfile ${CMAKE_SOURCE_DIR}/hugo/static/img/auto/src_doc/${name}.svg) set(outfile ${CMAKE_SOURCE_DIR}/hugo/static/img/auto/src_doc/${name}.png)
list(APPEND outfiles ${outfile}) list(APPEND outfiles ${outfile})
add_custom_command( add_custom_command(
OUTPUT ${outfile} OUTPUT ${outfile}
DEPENDS ${src} DEPENDS ${src}
COMMAND dot ${src} -Tsvg > ${outfile} COMMAND dot ${src} -Tpng > ${outfile}
) )
endforeach() endforeach()
......
...@@ -9,10 +9,10 @@ weight = 80 ...@@ -9,10 +9,10 @@ weight = 80
Data and job view class hierarchy: Data and job view class hierarchy:
{{< figscg src="/img/auto/src-doc/data+job-view.svg" width="500px">}} {{< figscg src="/img/auto/src_doc/data+job-view.svg" width="800px">}}
#### Python #### Python
Calls inside ba_plot: Calls inside ba_plot:
{{< figscg src="/img/auto/src-doc/ba_plot.svg" width="500px">}} {{< figscg src="/img/auto/src_doc/ba_plot.svg" width="800px">}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment