mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Update docs
This commit is contained in:
parent
e5c8bcfe14
commit
815a13f5ac
@ -277,7 +277,7 @@ def start():
|
||||
docstring_args = "Attributes:\n ID: ``{}``\n\n ".format(c.id) + docstring_args
|
||||
|
||||
if c.section == "functions":
|
||||
docstring_args += "\n\n Raises:\n :obj:`pyrogram.Error`"
|
||||
docstring_args += "\n\n Raises:\n :obj:`Error <pyrogram.Error>`"
|
||||
docstring_args += "\n\n Returns:\n " + get_docstring_arg_type(c.return_type)
|
||||
else:
|
||||
references = get_references(".".join(filter(None, [c.namespace, c.name])))
|
||||
|
@ -4518,6 +4518,7 @@ footer span.commit code,footer span.commit .rst-content tt,.rst-content footer s
|
||||
line-height:normal
|
||||
}
|
||||
.rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal{
|
||||
font-weight:bold;
|
||||
color:#404040
|
||||
}
|
||||
.rst-content tt.xref,a .rst-content tt,.rst-content tt.xref,.rst-content code.xref,a .rst-content tt,a .rst-content code{
|
||||
|
Loading…
Reference in New Issue
Block a user