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
Hamish Willee edited this page Mar 24, 2016
·
2 revisions
PR Validation Checklist
Check that any new files names are descriptive and useful
Check that article titles are useful/descriptive
Check that images are as small as possible
prefer jpg over png
Show the minimum image to demonstrate the point
images >100KB should be questioned.
Check (in particular) that home pages have not been edited with evil intent
Check that pages that have been deleted do not contain the toctree directive, as this will hide sub pages.
Build the doc source and sanity check.
Link checking
You can run a link checker at build time using sphinx. To do this, navigate to the sub project you want to check (the directory which has the conf.py file in it) and run
make linkcheck
A link report will be created in /build/linkcheck/output.txt