From 5633af5d646587cc60e308f18a5903b761cfbf24 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Sat, 2 Dec 2023 14:44:28 +0800 Subject: [PATCH] [DOC] add link --- docs/Intro/Basics.rst | 4 ++-- .../{Abductive Learning.rst => Abductive-Learning.rst} | 0 docs/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/Overview/{Abductive Learning.rst => Abductive-Learning.rst} (100%) diff --git a/docs/Intro/Basics.rst b/docs/Intro/Basics.rst index 051f078..a6bae42 100644 --- a/docs/Intro/Basics.rst +++ b/docs/Intro/Basics.rst @@ -4,8 +4,8 @@ Learn the Basics Modules in ABL-Package ---------------------- -The ABL-Package is an implementation of Abductive Learning, designed to -harmoniously integrate and balance the use of machine learning and +ABL-Package is an implementation of `Abductive Learning <../Overview/Abductive-Learning.html>`_, +designed to harmoniously integrate and balance the use of machine learning and logical reasoning within a unified model. As depicted below, the ABL-Package comprises three primary modules: **Data**, **Learning**, and **Reasoning**, corresponding to the three pivotal components in current diff --git a/docs/Overview/Abductive Learning.rst b/docs/Overview/Abductive-Learning.rst similarity index 100% rename from docs/Overview/Abductive Learning.rst rename to docs/Overview/Abductive-Learning.rst diff --git a/docs/index.rst b/docs/index.rst index c5b7fb2..f81e833 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,7 +4,7 @@ :maxdepth: 1 :caption: Overview - Overview/Abductive Learning + Overview/Abductive-Learning Overview/Installation .. toctree::