Pyomo / pyomo

An object-oriented algebraic modeling language in Python for structured optimization problems.
https://www.pyomo.org
Other
1.9k stars 490 forks source link

Add URL Checking to Markdown + Doc Files #3259

Closed mrmundt closed 1 month ago

mrmundt commented 1 month ago

Fixes NA

Summary/Motivation:

Because I like to make our pre-test linting suite as complicated as possible, this adds yet another element: URL checking! The action in use here checks all Markdown and RST files and makes sure that the URLs work. It ignores pyomo-jenkins, however, because that's behind a firewall.

Changes proposed in this PR:

Legal Acknowledgement

By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.