From 79bc183eec8255c8df5c28530fbe6f06c6b0fcf9 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Thu, 11 Jan 2024 11:36:50 +0800 Subject: [PATCH] [ENH] add link for ABL in readme --- README.md | 2 +- docs/README.rst | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc0648a..b34252f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ # ABLkit: A Python Toolkit for Abductive Learning -**ABLkit** is an efficient Python toolkit for **Abductive Learning (ABL)**. +**ABLkit** is an efficient Python toolkit for [**Abductive Learning (ABL)**](https://www.lamda.nju.edu.cn/publication/chap_ABL.pdf). ABL is a novel paradigm that integrates machine learning and logical reasoning in a unified framework. It is suitable for tasks where both data and (logical) domain knowledge are available. diff --git a/docs/README.rst b/docs/README.rst index b3f9ed3..c510cac 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -1,10 +1,12 @@ ABLkit ======= -**ABLkit** is an efficient Python toolkit for **Abductive Learning (ABL)**. -ABL is a novel paradigm that integrates machine learning and -logical reasoning in a unified framework. It is suitable for tasks -where both data and (logical) domain knowledge are available. +.. raw:: html + +

ABLkit is an efficient Python toolkit for Abductive Learning (ABL). + ABL is a novel paradigm that integrates machine learning and + logical reasoning in a unified framework. It is suitable for tasks + where both data and (logical) domain knowledge are available.

.. image:: _static/img/ABL.png