diff --git a/docs/Intro/Basics.rst b/docs/Intro/Basics.rst index 4055dc7..008e286 100644 --- a/docs/Intro/Basics.rst +++ b/docs/Intro/Basics.rst @@ -18,7 +18,7 @@ ABL kit comprises three primary parts: **Data**, **Learning**, and **Reasoning**, corresponding to the three pivotal components of current AI: data, models, and knowledge. Below is an overview of the ABL kit. -.. image:: ../_static/img/ABLKit.png +.. image:: ../_static/img/ABLkit.png **Data** part manages the storage, operation, and evaluation of data efficiently. It includes the ``ListData`` class, which defines the data structures used in diff --git a/docs/_static/img/ABLKit.png b/docs/_static/img/ABLKit.png deleted file mode 100644 index 0cf0cfb..0000000 Binary files a/docs/_static/img/ABLKit.png and /dev/null differ diff --git a/docs/_static/img/ABLkit.png b/docs/_static/img/ABLkit.png new file mode 100644 index 0000000..b7d5b34 Binary files /dev/null and b/docs/_static/img/ABLkit.png differ