-
Couldn't load subscription status.
- Fork 676
Open
Labels
C-enhancement ✨Category: Adding new behavior or a change to the way an existing feature worksCategory: Adding new behavior or a change to the way an existing feature works
Description
For crates without a documentation key in their Cargo.toml, crates.io is supposed to generate a Documentation link to docs.rs. However, this Documentation link is sometimes missing on search results.
Steps to reproduce:
- Open a fresh browser instance. (For example, I'm using
chromium --user-data-dir="$(mktemp -d)"on Arch Linux.) - Navigate to https://crates.io/search?q=ndarray-npy
- Observe that there is no
Documentationlink for thendarray-npycrate. (It should be there, but it is missing. That's what this issue is about.) - Click on the
ndarray-npycrate link (URL: https://crates.io/crates/ndarray-npy). - Click the "back" button on your browser to navigate back to the previous page.
- Observe that the
Documentationlink has now appeared.
I'm observing this behavior for crates that do not include a documentation key in their Cargo.toml. Currently, examples of this include the ndarray-npy, py_literal, aho-corasick, unreachable, and void crates, among many others.
axelf4, Enyium, TimJentzsch and edmorley
Metadata
Metadata
Assignees
Labels
C-enhancement ✨Category: Adding new behavior or a change to the way an existing feature worksCategory: Adding new behavior or a change to the way an existing feature works