CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
214 stars 47 forks source link

Add new cache for changed notebooks! #250

Closed Dsantra92 closed 1 year ago

Dsantra92 commented 1 year ago

We need to commit the cache notebooks every time we make some changes to the pluto notebooks. This pr refreshes cache files for changes made in #245. We should mention somewhere how to contribute to docs.

codecov[bot] commented 1 year ago

Codecov Report

Merging #250 (19ff70e) into master (2020e58) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #250   +/-   ##
=======================================
  Coverage   80.68%   80.68%           
=======================================
  Files          17       17           
  Lines        1734     1734           
=======================================
  Hits         1399     1399           
  Misses        335      335           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

CarloLucibello commented 1 year ago

Thanks! It would be great if you could add a section about caching tutorials in the Developer Notes of the docs

Dsantra92 commented 1 year ago

Thanks! It would be great if you could add a section about caching tutorials in the Developer Notes of the docs

Yes, that's a good idea.

Dsantra92 commented 1 year ago

docs-usage

Needed for usage in the docs ✌🏾

CarloLucibello commented 1 year ago

thanks!