spyder-ide / spyder-docs

Documentation for Spyder, the Scientific Python Development Environment
https://docs.spyder-ide.org
MIT License
33 stars 283 forks source link

Add documentation for the Outline pane #327

Closed hyounes4560 closed 2 years ago

hyounes4560 commented 2 years ago

Pull Request

Pull Request Checklist

Description of Changes

Add a new section for the Outline pane as per @CAM-Gerlach suggestion.

Issue(s) Resolved

Fixes #326

CAM-Gerlach commented 2 years ago

Thanks @hyounes4560 for all your hard work on this! I apologize for my absence over the past week; my mom's living situation became unstable again and I had to go help her move (again).

Per your request, I went ahead and took care of the minor changes as commits on my side. The changes are:

I broke them up into separate commits for your review, but they'll all be squashed into your commit when this is merged. Thanks!

jitseniesen commented 2 years ago

Looks good; well done, Hanan! No further comments from me.

CAM-Gerlach commented 2 years ago

Pro tip—I find it a good habit to always git pull before I make any local changes to pick up any remote ones you or others pushed the the PR, as it avoids the merge conflict and related issues you ran into here (as otherwise, if I don't make it a habit, I find it easy to forget).

Also, quick reminder, you can apply multiple suggestions at time with the same message by (on the Filestab) clicking Add to batch on each suggestion and then Commit once you'd added all of them.

So long as we're squash merging, neither of these issues poses major problems at our end—but it can certainly help things go smoother on yours :)