@@ -47,12 +47,13 @@ Classes
4747
4848Prerequisites
4949-------------
50- The following are the versions or commits currently employed in
51- developing and testing. Earlier versions or commits might work also.
50+ The following are the prerequisite package versions/ commits currently
51+ employed in developing and testing ( _ earlier versions/ commits might work also _ ):
5252
5353* Compiler: [ GNU Fortran] (gfortran) 10.2.0
54- * Parallel runtime library: [ OpenCoarrays] 2.9.0
54+ * Parallel runtime library: [ OpenCoarrays] 2.9.2
5555* Fortran package manager: [ fpm] 7d320295c6fe56cc767b352bd26f0466aa29ac5c
56+ * _ Optional_ : [ FORD] 6.0.0 for producing HTML documentation.
5657
5758This library also uses the [ vegetables] unit testing framework, which
5859the [ fpm] build system will install automatically.
@@ -75,13 +76,16 @@ emulated instrinsic procedures, which are intended for use with
7576compiler versions that lack support for the named features. Delete
7677those flags with compilers that support these features.
7778
78- Build documentation
79- -------------------
79+ Building the documentation
80+ --------------------------
81+ After installing python and ` ford ` (via ` pip install ford ` ), execute
8082``` zsh
8183ford doc/ford-documentation.md
8284```
85+ after which opening subdirectory ` doc/html/index.html ` in a browser.
8386
8487[ GNU Fortran ] : https://gcc.gnu.org
8588[ OpenCoarrays ] : https://github.com/sourceryinstitute/opencoarrays
8689[ fpm ] : https://github.com/fortran-lang/fpm
8790[ vegetables ] : https://gitlab.com/everythingfunctional/vegetables
91+ [ FORD ] : https://github.com/Fortran-FOSS-Programmers/ford
0 commit comments