Skip to content

Commit

Permalink
Merge pull request #12 from jacobwilliams/8-fortran-lang-links
Browse files Browse the repository at this point in the history
replaced repo links with fortran-lang
  • Loading branch information
certik authored Feb 2, 2022
2 parents 019af5c + 897afbd commit 0c75850
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Modernized Minpack

![Build Status](https://github.com/jacobwilliams/minpack/actions/workflows/CI.yml/badge.svg)
![Build Status](https://github.com/fortran-lang/minpack/actions/workflows/CI.yml/badge.svg)

### Description

Expand All @@ -18,17 +18,17 @@ of the Jacobian matrix with the functions.

This version is a modernization of the original Fortran 77 code. This is a work in progress. Modifications include:
* Conversion from fixed (`.f`) to free-form (`.f90`) source.
* Modified the tests so they can be automatically run in the [CI](https://github.com/jacobwilliams/minpack/actions)
* Modified the tests so they can be automatically run in the [CI](https://github.com/fortran-lang/minpack/actions)

Further updates are planned...

### Documentation

* The API documentation for the current ```master``` branch can be found [here](https://jacobwilliams.github.io/minpack/). This is generated by processing the source files with [FORD](https://github.com/Fortran-FOSS-Programmers/ford).
* The API documentation for the current ```master``` branch can be found [here](https://fortran-lang.github.io/minpack/). This is generated by processing the source files with [FORD](https://github.com/Fortran-FOSS-Programmers/ford).

### License

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

### See also

Expand Down
4 changes: 2 additions & 2 deletions minpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ project: minpack
project_dir: ./src
output_dir: ./doc
media_dir: ./media
project_github: https://github.com/jacobwilliams/minpack
project_github: https://github.com/fortran-lang/minpack
summary: Modernized Minpack
author: Jacob Williams
github: https://github.com/jacobwilliams
github: https://github.com/fortran-lang
predocmark_alt: >
predocmark: <
docmark_alt:
Expand Down

0 comments on commit 0c75850

Please sign in to comment.