Skip to content

Commit

Permalink
Integrate new lines in the table
Browse files Browse the repository at this point in the history
  • Loading branch information
oguevremont committed Jun 30, 2024
1 parent d4b99b6 commit 133eb73
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 38 deletions.
36 changes: 17 additions & 19 deletions doc/source/installation/apple_arm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,23 @@ To ensure that the the Lethe test suite works, deal.II must be configured with p

- Comment lines 9 to 12:

+--------+------------------------------------------------+-----------------------------------------------+
| line # | initial line | changed line |
+========+================================================+===============================================+
| 9 | ``VERSION=2.3.2`` | ``#VERSION=2.3.2`` |
+--------+------------------------------------------------+-----------------------------------------------+
| 10 | ``CHECKSUM=076df9e...`` | ``#CHECKSUM=076df9e...`` |
+--------+------------------------------------------------+-----------------------------------------------+
| 11 | ``CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | ``#CHECKSUM="${CHECKSUM} b41c8ef29ca...`` |
+--------+------------------------------------------------+-----------------------------------------------+
| 12 | ``CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | ``#CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` |
+--------+------------------------------------------------+-----------------------------------------------+

- Starting on line #13, add:

.. code-block:: text
:class: copy-button
VERSION=2.3.6
CHECKSUM=4b35d9cc374e3b05cd29c552070940124f04af8f8e5e01ff046e39833de5e153
+--------+------------------------------------------------+-------------------------------------------------------------------------------+
| line # | initial line | changed line |
+========+================================================+===============================================================================+
| 9 | ``VERSION=2.3.2`` | ``#VERSION=2.3.2`` |
+--------+------------------------------------------------+-------------------------------------------------------------------------------+
| 10 | ``CHECKSUM=076df9e...`` | ``#CHECKSUM=076df9e...`` |
+--------+------------------------------------------------+-------------------------------------------------------------------------------+
| 11 | ``CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | ``#CHECKSUM="${CHECKSUM} b41c8ef29ca...`` |
+--------+------------------------------------------------+-------------------------------------------------------------------------------+
| 12 | ``CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | ``#CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` |
+--------+------------------------------------------------+-------------------------------------------------------------------------------+
| 13 | | .. code-block:: text |
| | | :class: copy-button |
| | | |
| | | VERSION=2.3.6 |
| | | CHECKSUM=4b35d9cc374e3b05cd29c552070940124f04af8f8e5e01ff046e39833de5e153 |
+--------+------------------------------------------------+-------------------------------------------------------------------------------+

From the candi folder, the installation of candi can be launched using:

Expand Down
36 changes: 17 additions & 19 deletions doc/source/installation/regular_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,25 +99,23 @@ To ensure that the the Lethe test suite works, deal.II must be configured with p

- Comment lines 9 to 12:

+--------+------------------------------------------------+-----------------------------------------------+
| line # | initial line | changed line |
+========+================================================+===============================================+
| 9 | ``VERSION=2.3.2`` | ``#VERSION=2.3.2`` |
+--------+------------------------------------------------+-----------------------------------------------+
| 10 | ``CHECKSUM=076df9e...`` | ``#CHECKSUM=076df9e...`` |
+--------+------------------------------------------------+-----------------------------------------------+
| 11 | ``CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | ``#CHECKSUM="${CHECKSUM} b41c8ef29ca...`` |
+--------+------------------------------------------------+-----------------------------------------------+
| 12 | ``CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | ``#CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` |
+--------+------------------------------------------------+-----------------------------------------------+

- Starting on line #13, add:

.. code-block:: text
:class: copy-button
VERSION=2.3.6
CHECKSUM=4b35d9cc374e3b05cd29c552070940124f04af8f8e5e01ff046e39833de5e153
+--------+------------------------------------------------+------------------------------------------------------------------------------+
| line # | initial line | changed line |
+========+================================================+==============================================================================+
| 9 | ``VERSION=2.3.2`` | ``#VERSION=2.3.2`` |
+--------+------------------------------------------------+------------------------------------------------------------------------------+
| 10 | ``CHECKSUM=076df9e...`` | ``#CHECKSUM=076df9e...`` |
+--------+------------------------------------------------+------------------------------------------------------------------------------+
| 11 | ``CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | ``#CHECKSUM="${CHECKSUM} b41c8ef29ca...`` |
+--------+------------------------------------------------+------------------------------------------------------------------------------+
| 12 | ``CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | ``#CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` |
+--------+------------------------------------------------+------------------------------------------------------------------------------+
| 13 | | .. code-block:: text |
| | | :class: copy-button |
| | | |
| | | VERSION=2.3.6 |
| | | CHECKSUM=4b35d9cc374e3b05cd29c552070940124f04af8f8e5e01ff046e39833de5e153 |
+--------+------------------------------------------------+------------------------------------------------------------------------------+

From the candi folder, the installation of candi can be launched using:

Expand Down

0 comments on commit 133eb73

Please sign in to comment.