File tree 6 files changed +12
-21
lines changed
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 )
2
2
============
3
3
4
4
[ ![ 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
14
14
15
15
[ ![ GitHub release] ( https://img.shields.io/github/release/jacobwilliams/fortran-csv-module.svg?style=plastic )] ( https://github.com/jacobwilliams/fortran-csv-module/releases/latest )
16
16
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
+
17
22
### Getting started
18
23
#### Get the code
19
24
``` bash
Original file line number Diff line number Diff line change 1
1
project: fortran-csv-module
2
2
project_dir: ./src
3
3
output_dir: ./doc
4
+ media_dir: ./media
4
5
project_github: https://github.com/jacobwilliams/fortran-csv-module
5
6
summary: Read and Write CSV Files Using Modern Fortran
6
7
author: Jacob Williams
Original file line number Diff line number Diff line change 1
1
name = " fortran-csv-module"
2
- version = " 1.3.1 "
2
+ version = " 1.5.0 "
3
3
author = " Jacob Williams"
4
4
maintainer = " Jacob Williams"
5
- copyright = " Copyright (c) 2017-2022 , Jacob Williams"
5
+ copyright = " Copyright (c) 2017-2023 , Jacob Williams"
6
6
license = " BSD-3"
7
7
description = " Read and Write CSV Files Using Modern Fortran"
8
8
homepage = " https://github.com/jacobwilliams/fortran-csv-module"
@@ -12,25 +12,10 @@ keywords = ["csv"]
12
12
[library ]
13
13
source-dir = " src"
14
14
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
-
30
15
[install ]
31
16
library = true
32
17
33
18
[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