From 75cc2cea622bba0d377ef95319dc18ff4896a36d Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Sun, 7 Jan 2024 13:34:34 +0800 Subject: [PATCH] [DOC] Change bash code color in doc --- docs/Overview/Installation.rst | 8 ++++---- docs/README.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/Overview/Installation.rst b/docs/Overview/Installation.rst index c929939..8251ca5 100644 --- a/docs/Overview/Installation.rst +++ b/docs/Overview/Installation.rst @@ -6,14 +6,14 @@ Install from PyPI The easiest way to install ABL-Package is using ``pip``: -.. code:: console +.. code:: bash # (TODO) pip install abl For testing purposes, you can install it using: -.. code:: console +.. code:: bash pip install -i https://test.pypi.org/simple/ --extra-index-url https://mirrors.nju.edu.cn/pypi/web/simple/ abl @@ -23,7 +23,7 @@ Install from Source Alternatively, to install from source code, sequentially run following commands in your terminal/command line. -.. code:: console +.. code:: bash git clone https://github.com/AbductiveLearning/ABL-Package.git cd ABL-Package @@ -36,7 +36,7 @@ If the use of a :ref:`Prolog-based knowledge base ` is necessary, the in For Linux users: -.. code:: console +.. code:: bash sudo apt-get install swi-prolog diff --git a/docs/README.rst b/docs/README.rst index 15ca9ad..9c0c978 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -26,14 +26,14 @@ Install from PyPI The easiest way to install ABL-Package is using ``pip``: -.. code:: console +.. code:: bash # (TODO) pip install abl For testing purposes, you can install it using: -.. code:: console +.. code:: bash pip install -i https://test.pypi.org/simple/ --extra-index-url https://mirrors.nju.edu.cn/pypi/web/simple/ abl @@ -43,7 +43,7 @@ Install from Source Alternatively, to install from source code, sequentially run following commands in your terminal/command line. -.. code:: console +.. code:: bash git clone https://github.com/AbductiveLearning/ABL-Package.git cd ABL-Package @@ -56,7 +56,7 @@ If the use of a :ref:`Prolog-based knowledge base ` is necessary, the in For Linux users: -.. code:: console +.. code:: bash sudo apt-get install swi-prolog