Skip to content

Commit

Permalink
Cleaned up some legacy details from docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 20, 2024
1 parent 31cca9a commit e22e7b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~
Expand Down
8 changes: 1 addition & 7 deletions docs/INSTALLATION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------------

Expand Down
1 change: 0 additions & 1 deletion docs/TODO.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
TODO
====

- Upgrade to Python 3
- Improve buffered handler support
- Add async option

Expand Down

0 comments on commit e22e7b5

Please sign in to comment.