Saransh Chopra

Results 174 comments of Saransh Chopra

@mcabbott, [JuliaManifolds/Manopt.jl](https://github.com/JuliaManifolds/Manopt.jl) renders `Pluto` notebooks in the `Documenter` documentation using the following `make.jl` contents - https://github.com/JuliaManifolds/Manopt.jl/blob/master/docs/make.jl#L1-L106. This does look a bit hacky, and it also distorts the documentation when a...

Currently, https://fluxml.ai/Flux.jl/stable/models/overview/ does something similar but is not as extensive as this guide. Should it be removed, or should it also be put under the "Getting Started" guide with a...

I think the following text can be used at the top of this guide. The rest of this page is definitely a subset of this guide. --- Flux is a...

> But if you have met some of this before, and want a faster path to seeing how to write it in Julia's syntax and using Flux's pieces, then perhaps...

> In addition to the main manual > > https://fluxml.ai/Flux.jl/stable/models/overview/ > > we also have some quite nice tutorials here: > > https://fluxml.ai/tutorials.html > > How do we make these...

> One thing I do like is that they have a compact example which basically does what the library does, up front, in one code block. Anyone can copy and...

Hmm, where should this tutorial go now? We do have a new Getting Started section, so should this go in there (along with other tutorials)?

So would that mean shifting the tutorials section to the `Documenter` website completely? Maybe I can shift the existing section before adding this guide to the same. We could still...

This PR now creates a new "tutorials" section. I will migrate the website's tutorials here in the follow-up PRs.

> Note that there's already a tutorials section (on master) so simplest to add this there? Ah, I missed it because of how low it is in the sidebar. Maybe...