mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #188] [MERGED] Replace html links with intra-documentation links #298
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#298
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/188
Author: @ramsayleung
Created: 2/17/2021
Status: ✅ Merged
Merged: 2/19/2021
Merged by: @marioortizmanero
Base:
master← Head:ramsay_easier_linking_doc📝 Commits (4)
ae08f15replace html linking with rustdoc infra linking78d61a8fix raw links21c409bUpdate CHANGELOG9ccabfbFix missing html links📊 Changes
4 files changed (+20 additions, -21 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
src/client.rs(+4 -4)📝
src/lib.rs(+14 -16)📝
src/oauth2.rs(+1 -1)📄 Description
Description
Use direct intra-documentation links instead of html links we currently use, which make them much easier to read and write, tring to fix #187
Motivation and Context
Make rspotify easier to maintain
Dependencies
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Generate doc with
cargo doc --features env-file,cli, then click the links in generated html doc by hand to check if it's ok.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.