mirror of
https://github.com/gonum/gonum.git
synced 2025-10-04 06:46:29 +08:00
all: replace godoc.org README badges with godocs.io ones
The links have been redirecting to `pkg.go.dev` for a while now. In the case of the main README, that made the badge a virtual duplicate of the "go.dev reference" one.
This commit is contained in:

committed by
Dan Kortschak

parent
2633fc39ec
commit
f040f6bd07
@@ -4,7 +4,7 @@
|
||||
[](https://ci.appveyor.com/project/Gonum/gonum/branch/master)
|
||||
[](https://codecov.io/gh/gonum/gonum)
|
||||
[](https://pkg.go.dev/gonum.org/v1/gonum)
|
||||
[](https://godoc.org/gonum.org/v1/gonum)
|
||||
[](https://godocs.io/gonum.org/v1/gonum)
|
||||
[](https://goreportcard.com/report/github.com/gonum/gonum)
|
||||
[](https://github.com/emersion/stability-badges#unstable)
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Gonum BLAS [](https://godoc.org/gonum.org/v1/gonum/blas)
|
||||
# Gonum BLAS [](https://godocs.io/gonum.org/v1/gonum/blas)
|
||||
|
||||
A collection of packages to provide BLAS functionality for the [Go programming
|
||||
language](http://golang.org)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Gonum cmplxs [](https://godoc.org/gonum.org/v1/gonum/cmplxs)
|
||||
# Gonum cmplxs [](https://godocs.io/gonum.org/v1/gonum/cmplxs)
|
||||
|
||||
Package cmplxs provides a set of helper routines for dealing with slices of complex128.
|
||||
The functions avoid allocations to allow for use within tight loops without garbage collection overhead.
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Gonum diff [](https://godoc.org/gonum.org/v1/gonum/diff)
|
||||
# Gonum diff [](https://godocs.io/gonum.org/v1/gonum/diff)
|
||||
|
||||
Package diff is a package for computing derivatives of functions for the Go language.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Gonum floats [](https://godoc.org/gonum.org/v1/gonum/floats)
|
||||
# Gonum floats [](https://godocs.io/gonum.org/v1/gonum/floats)
|
||||
|
||||
Package floats provides a set of helper routines for dealing with slices of float64.
|
||||
The functions avoid allocations to allow for use within tight loops without garbage collection overhead.
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Gonum graph [](https://godoc.org/gonum.org/v1/gonum/graph)
|
||||
# Gonum graph [](https://godocs.io/gonum.org/v1/gonum/graph)
|
||||
|
||||
This is a generalized graph package for the Go language.
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Gonum integrate [](https://godoc.org/gonum.org/v1/gonum/integrate)
|
||||
# Gonum integrate [](https://godocs.io/gonum.org/v1/gonum/integrate)
|
||||
|
||||
Package integrate provides numerical evaluation of definite integrals of single-variable functions for the Go programming language.
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Gonum internal [](https://godoc.org/gonum.org/v1/gonum/internal)
|
||||
# Gonum internal [](https://godocs.io/gonum.org/v1/gonum/internal)
|
||||
|
||||
This is the set of internal packages for the Gonum project.
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Gonum interp [](https://godoc.org/gonum.org/v1/gonum/interp)
|
||||
# Gonum interp [](https://godocs.io/gonum.org/v1/gonum/interp)
|
||||
|
||||
Package interp is an interpolation package for the Go language.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
Gonum LAPACK [](https://godoc.org/gonum.org/v1/gonum/lapack)
|
||||
Gonum LAPACK [](https://godocs.io/gonum.org/v1/gonum/lapack)
|
||||
======
|
||||
|
||||
A collection of packages to provide LAPACK functionality for the Go programming
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Gonum matrix [](https://godoc.org/gonum.org/v1/gonum/mat)
|
||||
# Gonum matrix [](https://godocs.io/gonum.org/v1/gonum/mat)
|
||||
|
||||
Package mat is a matrix package for the Go language.
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# mathext [](https://godoc.org/gonum.org/v1/gonum/mathext)
|
||||
# mathext [](https://godocs.io/gonum.org/v1/gonum/mathext)
|
||||
|
||||
Package mathext implements basic elementary functions not included in the Go standard library.
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Gonum optimize [](https://godoc.org/gonum.org/v1/gonum/optimize)
|
||||
# Gonum optimize [](https://godocs.io/gonum.org/v1/gonum/optimize)
|
||||
|
||||
Package optimize is an optimization package for the Go language.
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Gonum stat [](https://godoc.org/gonum.org/v1/gonum/stat)
|
||||
# Gonum stat [](https://godocs.io/gonum.org/v1/gonum/stat)
|
||||
|
||||
Package stat is a statistics package for the Go language.
|
||||
|
Reference in New Issue
Block a user