Skip to content

Commit

Permalink
minor mod to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jan 6, 2024
1 parent 6d73e7a commit b1369bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: contains( matrix.os, 'ubuntu')
run: |
python -m pip install --upgrade pip
pip install ford matplotlib
pip install ford numpy matplotlib
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install GFortran Linux
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

### Description

**This is a work in progress!**

The focus of this library is single-step, explicit Runge-Kutta solvers for 1st order differential equations.

### Novel features:
Expand Down
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "rklib"
author = "Jacob Williams"
copyright = "Copyright (c) 2022-2023, Jacob Williams"
copyright = "Copyright (c) 2022-2024, Jacob Williams"
license = "BSD-3"
description = "Fixed and variable-step Runge-Kutta solvers in Modern Fortran"
homepage = "https://github.com/jacobwilliams/rklib"
Expand Down

0 comments on commit b1369bd

Please sign in to comment.