Skip to content

Commit

Permalink
added code blocks to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon.nelson committed Dec 6, 2023
1 parent eb65f60 commit aa9a907
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,17 @@ Note: this can take about 10 minutes to complete.

.. tabs::

.. group-tab:: Octave
.. tab:: Octave

octave test.m
.. code-block:: shell
.. group-tab:: Matlab
$ octave test.m
matlab -batch test.m
.. tab:: Matlab

.. code-block:: shell
$ matlab -batch test.m
- From the Matlab or Octave interactive prompt:

Expand Down

0 comments on commit aa9a907

Please sign in to comment.