File tree Expand file tree Collapse file tree 6 files changed +12
-21
lines changed
Expand file tree Collapse file tree 6 files changed +12
-21
lines changed Original file line number Diff line number Diff line change 1- ![ fortran-csv-module] ( / media/logo.png)
1+ ![ fortran-csv-module] ( media/logo.png )
22============
33
44[ ![ GitHub release] ( https://img.shields.io/github/release/jacobwilliams/fortran-csv-module.svg )] ( https://github.com/jacobwilliams/fortran-csv-module/releases/latest )
@@ -14,6 +14,11 @@ A modern Fortran library for reading and writing CSV (comma-separated value) fil
1414
1515[ ![ GitHub release] ( https://img.shields.io/github/release/jacobwilliams/fortran-csv-module.svg?style=plastic )] ( https://github.com/jacobwilliams/fortran-csv-module/releases/latest )
1616
17+ ### Documentation
18+
19+ The latest API documentation for the ` master ` branch can be found [ here] ( https://jacobwilliams.github.io/fortran-csv-module/ ) . This was generated from the source code using [ FORD] ( https://github.com/Fortran-FOSS-Programmers/ford ) .
20+
21+
1722### Getting started
1823#### Get the code
1924``` bash
Original file line number Diff line number Diff line change 11project: fortran-csv-module
22project_dir: ./src
33output_dir: ./doc
4+ media_dir: ./media
45project_github: https://github.com/jacobwilliams/fortran-csv-module
56summary: Read and Write CSV Files Using Modern Fortran
67author: Jacob Williams
Original file line number Diff line number Diff line change 11name = " fortran-csv-module"
2- version = " 1.3.1 "
2+ version = " 1.5.0 "
33author = " Jacob Williams"
44maintainer = " Jacob Williams"
5- copyright = " Copyright (c) 2017-2022 , Jacob Williams"
5+ copyright = " Copyright (c) 2017-2023 , Jacob Williams"
66license = " BSD-3"
77description = " Read and Write CSV Files Using Modern Fortran"
88homepage = " https://github.com/jacobwilliams/fortran-csv-module"
@@ -12,25 +12,10 @@ keywords = ["csv"]
1212[library ]
1313source-dir = " src"
1414
15- [[test ]]
16- name = " csv_test"
17- source-dir = " src/tests"
18- main = " csv_test.f90"
19-
20- [[test ]]
21- name = " csv_test2"
22- source-dir = " src/tests"
23- main = " csv_test2.f90"
24-
25- [[test ]]
26- name = " csv_test3"
27- source-dir = " src/tests"
28- main = " csv_test3.f90"
29-
3015[install ]
3116library = true
3217
3318[build ]
34- auto-executables = false
35- auto-examples = false
36- auto-tests = false
19+ auto-executables = true
20+ auto-examples = true
21+ auto-tests = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments