api: UI improvements #1028
Labels
type: enhancement
Something is not clear, small updates, improvement suggestions
website: design
Website graphic design
website: eng-doc
DEPRECATED JS engine for /doc
Support ```py Markdown highlighter (code blocks)
Automatic link to function names in back quotes (similar to command names) to their api ref. Eg.
`dvc.api.read()`
-> /doc/api-reference/read(maybe) special CSS for firstNo longer needed, see api: create docs #908 (comment).<h3>
(###
) in api ref pages, currently used as titleBetter way to show what literals in example code blocks evaluate to. Currently
print()
is used in the block, then a---
(<hr>
) and a following block quote (```dvc) shows what the output of running the script would do:The text was updated successfully, but these errors were encountered: