Docs: update server browser ownership path - #89
Merged
Conversation
There was a problem hiding this comment.
Risk Analysis 🛡️ · Low Risk
✅ Approved — Low-Risk Change
Details
Documentation-only change: a single line in `docs/source/architecture/zmq_server_browser_system.rst` swaps the deleted module reference `server_tree_population.py` for `live_tree_sync.py`. Verified against the PR head tree — `live_tree_sync.py` exists in `server_browser/` and `server_tree_population.py` is absent, so the reference is now accurate. No code, tests, schemas, or runtime behavior are affected.| - ``openhcs/pyqt_gui/widgets/shared/server_browser/live_tree_sync.py`` | ||
| - ``openhcs/pyqt_gui/widgets/shared/server_browser/server_kill_service.py`` | ||
|
|
||
| See Also |
There was a problem hiding this comment.
The new primary module points to live_tree_sync.py, but the component list above still documents ServerTreePopulation; the referenced module defines LiveServerTreeSync, so this page continues using the removed component name after the path update.
Severity: low
🤖 Was this useful? React with 👍 or 👎
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.
Summary
Replace the deleted
server_tree_population.pypath with the authoritativelive_tree_sync.pymodule in the server-browser architecture documentation.Verification