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:
|
:hidden:
|
||||||
:caption: Quick Start
|
:caption: Quick Start
|
||||||
|
|
||||||
start/Installation
|
start/installation
|
||||||
start/Setup
|
start/setup
|
||||||
start/Usage
|
start/usage
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
:caption: Resources
|
:caption: Resources
|
||||||
|
|
||||||
resources/UpdateHandling
|
resources/update-handling
|
||||||
resources/UsingFilters
|
resources/using-filters
|
||||||
resources/MoreOnUpdates
|
resources/more-on-updates
|
||||||
resources/ConfigurationFile
|
resources/configuration-file
|
||||||
resources/SmartPlugins
|
resources/smart-plugins
|
||||||
resources/AutoAuthorization
|
resources/auto-authorization
|
||||||
resources/CustomizeSessions
|
resources/customize-sessions
|
||||||
resources/TgCrypto
|
resources/tgcrypto
|
||||||
resources/TextFormatting
|
resources/text-formatting
|
||||||
resources/SOCKS5Proxy
|
resources/socks5-proxy
|
||||||
resources/BotsInteraction
|
resources/bots-interaction
|
||||||
resources/ErrorHandling
|
resources/error-handling
|
||||||
resources/TestServers
|
resources/test-servers
|
||||||
resources/AdvancedUsage
|
resources/advanced-usage
|
||||||
resources/VoiceCalls
|
resources/voice-calls
|
||||||
resources/Changelog
|
resources/changelog
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
@ -18,11 +18,11 @@ All the Pyrogram errors listed here live inside the ``errors`` sub-package.
|
|||||||
:members:
|
:members:
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
../errors/SeeOther
|
../errors/see-other
|
||||||
../errors/BadRequest
|
../errors/bad-request
|
||||||
../errors/Unauthorized
|
../errors/unauthorized
|
||||||
../errors/Forbidden
|
../errors/forbidden
|
||||||
../errors/NotAcceptable
|
../errors/not-acceptable
|
||||||
../errors/Flood
|
../errors/flood
|
||||||
../errors/InternalServerError
|
../errors/internal-server-error
|
||||||
../errors/UnknownError
|
../errors/unknown-error
|
@ -9,12 +9,12 @@ after the well established Telegram Bot API methods, thus offering a familiar lo
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
Types
|
types
|
||||||
Methods
|
methods
|
||||||
Handlers
|
handlers
|
||||||
Decorators
|
decorators
|
||||||
Filters
|
filters
|
||||||
Errors
|
errors
|
||||||
|
|
||||||
|
|
||||||
.. autoclass:: pyrogram.Client()
|
.. autoclass:: pyrogram.Client()
|
||||||
|
Loading…
Reference in New Issue
Block a user