Formatting errors in the tutorial
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
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 What happened?
Got fixed here in https://github.com/rikhuijzer/PlutoStaticHTML.jl/pull/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
Should we make the PlutoStaticHTML version more explicit in the docs and make it more relaxed once it reaches v1?
Actually that should be done in DemoCards.jl