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

md + ba_plot

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