diff --git a/docs/literate/src/files/create_first_setup.jl b/docs/literate/src/files/create_first_setup.jl index eba8d882589..dc5a9a97d5d 100644 --- a/docs/literate/src/files/create_first_setup.jl +++ b/docs/literate/src/files/create_first_setup.jl @@ -238,18 +238,4 @@ trixi2vtk(joinpath("out", "solution_000018.h5"), output_directory="out") # Now, if you followed the instructions exactly, you should get a similar image as shown in the # section [Using Plots.jl](@ref Using-Plots.jl): -# ![paraview_trixi2vtk_example](https://github.com/trixi-framework/Trixi.jl/assets/119304909/0c29139b-6c5d-4d5c-86e1-f4ebc95aca7e) - - -# ## Package versions - -# These results were obtained using the following versions. - -using InteractiveUtils -versioninfo() - -using Pkg -Pkg.status(["Trixi","OrdinaryDiffEq","Plots","ForwardDiff"], - mode=PKGMODE_MANIFEST) - -Sys.rm("out"; recursive=true, force=true) #hide #md \ No newline at end of file +# ![paraview_trixi2vtk_example](https://github.com/trixi-framework/Trixi.jl/assets/119304909/0c29139b-6c5d-4d5c-86e1-f4ebc95aca7e) \ No newline at end of file