Skip to content

Commit fc200cc

Browse files
nshafferjvdp1
andauthored
details on docs & CI improvements
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 364b072 commit fc200cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

FortranCon2021-stdlib/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
The Fortran standard library (stdlib) is now well into its second year of development.
3737
In this past year, stdlib has grown not only in its functionality but in its contributor base, with most of the new development coming from new contributors, including two Google Summer of Code students.
3838
Stdlib provides new functionality for working with bit sets, logging, quadrature, sorting, strings, and more.
39-
In addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation, workflow, and build system.
39+
For example, in addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation, and build system.
40+
The full API documentation is generated by the FORD tool, and can be found online.
41+
Furthermore, the Github 's Continuous Integration pipeline is used to test all procedures derived types and modules at all pull requests, to ensure cross-platform support.
4042
Among these are steps towards supporting the Fortran Package Manager (fpm) both for building stdlib as a standalone library and for incorporating stdlib as a dependency in fpm projects.
4143
These enhancements bring stdlib closer to its goal of being a featureful and easy-to-use library for general and widespread use.

0 commit comments

Comments
 (0)