Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Windows installation/uninstallation and Python environment setup documentation to align with the new Windows installer and environment scripts referenced in #729 and #798, and reorganizes the Windows “advanced install” docs.
Changes:
- Add a dedicated Windows uninstall guide and link it from the install index.
- Rewrite the Windows install guide around the new installer flow (components, env vars, optional Python setup).
- Replace the old “advanced install on Windows” page with two new pages (source compilation + command-line installation) and update the advanced-install index.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/user-guide/get_started/install/uninstall_guide_windows.md | New Windows uninstall instructions (GUI + silent mode). |
| docs/user-guide/get_started/install/install_guide_windows.md | Updated Windows install flow, components, env var setup, and Python setup steps. |
| docs/user-guide/get_started/install/install_guide_index.md | Adds Windows uninstall guide to the install/uninstall index and toctree. |
| docs/user-guide/dev_guide/advanced_install/advanced_install_on_windows.md | Removes the old Windows advanced install doc page. |
| docs/user-guide/dev_guide/advanced_install/advanced_install_guide_windows_compilation.md | New Windows “build from source” instructions. |
| docs/user-guide/dev_guide/advanced_install/advanced_install_guide_windows_command_line.md | New Windows installer command-line (silent) usage doc. |
| docs/user-guide/dev_guide/advanced_install/advanced_install_guide_index.md | Updates index/toctree to point to the new Windows advanced install pages. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d702328 to
393def8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Doc update for #729 and #798
Fixes # (issue)
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: