Skip to content

Commit 8a4e171

Browse files
committed
updated ford docs and fpm manifest file
1 parent deea5d7 commit 8a4e171

File tree

3 files changed

+10
-20
lines changed

3 files changed

+10
-20
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![bspline-fortran](/media/bspline-fortran.png)
1+
![bspline-fortran](media/bspline-fortran.png)
22
============
33

44
Multidimensional B-Spline Interpolation of Data on a Regular Grid.
@@ -190,8 +190,13 @@ The latest API documentation can be found [here](https://jacobwilliams.github.io
190190

191191
The bspline-fortran source code and related files and documentation are distributed under a permissive free software [license](https://github.com/jacobwilliams/bspline-fortran/blob/master/LICENSE) (BSD-style).
192192

193+
### Keywords
194+
195+
* Bspline, spline, interpolation, data fitting, multivariate interpolation, multidimensional interpolation, integration
196+
193197
## See also
194198

199+
* This library includes the public domain DBSPLIN and DTENSBS code from the [NIST Core Math Library](http://www.nist.gov/itl/math/mcsd-software.cfm) (CMLIB).
195200
* [SPLPAK](https://github.com/jacobwilliams/splpak) Multidimensional least-squares cubic spline fitting
196201
* [FINTERP](https://github.com/jacobwilliams/finterp) Multidimensional Linear Interpolation with Modern Fortran
197202
* [PCHIP](https://github.com/jacobwilliams/PCHIP) Piecewise Cubic Hermite Interpolation.

ford.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ src_dir: ./src
33
output_dir: ./doc
44
media_dir: ./media
55
project_github: https://github.com/jacobwilliams/bspline-fortran
6-
summary: ![BSPLINE-FORTRAN](|media|/bspline-fortran.png)<br>
7-
BSPLINE-FORTRAN -- Multidimensional B-Spline Interpolation of Data on a Regular Grid
6+
summary: BSPLINE-FORTRAN -- Multidimensional B-Spline Interpolation of Data on a Regular Grid
87
author: Jacob Williams
98
github: https://github.com/jacobwilliams
109
predocmark_alt: >
@@ -17,18 +16,4 @@ source: true
1716
graph: true
1817
extra_mods: pyplot_module:https://github.com/jacobwilliams/pyplot-fortran
1918

20-
### Brief description
21-
22-
The library provides subroutines for 1D-6D interpolation using B-splines. The code is written in modern Fortran (i.e., Fortran 2003+).
23-
24-
### License
25-
26-
The bspline-fortran source code and related files and documentation are distributed under a permissive free software [license](https://github.com/jacobwilliams/bspline-fortran/blob/master/LICENSE) (BSD-style).
27-
28-
### See also
29-
30-
* This library includes the public domain DBSPLIN and DTENSBS code from the [NIST Core Math Library](http://www.nist.gov/itl/math/mcsd-software.cfm) (CMLIB).
31-
32-
### Keywords
33-
34-
* Bspline, spline, interpolation, data fitting, multivariate interpolation, multidimensional interpolation, integration
19+
{!README.md!}

fpm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name = "bspline-fortran"
2-
version = "7.0.0"
2+
version = "7.4.0"
33
author = "Jacob Williams"
44
maintainer = "Jacob Williams"
5-
copyright = "Copyright (c) 2015-2022, Jacob Williams"
5+
copyright = "Copyright (c) 2015-2024, Jacob Williams"
66
license = "BSD"
77
description = "Multidimensional B-Spline Interpolation of Data on a Regular Grid"
88
homepage = "https://github.com/jacobwilliams/bspline-fortran"

0 commit comments

Comments
 (0)