From 185bdbf97ec00139dd98cbb8e020d23c1b900802 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 10:33:27 -0500 Subject: [PATCH] remove other fun from docs Signed-off-by: Kenneth Reitz --- docs/source/index.rst | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 7432643..a2e7987 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -174,29 +174,6 @@ You can also use this library without Requests: {'https://httpbin.org'} -Other Fun (with Markdown) -========================= - -If you'd like to take an element and convert it to Markdown, for example, use `html2text`, by Aaron Swartz: - -.. code-block:: shell - - $ pipenv install html2text - -.. code-block:: pycon - - >>> from html2text import HTML2Text - >>> h = html2text.HTML2Text() - >>> print(h.handle(about.html)) - * [About](/about/) - - * [Applications](/about/apps/) - * [Quotes](/about/quotes/) - * [Getting Started](/about/gettingstarted/) - * [Help](/about/help/) - * [Python Brochure](http://brochure.getpython.info/) - - API Documentation =================