idaes-pse
idaes-pse copied to clipboard
Perform link checking in (generated) documentation
The documentation cross-links and links to external targets enough now that it would be useful to automate the process of looking for broken links. There are a number of tools that does this. One that looks promising is: https://github.com/wjdp/htmltest , which emulates the features of a popular Ruby link-checker but is written in Go so it is several times faster.
Related to https://github.com/IDAES/examples-pse/pull/75
This is partially complete, we believe.