-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
[docs] restructure nonlinear optimization tutorials #3823
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3823 +/- ##
=======================================
Coverage 97.90% 97.90%
=======================================
Files 44 44
Lines 6022 6022
=======================================
Hits 5896 5896
Misses 126 126 ☔ View full report in Codecov by Sentry. |
@@ -261,7 +261,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
- `Percival.jl` (#3567) | |||
- Added new tutorials: | |||
- [Approximating nonlinear functions](@ref) (#3563) | |||
- [Classifiers](@ref) (#3569) | |||
- [Example: classification problems](@ref) (#3569) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checking you intended to rewrite the changelog?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, it needs to match the new ref.
Related to #3822.
This especially fixes the issue that
User-defined operators with vector outputs
was the only subsection of the "tips and tricks" tutorial because we never got around to adding other tricks...