Skip to content

Commit

Permalink
doc/*.rst: use console highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
piem committed Sep 23, 2018
1 parent 109ba42 commit 3d8a6c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/debian_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For the latest version of the packages, see
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
Expand Down
4 changes: 2 additions & 2 deletions doc/python_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Installing aubio with pip

aubio can now be installed using ``pip``:

.. code-block:: bash
.. code-block:: console
$ pip install aubio
Expand All @@ -19,7 +19,7 @@ Building the module

From ``aubio`` source directory, run the following:

.. code-block:: bash
.. code-block:: console
$ ./setup.py clean
$ ./setup.py build
Expand Down

0 comments on commit 3d8a6c0

Please sign in to comment.