-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Show Help if closed when opening tutorial to avoid user confusion #6345
Conversation
@CAM-Gerlach, this has now a conflict with |
@ccordoba12 Yup; its with my other PR you just merged, as I expected would occur since they both needed to modify the same import line in |
fe7ca1a
to
1372f59
Compare
1372f59
to
a531a59
Compare
Botched the |
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.
Thanks @CAM-Gerlach! Very comprehensive tests for such a small fix ;-)
Fixes #6317 .
The actual change is a simple one, just showing the help plugin if it is closed or hidden when the user selects the tutorial from the help menu, for a better Ux and to avoid user confusion particularly when trying to learn the basics of Spyder. However, the more extensive changes are in some cleanup and minor fixes to the newly added help tests, and both unit and integration tests to cover this scenario as well as general help functionality.
Not a huge priority, but fits in the realm of user help/doc/error/quality of life improvements that 3.2.7 is centered around, so would be nice to have it in that.