Skip to content

Commit

Permalink
Move Linux install link to after macOS on Carlos' instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Sep 4, 2024
1 parent 27fa501 commit 6767009
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions doc/_static/css/custom_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ table.installer-table tbody td p::before {
}

table.installer-table tbody td:nth-child(1) p,
table.installer-table tbody td:nth-child(2) p {
table.installer-table tbody td:nth-child(4) p {
padding-top: 0.62em;
}

Expand All @@ -307,19 +307,19 @@ table.installer-table tbody td:nth-child(1) p::before {
vertical-align: middle;
}

table.installer-table tbody td:nth-child(2) p::before {
content: "\f17c";
font-size: 1.6em;
table.installer-table tbody td:nth-child(2) p::before,
table.installer-table tbody td:nth-child(3) p::before {
content: "\f179";
font-size: 2em;
padding-right: 0.5em;
vertical-align: middle;
vertical-align: sub;
}

table.installer-table tbody td:nth-child(3) p::before,
table.installer-table tbody td:nth-child(4) p::before {
content: "\f179";
font-size: 2em;
content: "\f17c";
font-size: 1.6em;
padding-right: 0.5em;
vertical-align: sub;
vertical-align: middle;
}

@media screen and (max-width: 991px) {
Expand Down
4 changes: 2 additions & 2 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ On macOS, open the disk image and drag Spyder to your :guilabel:`Applications` f
.. table::

================ ================ ================ ================
`Windows`_ `Linux`_ `macOS M1`_ `macOS Intel`_
`Windows`_ `macOS M1`_ `macOS Intel`_ `Linux`_
================ ================ ================ ================

.. _Windows: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Windows-x86_64.exe
.. _Linux: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Linux-x86_64.sh
.. _macOS M1: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-arm64.pkg
.. _macOS Intel: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-x86_64.pkg
.. _Linux: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Linux-x86_64.sh

.. note::

Expand Down

0 comments on commit 6767009

Please sign in to comment.