From 1b98729e3ec5444f957c62f3ccb0a3b0db525926 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 8 Feb 2018 17:04:10 +0100 Subject: [PATCH] Rename proxy page --- docs/source/index.rst | 2 +- docs/source/resources/{ProxyServer.rst => SOCKS5Proxy.rst} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename docs/source/resources/{ProxyServer.rst => SOCKS5Proxy.rst} (76%) diff --git a/docs/source/index.rst b/docs/source/index.rst index d6ae4342..acd94baa 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -103,7 +103,7 @@ To get started, press Next. resources/TextFormatting resources/UpdateHandling resources/ErrorHandling - resources/ProxyServer + resources/SOCKS5Proxy resources/AutoAuthorization .. toctree:: diff --git a/docs/source/resources/ProxyServer.rst b/docs/source/resources/SOCKS5Proxy.rst similarity index 76% rename from docs/source/resources/ProxyServer.rst rename to docs/source/resources/SOCKS5Proxy.rst index 1486c93e..55993deb 100644 --- a/docs/source/resources/ProxyServer.rst +++ b/docs/source/resources/SOCKS5Proxy.rst @@ -1,8 +1,8 @@ -Proxy Server +SOCKS5 Proxy ============ -Pyrogram supports SOCKS5 proxies with and without authentication. This feature allows Pyrogram to exchange data with -Telegram through an intermediate SOCKS5 proxy server. +Pyrogram supports proxies with and without authentication. This feature allows Pyrogram to exchange data with Telegram +through an intermediate SOCKS5 proxy server. Usage -----