-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Administration: Content Quality
Hamish Willee edited this page Mar 24, 2016
·
2 revisions
- 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.
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