Link checks:

    In the doc directory:

    $ checklink -sr file:///home/bruce/python/workareas/pyke-hg/r1_working/doc/html/index.html > checklink.out 2>&1 &
    $ tail -f checklink.out

    Then check the checklink.out file.

    checklink is in the w3c-linkchecker ubuntu package.

Spell checks:

    Options:
        --dont-backup
        --suggest
        --ignore-case

    In the doc/source directory:

    $ find . -name '*.txt' -execdir aspell --warn -c {} \;
