mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
Use lower-case names for pages
This commit is contained in:
parent
92283d6cab
commit
559eaa2d03
@ -77,30 +77,30 @@ To get started, press the Next button.
|
||||
:hidden:
|
||||
:caption: Quick Start
|
||||
|
||||
start/Installation
|
||||
start/Setup
|
||||
start/Usage
|
||||
start/installation
|
||||
start/setup
|
||||
start/usage
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
:caption: Resources
|
||||
|
||||
resources/UpdateHandling
|
||||
resources/UsingFilters
|
||||
resources/MoreOnUpdates
|
||||
resources/ConfigurationFile
|
||||
resources/SmartPlugins
|
||||
resources/AutoAuthorization
|
||||
resources/CustomizeSessions
|
||||
resources/TgCrypto
|
||||
resources/TextFormatting
|
||||
resources/SOCKS5Proxy
|
||||
resources/BotsInteraction
|
||||
resources/ErrorHandling
|
||||
resources/TestServers
|
||||
resources/AdvancedUsage
|
||||
resources/VoiceCalls
|
||||
resources/Changelog
|
||||
resources/update-handling
|
||||
resources/using-filters
|
||||
resources/more-on-updates
|
||||
resources/configuration-file
|
||||
resources/smart-plugins
|
||||
resources/auto-authorization
|
||||
resources/customize-sessions
|
||||
resources/tgcrypto
|
||||
resources/text-formatting
|
||||
resources/socks5-proxy
|
||||
resources/bots-interaction
|
||||
resources/error-handling
|
||||
resources/test-servers
|
||||
resources/advanced-usage
|
||||
resources/voice-calls
|
||||
resources/changelog
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
@ -18,11 +18,11 @@ All the Pyrogram errors listed here live inside the ``errors`` sub-package.
|
||||
:members:
|
||||
|
||||
.. toctree::
|
||||
../errors/SeeOther
|
||||
../errors/BadRequest
|
||||
../errors/Unauthorized
|
||||
../errors/Forbidden
|
||||
../errors/NotAcceptable
|
||||
../errors/Flood
|
||||
../errors/InternalServerError
|
||||
../errors/UnknownError
|
||||
../errors/see-other
|
||||
../errors/bad-request
|
||||
../errors/unauthorized
|
||||
../errors/forbidden
|
||||
../errors/not-acceptable
|
||||
../errors/flood
|
||||
../errors/internal-server-error
|
||||
../errors/unknown-error
|
@ -9,12 +9,12 @@ after the well established Telegram Bot API methods, thus offering a familiar lo
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Types
|
||||
Methods
|
||||
Handlers
|
||||
Decorators
|
||||
Filters
|
||||
Errors
|
||||
types
|
||||
methods
|
||||
handlers
|
||||
decorators
|
||||
filters
|
||||
errors
|
||||
|
||||
|
||||
.. autoclass:: pyrogram.Client()
|
||||
|
Loading…
Reference in New Issue
Block a user