Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing images in docs #87

Closed
michakraus opened this issue Nov 7, 2023 · 1 comment
Closed

Missing images in docs #87

michakraus opened this issue Nov 7, 2023 · 1 comment

Comments

@michakraus
Copy link
Member

The docs are missing two images:

┌ Error: invalid local link/image: file does not exist in src/tutorials/linear_wave_equation.md
│   link =
│    @ast MarkdownAST.Image("../images/third_degree_spline.png", "") do
│      MarkdownAST.Text("")
│    end
│
└ @ Documenter ~/.julia/packages/Documenter/nQAq5/src/utilities/utilities.jl:44
┌ Error: invalid local link/image: file does not exist in src/architectures/sympnet.md
│   link =
│    @ast MarkdownAST.Image("../images/sympnet_pendulum_architecture.png", "") do
│      MarkdownAST.Text("")
│    end
│
└ @ Documenter ~/.julia/packages/Documenter/nQAq5/src/utilities/utilities.jl:44
@benedict-96
Copy link
Collaborator

These should be taken care of. third_degree_spline and sympnet_architecture are now tikz pictures in the folder of the same name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants