-
Notifications
You must be signed in to change notification settings - Fork 76
Cleanup Legacy Platforms Application Demos #531
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
base: master
Are you sure you want to change the base?
Conversation
Remove unsupported demos in the Application demos section of linux source. Signed-off-by: sadik <s-sadik@ti.com>
update the am335 toc file wrt to changes in the Examples and Application demo section. Signed-off-by: sadik <s-sadik@ti.com>
update the am437 toc file wrt to changes in the Examples and Application demo section. Signed-off-by: sadik <s-sadik@ti.com>
|
New issues found with check_toc_txt.py: |
cshilwant
left a comment
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.
You should delete the rst files also (as highlighted by bot) - #531 (comment)
jeevantelukula
left a comment
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.
linux/Examples_and_Demos
linux/Examples_and_Demos_Application_Demos
linux/Examples_and_Demos/Application_Demos/QT_Thermostat_HMI_Demo
linux/Examples_and_Demos/Application_Demos/PRU_ADC
linux/Examples_and_Demos/Application_Demos/Additional_Application_Demo_Links
linux/Examples_and_Demos_Sub-system_Demos
This entire section can be dropped as there were not maintained for AM335x/AM437x
|
Commit notation should be |
jmenti
left a comment
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.
If these demos are not supported anymore, I think we should remove the rst files completely.
|
|
||
| Examples_and_Demos/Application_Demos/Dual_Camera_Demo | ||
| Examples_and_Demos/Application_Demos/Barcode | ||
| Examples_and_Demos/Application_Demos/QT_Thermostat_HMI_Demo |
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.
Same for this demo, remove QT_Thermostat_HMI_Demo.rst as well.
| .. toctree:: | ||
| :maxdepth: 5 | ||
|
|
||
| Examples_and_Demos/Application_Demos/Dual_Camera_Demo |
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.
If these demos are not supported anymore, I think we should remove the rst files completely. So here, remove Dual_Camera_Demo.rst
| Examples_and_Demos/Application_Demos/Optical_Flow_with_OpenVX | ||
| Examples_and_Demos/Application_Demos/ROS_Radar | ||
| Examples_and_Demos/Application_Demos/PRU_ADC | ||
| Examples_and_Demos/Application_Demos/Video_Graphics_Test |
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.
Same for this demo, remove Video_Graphics_Test.rst here
| Examples_and_Demos/Application_Demos/PRU_ADC | ||
| Examples_and_Demos/Application_Demos/Video_Graphics_Test | ||
| Examples_and_Demos/Application_Demos/Watchdog_demo | ||
| Examples_and_Demos/Application_Demos/Additional_Application_Demo_Links |
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.
Same for this demo, remove Additional_Application_Demo_Links.rst
This PR removes unsupported and legacy application demos from the documentation and updates the corresponding TOC files for AM335X and AM437X platforms.