Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaced repo links with fortran-lang #12

Merged
merged 1 commit into from
Feb 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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