Skip to content

Commit

Permalink
fix documentation inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uyar committed Jan 4, 2022
1 parent d3cae0f commit f59a693
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -2,7 +2,7 @@ build:
image: latest

python:
version: 3.6
version: 3.7
pip_install: true

requirements_file: docs/requirements.txt
3 changes: 2 additions & 1 deletion CHANGES.rst
@@ -1,11 +1,12 @@
History
Changes
=======

2.0.0a2 (unreleased)
--------------------

- Drop support for Python 3.6.
- Revert API to OOP style.
- Move type annotations from stub into source.

2.0.0a1 (2019-07-23)
--------------------
Expand Down
10 changes: 5 additions & 5 deletions README.rst
@@ -1,7 +1,7 @@
Piculet is a module for extracting data from XML or HTML documents
using XPath queries.
It consists of a `single source file`_ with no dependencies other than
the standard library,
It consists of a `single source file`_ with no dependencies
other than the standard library,
which makes it very easy to integrate into applications.
It also provides a command line interface.

Expand All @@ -13,7 +13,7 @@ of the `IMDbPY <https://github.com/alberanid/imdbpy>`_ project.
Getting started
---------------

Piculet works with Python 3.6 and later versions.
Piculet works with Python 3.7 and later versions.
You can install it using ``pip``::

pip install piculet
Expand All @@ -36,14 +36,14 @@ Download both of these files and run the command::
Getting help
------------

The documentation is available on: https://piculet.readthedocs.io/
The documentation is available on: https://tekir.org/piculet/

The source code can be obtained from: https://github.com/uyar/piculet

License
-------

Copyright (C) 2014-2021 H. Turgut Uyar <uyar@tekir.org>
Copyright (C) 2014-2022 H. Turgut Uyar <uyar@tekir.org>

Piculet is released under the LGPL license, version 3 or later.
Read the included `LICENSE.txt`_ file for details.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -44,7 +44,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0a1'
release = '2.0.0a2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit f59a693

Please sign in to comment.