You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -193,16 +193,16 @@ fpm test --profile release
193
193
To generate the documentation using [ford](https://github.com/Fortran-FOSS-Programmers/ford), run:
194
194
195
195
```
196
-
FoBis.py rule --execute makedoc -f ddeabm.fobis
196
+
ford ddeabm.md
197
197
```
198
198
199
199
## Documentation
200
200
201
-
The latest API documentation can be found [here](http://jacobwilliams.github.io/ddeabm/). This was generated from the source code using [FORD](https://github.com/Fortran-FOSS-Programmers/ford) (note that the included `build.sh` script will also generate these files).
201
+
The latest API documentation can be found [here](http://jacobwilliams.github.io/ddeabm/). This was generated from the source code using [FORD](https://github.com/Fortran-FOSS-Programmers/ford).
202
202
203
203
## License
204
204
205
-
The ddeabm source code and related files and documentation are distributed under a permissive free software [license](https://github.com/jacobwilliams/ddeabm/blob/master/LICENSE) (BSD-style). The original DDEABM Fortran 77 code is [public domain](http://www.netlib.org/slatec/guide).
205
+
The DDEABM source code and related files and documentation are distributed under a permissive free software [license](https://github.com/jacobwilliams/ddeabm/blob/master/LICENSE) (BSD-style). The original DDEABM Fortran 77 code is [public domain](http://www.netlib.org/slatec/guide).
0 commit comments