From 9931d2ddd5abb6b3bde51d6f6791bf77de9c3d20 Mon Sep 17 00:00:00 2001 From: huwc Date: Thu, 12 Sep 2024 14:16:45 +0800 Subject: [PATCH] [FIX] fix doc code-block --- docs/References.rst | 1 + docs/index.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/References.rst b/docs/References.rst index f125200..25e7b9f 100644 --- a/docs/References.rst +++ b/docs/References.rst @@ -6,6 +6,7 @@ To cite ABLkit, please cite the following paper: Yu-Xuan Huang, Wen-Chao Hu, En-Hao Gao and Yuan Jiang. `ABLkit: a Python toolkit for abductive learning `_. **Frontiers of Computer Science**, 2024, 18: 186354. .. code-block:: latex + @article{ABLkit2024, author = {Huang, Yu-Xuan and Hu, Wen-Chao and Gao, En-Hao and Jiang, Yuan}, title = {ABLkit: a Python toolkit for abductive learning}, diff --git a/docs/index.rst b/docs/index.rst index cea03a4..d398c4d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -97,6 +97,7 @@ Citation To cite ABLkit, please cite the following paper: `Huang et al., 2024 `_. .. code-block:: latex + @article{ABLkit2024, author = {Huang, Yu-Xuan and Hu, Wen-Chao and Gao, En-Hao and Jiang, Yuan}, title = {ABLkit: a Python toolkit for abductive learning},