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 makes significant updates to the documentation for the
MassMatrixandTomlUtilitymodules, introduces new examples forMassMatrix, and removes theswc-loaderdependency from the project. Below is a categorized summary of the most important changes:Documentation Updates for
MassMatrix:docs/docs-api/MassMatrix/MassMatrix_.mdto include a new "Example 1" section, replacing the previous "Constructor methods" section. This section provides a detailed explanation of theMassMatrixsubroutine and its usage.MassMatrix_test_1.mdfile and replaced it with new example files (MassMatrix_test_2.md,MassMatrix_test_3.md, andMassMatrix_test_4.md) to demonstrate different use cases of theMassMatrixsubroutine. [1] [2] [3] [4]Example Code Improvements:
_MassMatrix_test_1.F90as a new Fortran example file, showcasing how to create a mass matrix usingMassMatrix. This file includes detailed comments and structured code for better readability._MassMatrix_test_1.F90into the documentation using a code snippet loader in_MassMatrix_test_1.md.Documentation Updates for
TomlUtility:TomlUtilitymodule, including an overview (index.md) and detailed instructions for theGetValuesubroutine. These pages describe how to retrieve scalar, vector, and matrix values from TOML files. [1] [2]Dependency Removal:
swc-loaderdependency frompackage.jsonandpnpm-lock.yaml, including all associated references, as it is no longer required in the project. [1] [2] [3] [4]