You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several articles are completely empty except for a main header.
This leads to significant bloat in the documentation with titles that do not contain any useful information anyway.
One example is Developer_Environment/openocd/openocd.rst.
These files can be commented out in the index.rst file to remove them from the index, but this will produce the WARNING: document isn't included in any toctree error for each file. Ideally all the files should just be deleted and removed from the index, and any titles requiring body text should be added to an issue.
Some of these seem to me like they are a workaround to some bug with html generation. I'd check before removing if the resulting HTML is the same.
I'll take a look.
Some files (not listed above) do indeed attempt to include a file that does not exist, as described in issue #46 and fixed in PR #48, but I don't think any of the listed files attempt to do so.
Several articles are completely empty except for a main header.
This leads to significant bloat in the documentation with titles that do not contain any useful information anyway.
One example is
Developer_Environment/openocd/
openocd.rst.These files can be commented out in the
index.rst
file to remove them from the index, but this will produce theWARNING: document isn't included in any toctree
error for each file. Ideally all the files should just be deleted and removed from the index, and any titles requiring body text should be added to an issue.The full list of empty files is:
Notice that GPIO has an entry in both
Components
andExamples
. I'm unsure of the difference in content.The text was updated successfully, but these errors were encountered: