From 07d642a354829693d1eb79cb3d7da962a48bbfcd Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 20 Nov 2017 13:58:42 +0800 Subject: [PATCH] tiny fix for readthedocs --- readthedocs/extra/basic/installation.rst | 25 +++--------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/readthedocs/extra/basic/installation.rst b/readthedocs/extra/basic/installation.rst index ab9b44a3..ecad699b 100644 --- a/readthedocs/extra/basic/installation.rst +++ b/readthedocs/extra/basic/installation.rst @@ -11,11 +11,12 @@ To install Telethon, simply do: ``pip install telethon`` -If you get something like ``"SyntaxError: invalid syntax"`` or any other error while installing, it's probably because ``pip`` defaults to Python 2, which is not supported. Use ``pip3`` instead. +If you get something like ``"SyntaxError: invalid syntax"`` or any other error while installing, +it's probably because ``pip`` defaults to Python 2, which is not supported. Use ``pip3`` instead. If you already have the library installed, upgrade with: - ``pip install --upgrade telethon``. + ``pip install --upgrade telethon`` You can also install the library directly from GitHub or a fork: @@ -62,26 +63,6 @@ If neither of these are available, a pure Python callback will be used instead, so you can still run the library wherever Python is available! -Sending Requests -***************** - - .. note:: - Read here: :ref:`sending-requests` - - -Working with updates -********************** - - .. note:: - Read here: :ref:`working-with-updates` - - -Accessing the full API -*********************** - - .. note:: - Read here: :ref:`accessing-the-full-api` - __ https://github.com/ricmoo/pyaes __ https://pypi.python.org/pypi/pyaes