Skip to content

Commit d074dab

Browse files
committed
readme updates
1 parent e8c8e23 commit d074dab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

fortran-csv-module.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
project: fortran-csv-module
22
project_dir: ./src
33
output_dir: ./doc
4+
media_dir: ./media
45
project_github: https://github.com/jacobwilliams/fortran-csv-module
56
summary: Read and Write CSV Files Using Modern Fortran
67
author: Jacob Williams

0 commit comments

Comments
 (0)