all: add pkg.go.dev reference README badges

As discussed during the review of the immediately preceding changesets.
This commit is contained in:
Chris Nobody
2023-03-09 20:10:20 +02:00
committed by Dan Kortschak
parent 0f19c83e37
commit 45b800a8c6
13 changed files with 51 additions and 14 deletions

View File

@@ -1,4 +1,7 @@
# Gonum BLAS [![GoDoc](https://godocs.io/gonum.org/v1/gonum/blas?status.svg)](https://godocs.io/gonum.org/v1/gonum/blas) # Gonum BLAS
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/blas)](https://pkg.go.dev/gonum.org/v1/gonum/blas)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/blas?status.svg)](https://godocs.io/gonum.org/v1/gonum/blas)
A collection of packages to provide BLAS functionality for the [Go programming A collection of packages to provide BLAS functionality for the [Go programming
language](http://golang.org) language](http://golang.org)

View File

@@ -1,4 +1,7 @@
# Gonum cmplxs [![GoDoc](https://godocs.io/gonum.org/v1/gonum/cmplxs?status.svg)](https://godocs.io/gonum.org/v1/gonum/cmplxs) # Gonum cmplxs
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/cmplxs)](https://pkg.go.dev/gonum.org/v1/gonum/cmplxs)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/cmplxs?status.svg)](https://godocs.io/gonum.org/v1/gonum/cmplxs)
Package cmplxs provides a set of helper routines for dealing with slices of complex128. 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. The functions avoid allocations to allow for use within tight loops without garbage collection overhead.

View File

@@ -1,3 +1,6 @@
# Gonum diff [![GoDoc](https://godocs.io/gonum.org/v1/gonum/diff?status.svg)](https://godocs.io/gonum.org/v1/gonum/diff) # Gonum diff
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/diff)](https://pkg.go.dev/gonum.org/v1/gonum/diff)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/diff?status.svg)](https://godocs.io/gonum.org/v1/gonum/diff)
Package diff is a package for computing derivatives of functions for the Go language. Package diff is a package for computing derivatives of functions for the Go language.

View File

@@ -1,4 +1,7 @@
# Gonum floats [![GoDoc](https://godocs.io/gonum.org/v1/gonum/floats?status.svg)](https://godocs.io/gonum.org/v1/gonum/floats) # Gonum floats
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/floats)](https://pkg.go.dev/gonum.org/v1/gonum/floats)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/floats?status.svg)](https://godocs.io/gonum.org/v1/gonum/floats)
Package floats provides a set of helper routines for dealing with slices of float64. 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. The functions avoid allocations to allow for use within tight loops without garbage collection overhead.

View File

@@ -1,3 +1,6 @@
# Gonum graph [![GoDoc](https://godocs.io/gonum.org/v1/gonum/graph?status.svg)](https://godocs.io/gonum.org/v1/gonum/graph) # Gonum graph
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/graph)](https://pkg.go.dev/gonum.org/v1/gonum/graph)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/graph?status.svg)](https://godocs.io/gonum.org/v1/gonum/graph)
This is a generalized graph package for the Go language. This is a generalized graph package for the Go language.

View File

@@ -1,3 +1,6 @@
# Gonum integrate [![GoDoc](https://godocs.io/gonum.org/v1/gonum/integrate?status.svg)](https://godocs.io/gonum.org/v1/gonum/integrate) # Gonum integrate
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/integrate)](https://pkg.go.dev/gonum.org/v1/gonum/integrate)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/integrate?status.svg)](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. Package integrate provides numerical evaluation of definite integrals of single-variable functions for the Go programming language.

View File

@@ -1,3 +1,6 @@
# Gonum internal [![GoDoc](https://godocs.io/gonum.org/v1/gonum/internal?status.svg)](https://godocs.io/gonum.org/v1/gonum/internal) # Gonum internal
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/internal)](https://pkg.go.dev/gonum.org/v1/gonum/internal)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/internal?status.svg)](https://godocs.io/gonum.org/v1/gonum/internal)
This is the set of internal packages for the Gonum project. This is the set of internal packages for the Gonum project.

View File

@@ -1,3 +1,6 @@
# Gonum interp [![GoDoc](https://godocs.io/gonum.org/v1/gonum/interp?status.svg)](https://godocs.io/gonum.org/v1/gonum/interp) # Gonum interp
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/interp)](https://pkg.go.dev/gonum.org/v1/gonum/interp)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/interp?status.svg)](https://godocs.io/gonum.org/v1/gonum/interp)
Package interp is an interpolation package for the Go language. Package interp is an interpolation package for the Go language.

View File

@@ -1,5 +1,7 @@
Gonum LAPACK [![GoDoc](https://godocs.io/gonum.org/v1/gonum/lapack?status.svg)](https://godocs.io/gonum.org/v1/gonum/lapack) Gonum LAPACK
====== ======
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/lapack)](https://pkg.go.dev/gonum.org/v1/gonum/lapack)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/lapack?status.svg)](https://godocs.io/gonum.org/v1/gonum/lapack)
A collection of packages to provide LAPACK functionality for the Go programming A collection of packages to provide LAPACK functionality for the Go programming
language (http://golang.org). This provides a partial implementation in native go language (http://golang.org). This provides a partial implementation in native go
@@ -25,4 +27,3 @@ Go implementation of the LAPACK API (incomplete, implements the `float64` API).
Wrappers for an implementation of the double (i.e., `float64`) precision real parts of Wrappers for an implementation of the double (i.e., `float64`) precision real parts of
the LAPACK API. the LAPACK API.

View File

@@ -1,3 +1,6 @@
# Gonum matrix [![GoDoc](https://godocs.io/gonum.org/v1/gonum/mat?status.svg)](https://godocs.io/gonum.org/v1/gonum/mat) # Gonum matrix
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/mat)](https://pkg.go.dev/gonum.org/v1/gonum/mat)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/mat?status.svg)](https://godocs.io/gonum.org/v1/gonum/mat)
Package mat is a matrix package for the Go language. Package mat is a matrix package for the Go language.

View File

@@ -1,3 +1,6 @@
# mathext [![GoDoc](https://godocs.io/gonum.org/v1/gonum/mathext?status.svg)](https://godocs.io/gonum.org/v1/gonum/mathext) # mathext
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/mathext)](https://pkg.go.dev/gonum.org/v1/gonum/mathext)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/mathext?status.svg)](https://godocs.io/gonum.org/v1/gonum/mathext)
Package mathext implements basic elementary functions not included in the Go standard library. Package mathext implements basic elementary functions not included in the Go standard library.

View File

@@ -1,3 +1,6 @@
# Gonum optimize [![GoDoc](https://godocs.io/gonum.org/v1/gonum/optimize?status.svg)](https://godocs.io/gonum.org/v1/gonum/optimize) # Gonum optimize
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/optimize)](https://pkg.go.dev/gonum.org/v1/gonum/optimize)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/optimize?status.svg)](https://godocs.io/gonum.org/v1/gonum/optimize)
Package optimize is an optimization package for the Go language. Package optimize is an optimization package for the Go language.

View File

@@ -1,3 +1,6 @@
# Gonum stat [![GoDoc](https://godocs.io/gonum.org/v1/gonum/stat?status.svg)](https://godocs.io/gonum.org/v1/gonum/stat) # Gonum stat
[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum/stat)](https://pkg.go.dev/gonum.org/v1/gonum/stat)
[![GoDoc](https://godocs.io/gonum.org/v1/gonum/stat?status.svg)](https://godocs.io/gonum.org/v1/gonum/stat)
Package stat is a statistics package for the Go language. Package stat is a statistics package for the Go language.