2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-10-05 13:36:28 +00:00

Revamp docs and move wiki content here

This commit is contained in:
Dan
2018-01-06 12:18:15 +01:00
parent 26016eddd5
commit fa9b0332bc
14 changed files with 396 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
Bad Request
===========
.. module:: pyrogram.api.errors.BadRequest
.. automodule:: pyrogram.api.errors.exceptions.bad_request_400
:members:
:show-inheritance:

View File

@@ -1,6 +1,8 @@
Flood
=====
.. module:: pyrogram.api.errors.Flood
.. automodule:: pyrogram.api.errors.exceptions.flood_420
:members:
:show-inheritance:

View File

@@ -1,6 +1,8 @@
Internal Server Error
=====================
.. module:: pyrogram.api.errors.InternalServerError
.. automodule:: pyrogram.api.errors.exceptions.internal_server_error_500
:members:
:show-inheritance:

View File

@@ -1,6 +1,8 @@
See Other
=========
.. module:: pyrogram.api.errors.SeeOther
.. automodule:: pyrogram.api.errors.exceptions.see_other_303
:members:
:show-inheritance:

View File

@@ -1,6 +1,8 @@
Unauthorized
============
.. module:: pyrogram.api.errors.Unauthorized
.. automodule:: pyrogram.api.errors.exceptions.unauthorized_401
:members:
:show-inheritance:

View File

@@ -1,6 +1,8 @@
Unknown Error
=============
.. module:: pyrogram.api.errors.UnknownError
.. autoclass:: pyrogram.api.errors.error.UnknownError
:members:
:show-inheritance: