Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 committed Oct 12, 2024
1 parent b845cf6 commit 1d4482a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
9 changes: 1 addition & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,14 @@ Usage
Changelog
<<<<<<<<<

Unreleased
v0.11.0
~~~~~~~~~~

**Feature**

- Generic extractor with convertor (#83)
- mypy plugin for type annotation of extracting result (#83)

v0.10.2
~~~~~~~

**Build**

- upgrade jsonpath-extractor to v0.8.0


Contributing
<<<<<<<<<<<<
Expand Down
2 changes: 1 addition & 1 deletion data_extractor/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def __init__(

class AbstractSimpleExtractor(metaclass=SimpleExtractorMeta):
"""
Abstract Simple Extractor Clase.
Abstract Simple Extractor Class.
Its metaclass is :class:`data_extractor.core.SimpleExtractorMeta`
Expand Down
9 changes: 1 addition & 8 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@
Changelog
=========

Unreleased
v0.11.0
~~~~~~~~~~

**Feature**

- Generic extractor with convertor (#83)
- mypy plugin for type annotation of extracting result (#83)

v0.10.2
~~~~~~~

**Build**

- upgrade jsonpath-extractor to v0.8.0

.. include:: history.rst
:start-line: 4
8 changes: 8 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

v0.10.2
~~~~~~~

**Build**

- upgrade jsonpath-extractor to v0.8.0


v0.10.1
~~~~~~~

Expand Down

0 comments on commit 1d4482a

Please sign in to comment.