From e22e7b586a6a82022ebb6a8418489c43a4c91cc7 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 19 Feb 2024 20:09:01 -0500 Subject: [PATCH] Cleaned up some legacy details from docs. --- docs/FAQ.rst | 2 +- docs/INSTALLATION.rst | 8 +------- docs/TODO.rst | 1 - 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/FAQ.rst b/docs/FAQ.rst index fe044c1..2b9a481 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -42,7 +42,7 @@ need a special ``records`` constructor. Any iterable of dicts will do just fine. PyPy ~~~~ -``meza`` supports PyPy (targeting Python 2.7 & 3.4+) out of the box. +``meza`` supports PyPy out of the box. Convenience ~~~~~~~~~~~ diff --git a/docs/INSTALLATION.rst b/docs/INSTALLATION.rst index 28df18e..840212c 100644 --- a/docs/INSTALLATION.rst +++ b/docs/INSTALLATION.rst @@ -3,18 +3,12 @@ Installation (You are using a `virtualenv`_, right?) -At the command line, install meza using either ``pip`` (recommended) +At the command line, install meza using ``pip`` .. code-block:: bash pip install meza -or ``easy_install`` - -.. code-block:: bash - - easy_install meza - Detailed installation instructions ---------------------------------- diff --git a/docs/TODO.rst b/docs/TODO.rst index 5ff40c2..3ac7c73 100644 --- a/docs/TODO.rst +++ b/docs/TODO.rst @@ -1,7 +1,6 @@ TODO ==== -- Upgrade to Python 3 - Improve buffered handler support - Add async option