Skip to content

Commit

Permalink
Move Python 3 compatibility mention from overview to intro.
Browse files Browse the repository at this point in the history
  • Loading branch information
timstaley committed Nov 15, 2016
1 parent c23a0f3 commit 9e64bfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions documentation/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ Welcome to voevent-parse's documentation. If you're new here, I recommend you
start with the :ref:`introduction <intro>`. Then, take a look at the
:ref:`usage examples <examples>`, or dive into the tutorial_.

.. note::

As of version 0.8, voevent-parse is Python 3 compatible
(tested with Python versions 2.7 & 3.4).

Contents
--------

Expand Down
2 changes: 1 addition & 1 deletion documentation/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ What is voevent-parse?
----------------------
A lightweight library for parsing, manipulating, and generating
VOEvent_ XML packets,
built atop `lxml.objectify`_.
built atop `lxml.objectify`_ and compatible with Python 2 and 3.

voevent-parse provides convenience routines to take care of many
common tasks, so that accessing those vital data elements is as simple as::
Expand Down

0 comments on commit 9e64bfb

Please sign in to comment.