gonum / hdf5

hdf5 is a wrapper for the HDF5 library
BSD 3-Clause "New" or "Revised" License
131 stars 33 forks source link

Docs not displayed on pkg.go.dev #74

Closed IdlePhysicist closed 4 years ago

IdlePhysicist commented 4 years ago

What are you trying to do?

I attempted to use the new documentation site pkg.go.dev to view this code-base's documentation, but I was unable to do so due to the site being unable to detect the project's license in the root of the repository.

What did you do?

Go to pkg.go.dev/gonum.org/v1/hdf5 and you will see the issue.

Currently the old godoc.org site is still live, but the Go team are "planning to redirect traffic from godoc.org to the corresponding page on pkg.go.dev."

I just wanted to ensure that the developers were aware of this.

What did you expect to happen?

I expected the documentation to load.

What actually happened?

The docs did not load, and a message about license restrictions was displayed

What version of Go, Gonum, Gonum/netlib and libhdf5 are you using?

Not applicable

Does this issue reproduce with the current master?

Not applicable