jonludlam / odoc

Documentation compiler for OCaml and Reason
Other
0 stars 0 forks source link

Link-check base and core-kernel #16

Closed jonludlam closed 4 years ago

jonludlam commented 4 years ago

To check for broken links. This should be done without the hidden modules being linked (e.g. no running odoc html base__.odoc)

I'm currently doing this via 'odig odoc' and 'blc'. There a several categories of broken link.

  1. References - lots of broken reference links. This should be fixed by unifying reference lookup with path lookup (#7)

  2. Fragments - fixed by the fragments work (#5)

  3. Module aliases linking to unexpanded aliases (see #9, #8)

  4. Other silliness.

I'll return to this after attempting to fix the linked issues.

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. The main purpose of this is to keep the issue tracker focused to what is actively being worked on, so that the amount and variety of open yet inactive issues does not overwhelm contributors.

An issue closed as stale is not rejected — further discussion is welcome in its closed state, and it can be resurrected at any time. odoc maintainers regularly check issues that were closed as stale in the past, to see if the time is right to reopen and work on them again. PRs addressing issues closed as stale are as welcome as PRs for open issues. They will be given the same review attention, and any other help.