ref: 3d8a6c0bce4cd51ae79ad7360fc69866f14e4e6c
parent: 109ba428b746ffc2448d63b6dc6d723f6cadbc17
author: Paul Brossier <piem@piem.org>
date: Sun Sep 23 06:11:27 EDT 2018
doc/*.rst: use console highlighting
--- a/doc/debian_packages.rst
+++ b/doc/debian_packages.rst
@@ -9,7 +9,7 @@
https://anonscm.debian.org/cgit/collab-maint/aubio.git/. Use
``git-buildpackage`` to build from the git repository. For instance:
-.. code-block:: bash
+.. code-block:: console
$ git clone git://anonscm.debian.org/collab-maint/aubio.git
$ cd aubio
--- a/doc/python_module.rst
+++ b/doc/python_module.rst
@@ -10,7 +10,7 @@
aubio can now be installed using ``pip``:
-.. code-block:: bash
+.. code-block:: console
$ pip install aubio
@@ -19,7 +19,7 @@
From ``aubio`` source directory, run the following:
-.. code-block:: bash
+.. code-block:: console
$ ./setup.py clean
$ ./setup.py build