-
Notifications
You must be signed in to change notification settings - Fork 52
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
Formatting errors in the tutorial #213
Comments
No such issues on my local. I am looking into this. |
Looks like an issue with the frontmatter and my local DemoCards.jl is ahead of the upstream. Working on some changes and will get them done by EOD. |
Should be fixed in the new DemoCards.jl release. |
looks like #214 was not enough to fix it |
The issue is the markdown file is not converted to HTML properly. Still not sure what's the reason behind it. The part of the markdown file that causes the issue is ## Mini-batching of graphs My locally rendered html section looks like <h2 id="Mini-batching-of-graphs"><a class="docs-heading-anchor" href="#Mini-batching-of-graphs">Mini-batching of graphs</a><a id="Mini-batching-of-graphs-1"></a><a class="docs-heading-anchor-permalink" href="#Mini-batching-of-graphs" title="Permalink"></a></h2><div class="markdown"> the prod build, shows something like, <!DOCTYPE ><HTML><head></head><body>
```## Implementing Graph Neural Networks<p>...<\p> Now, documenter.jl could easily handle prev notebooks (literally the same) as seen in the stable branch docs. I am looking if it's democard thing. |
@Dsantra92 did you menage to understand the cause of the error? We cannot overcome the issue I will have to revert to the old tutorials |
Thanks for the reminder, I will try to fix it within 2 days. If cannot find the issue by then, we can revert. |
The issue is fixed ig. |
What do you mean? Fixed where? |
Right, now I see no problems https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/tutorials/introductory_tutorials/node_classification_pluto/#Node-Classification-with-Graph-Neural-Networks |
Got fixed here in rikhuijzer/PlutoStaticHTML.jl#153. The new docs are using PlutoStaticHTML 0.6.6 while older docs with rendering problems used 0.6.5. |
Should we make the PlutoStaticHTML version more explicit in the docs and make it more relaxed once it reaches v1? |
Doing it in #218 , thanks |
Actually that should be done in DemoCards.jl |
The are some HTML artefacts in the tutorials, see https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/tutorials/introductory_tutorials/graph_classification_pluto/#Graph-Classification-with-Graph-Neural-Networks
The text was updated successfully, but these errors were encountered: