Remove debug mode references from documentation#6175
Merged
mdabek-nvidia merged 2 commits intoNVIDIA:mainfrom Jan 29, 2026
Merged
Remove debug mode references from documentation#6175mdabek-nvidia merged 2 commits intoNVIDIA:mainfrom
mdabek-nvidia merged 2 commits intoNVIDIA:mainfrom
Conversation
Signed-off-by: Marek Dabek <mdabek@nvidia.com>
Collaborator
Author
|
!build |
Collaborator
|
CI MESSAGE: [42716577]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [42716577]: BUILD PASSED |
Signed-off-by: Marek Dabek <mdabek@nvidia.com>
Contributor
Greptile OverviewGreptile SummaryThis PR completes the removal of debug mode documentation by eliminating the "Experimental Pipeline Features" section and its reference to Key changes:
Remaining cleanup needed:
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Docs as Documentation System
participant User as Documentation Reader
Note over Dev,User: Debug Mode Deprecation Flow
Dev->>Docs: Remove debug mode section (commit 5303d77)
activate Docs
Docs-->>Docs: Delete debug mode documentation
deactivate Docs
Dev->>Docs: Remove experimental features header (this PR)
activate Docs
Docs-->>Docs: Delete "Experimental Pipeline Features" section
Docs-->>Docs: Remove pipeline.experimental.pipeline_def reference
deactivate Docs
Note over Docs: Remaining cleanup needed
User->>Docs: Access FAQ.rst
Docs-->>User: Returns broken debug_mode.html links
Note over Dev: TODO: Update FAQ.rst<br/>TODO: Remove debug_mode.ipynb file
|
| @@ -75,6 +75,5 @@ | |||
| doc_entry("custom_operations/index.py"), | |||
| doc_entry("advanced/serialization.ipynb"), | |||
| doc_entry("legacy_getting_started.ipynb"), | |||
Contributor
There was a problem hiding this comment.
Consider removing docs/examples/general/debug_mode.ipynb file itself to complete the cleanup.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
rostan-t
approved these changes
Jan 28, 2026
Collaborator
Author
|
!build |
1 similar comment
Collaborator
Author
|
!build |
Collaborator
|
CI MESSAGE: [42814013]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [42814013]: BUILD PASSED |
banasraf
approved these changes
Jan 29, 2026
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.
Category:
Other
Description:
The debug mode is not maintained anymore after the introduction of dynamic mode. Feature documentation will be removed.
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: DALI-4509