Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ uses more descriptive nomenclature for the types and procedures.

This repository also adds
1. A [Fortran Package Manager] build system,
2. Tests based on the [Veggies] unit-testing framework,
2. Tests based on the [Sourcery] library's unit-testing utility,
3. Documentation generated by [`ford`] and deployed to the web via GitHub Actions, and
4. Quality control via continuous integration testing using GitHub Actions.

Expand Down Expand Up @@ -143,3 +143,4 @@ class diagram below of the three derived types in Smart-Pointers.
[shallow copy]: https://en.wikipedia.org/wiki/Object_copying#Shallow_copy
[767]: https://github.com/fortran-lang/fpm/issues/767
[test/README.md#cray]: ./test/README.md#cray
[Sourcery]: https://github.com/sourceryinstitute/sourcery