automatic links for API function names (to api ref) #910
Labels
A: website
Area: website
type: enhancement
Something is not clear, small updates, improvement suggestions
website: eng-doc
DEPRECATED JS engine for /doc
Similar to how we automatically link
dvc <command>
to their cmd ref in the docs, the following quoted strings (can be pulled from sidebar.json) should link to the corresponding API reference page:dvc.api.get_url()
,dvc.api.open()
,dvc.api.read()
, anddvc.api.summon()
.UPDATE: Another one could be
dvc.api
-> /doc/api-reference (also get from sidebar.json)This way we can easily start mentioning these functions from everywhere in the docs, and have the users be able to jump to the API ref.
The text was updated successfully, but these errors were encountered: