From af8804561efaa975c0c5d3405913b370b115c8a3 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Sun, 7 Jan 2024 17:00:21 +0800 Subject: [PATCH] [FIX] minor fix --- ablkit/utils/logger.py | 2 +- docs/Overview/Abductive-Learning.rst | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ablkit/utils/logger.py b/ablkit/utils/logger.py index b8d841a..0256cda 100644 --- a/ablkit/utils/logger.py +++ b/ablkit/utils/logger.py @@ -1,6 +1,6 @@ # Copyright (c) OpenMMLab. All rights reserved. # Modified from -# https://github.com/open-mmlab/mmengine/blob/main/mmengine/logging/logger.py # noqa +# https://github.com/open-mmlab/mmengine/blob/main/mmengine/logging/logger.py import logging import os diff --git a/docs/Overview/Abductive-Learning.rst b/docs/Overview/Abductive-Learning.rst index 9eb6ffe..dfbc193 100644 --- a/docs/Overview/Abductive-Learning.rst +++ b/docs/Overview/Abductive-Learning.rst @@ -57,8 +57,7 @@ is dual-driven by both data and domain knowledge, integrating and balancing the use of machine learning and logical reasoning in a unified model. -For more information about ABL, please refer to: `Zhou, 2019 `_ -and `Zhou and Huang, 2022 `_. +For more information about ABL, please refer to `References <../References.html>`_. .. _abd: