Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various updates to documentation files and the addition of a GitHub Actions workflow for URL checking. The most important changes include adding a URL checking workflow, updating badges and links in documentation files, and correcting references in tutorials.
Workflow Addition:
push
,pull_request
, andworkflow_dispatch
events. (.github/workflows/url-check.yml
)Documentation Updates:
docs/index.md
anddocs/python.md
to include version, latest release date, platforms, and license. (docs/index.md
,docs/python.md
) [1] [2]docs/polyfempy_doc.md
to point to the appropriate sections on the PolyFEM website. (docs/polyfempy_doc.md
) [1] [2] [3] [4] [5] [6] [7]Tutorial Updates:
sling-shot
andsphere-pushing-box
tutorials to point to the correct repositories. (docs/tutorials/sling-shot/sling-shot.md
,docs/tutorials/sphere-pushing-box/sphere-pushing-box.md
) [1] [2]trajectory-optimization
tutorial to point to the correct JSON file. (docs/tutorials/trajectory-optimization/trajectory-optimization.md
)