mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
[V3 Docs] Docs for utils package (#1085)
* Docstrings for chat formatting * Docstrings for mod utils * Type checking * Override CSS to highlight object name in definition * More typing * Utils docs pages * Fix typo here
This commit is contained in:
11
docs/_static/theme_overrides.css
vendored
Normal file
11
docs/_static/theme_overrides.css
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
/*
|
||||
* This overrides the style for the path to each object definition, whilst
|
||||
* the name of the object remains unchanged.
|
||||
*
|
||||
* e.g. in the definition `redbot.core.Config`, `redbot.core` is the
|
||||
* desclassname.
|
||||
*/
|
||||
code.descclassname {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
Reference in New Issue
Block a user