-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Replacing sentences for references by a Bibliography section for keywords #65886
Copy link
Copy link
Open
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
In the stdlib, at the end of each keyword description, authors add a small sentence with links to reference material.
Here are the six first ones appearing in the keyword file:
rust/src/libstd/keyword_docs.rs
Line 26 in 9733b0f
rust/src/libstd/keyword_docs.rs
Line 150 in 9733b0f
rust/src/libstd/keyword_docs.rs
Line 293 in 9733b0f
rust/src/libstd/keyword_docs.rs
Line 336 in 9733b0f
rust/src/libstd/keyword_docs.rs
Line 411 in 9733b0f
rust/src/libstd/keyword_docs.rs
Line 486 in 9733b0f
Beside the fact that they are inconsistent ("for more information", "for more details", "more details on", "see", "take a look", "check", "can be seen at"), the style itself feels heavy and goes against publishing standards. References are typically listed either in a "Reference list" or a "Bibliography".
See https://intranet.birmingham.ac.uk/as/libraryservices/library/referencing/icite/harvard/referencelist.aspx.
The two advantages of adopting this style immediately obvious:
I propose that we use a "Bibliography" section and use it for bot references and additional material pertinant to the subject.
Here's an example of an existing page, in its current version:

Replacing the "For more information..." sentence with a Blbliography section:

Comments will be appreciated.