-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Migrate JuMPTutorials #2483
Comments
Is there a rule for whether something is an example or a tutorial or should all examples become tutorials ? |
Not really. I wonder if we should just move all the examples into the tutorials folder now. |
+1 for merging folders. Distances is no "really" needed. Haversine is like 5 lines of code + 1 link to wikipedia. We can reference the package. I imagine we are considering having examples with plots but using a single framework to minimize deps. |
How about using UnicodePlots as a plotting library? It does not require many deps, and comes with an acceptable time to first-plot. In my experience, the rendering in Weave/Literate notebooks is more than ok. |
The doc build currently takes ~11 minutes, so I think we can take the hit with Plots. Although if we switched the doc build to Julia 1.6, things would be much quicker. |
The way the docs are currently built seems to share the same context for the different examples. This means that I had to abstain from using On a separate note, +1 for the inclusion of |
Hmm. They shouldn't. Maybe I've configured things wrong. I might need a Lines 42 to 50 in f01adac
|
Closing this as substantially done. The tutorials could always use more work tidying them up, but I don't think we need an issue to track that. |
This issue is to track the progress of migrating the modeling tutorials from JuMPTutorials.
MILP
,Nonlinear
,Quadratic
, andSDP
). We could (and probably should) convert the existing examples into tutorials overtime.For example, we don't need Plots and Gadfly. IfPlots has been added.Plots
adds too much to the CI runtime, we could consider usingGRUtils
instead.Tutorials
Plots
Distances
Gadfly
(Convert toPlots
instead?)LightGraphs
,Graphplot
,Colors
LightGraphs
,Graphplot
,Colors
Unmerged PRs
Unresolved issues
The text was updated successfully, but these errors were encountered: