jump-dev / JuMPTutorials.jl

Tutorials on using JuMP for mathematical optimization in Julia
MIT License
142 stars 38 forks source link

Roadmap for JuMPTutorials #68

Closed frapac closed 3 years ago

frapac commented 4 years ago

Hi, I am opening this issue to sum up a few discussions we had during the JuMP dev calls. I would like to know what are the current plans concerning :

Again, this issue is just to port the discussion in an asynchronous place, and I would be happy to help on improving JuMPTutorials.

matbesancon commented 4 years ago

the automatic generation of the files in notebooks/ in travis

agreed

the status of JuMPTutorials w.r.t. JuMP: do we still plan on merging JuMPTutorials in the JuMP repo?

the status of JuMPTutorials w.r.t. JuMP: do we still plan on merging JuMPTutorials in the JuMP repo?

I think yes, even though it can make the JuMP repo a bit heavy (plus handling multi-project repos with Pkg is still ongoing work I believe)

also, is there any plan to generate a HTML version of the tutorials, to include them directly in the JuMP's website (e.g. in a cvxpy fashion)?

I believe this should be manageable by adding a new function in the src itself to build html pages

matbesancon commented 3 years ago

To complete this issue following Thursday's JuMP meeting:

matbesancon commented 3 years ago

Ultimately this repo should be merged with JuMP.jl itself with a /tutorials folder

odow commented 3 years ago

To update: I've started this process here: https://github.com/jump-dev/JuMP.jl/tree/master/docs/src/tutorials

odow commented 3 years ago

This process is mostly complete. Closing in favor of https://github.com/jump-dev/JuMP.jl/issues/2483