Skip to content

Commit

Permalink
updates to ford docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jan 5, 2024
1 parent cf7b6eb commit 67d29a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
files: build/coverage/coverage.info

- name: Build documentation
run: ford ./finterp.md
run: ford ./ford.md

- name: Deploy Documentation
if: github.ref == 'refs/heads/master'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ or, to use a specific version:
finterp = { git="https://github.com/jacobwilliams/finterp.git", tag = "1.3.0" }
```

To generate the documentation using [ford](https://github.com/Fortran-FOSS-Programmers/ford), run: ```ford finterp.md```
To generate the documentation using [ford](https://github.com/Fortran-FOSS-Programmers/ford), run: ```ford ford.md```

## Documentation

Expand Down
3 changes: 1 addition & 2 deletions finterp.md → ford.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project: finterp
project_dir: ./src
src_dir: ./src
output_dir: ./doc
media_dir: ./media
project_github: https://github.com/jacobwilliams/finterp
Expand All @@ -15,7 +15,6 @@ display: public
protected
source: true
graph: true
exclude_dir: ./test
extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html

{!README.md!}
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "finterp"
version = "1.3.0"
author = "Jacob Williams"
maintainer = "Jacob Williams"
copyright = "Copyright (c) 2016-2021, Jacob Williams"
copyright = "Copyright (c) 2016-2024, Jacob Williams"
license = "BSD"
description = "Modern Fortran Multidimensional Linear Interpolation"
homepage = "https://github.com/jacobwilliams/finterp"
Expand Down

0 comments on commit 67d29a9

Please sign in to comment.