Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: trigger final release incl. transition notice
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas committed Sep 11, 2024
1 parent 9969da6 commit 6411d5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> [!IMPORTANT]
> # 👉 Now part of [Docling](https://github.com/DS4SD/docling)!
<p align="center">
<a href="https://github.com/DS4SD/quackling">
<img loading="lazy" alt="Quackling" src="https://raw.githubusercontent.com/DS4SD/quackling/main/resources/logo.jpeg" width="150" />
Expand Down
6 changes: 6 additions & 0 deletions quackling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
# Copyright IBM Corp. 2024 - 2024
# SPDX-License-Identifier: MIT
#

import warnings

warnings.warn(
"This package is deprecated; please instead use Docling (https://github.com/DS4SD/docling)" # noqa
)

0 comments on commit 6411d5d

Please sign in to comment.