diff --git a/doc/_static/css/custom_styles.css b/doc/_static/css/custom_styles.css index 6ba61377..dec8825e 100644 --- a/doc/_static/css/custom_styles.css +++ b/doc/_static/css/custom_styles.css @@ -295,7 +295,8 @@ table.installer-table tbody td p::before { font-family: "Font Awesome 5 Brands"; } -table.installer-table tbody td:nth-child(1) p { +table.installer-table tbody td:nth-child(1) p, +table.installer-table tbody td:nth-child(2) p { padding-top: 0.62em; } @@ -306,8 +307,15 @@ table.installer-table tbody td:nth-child(1) p::before { vertical-align: middle; } -table.installer-table tbody td:nth-child(2) p::before, -table.installer-table tbody td:nth-child(3) p::before { +table.installer-table tbody td:nth-child(2) p::before { + content: "\f17c"; + font-size: 1.6em; + padding-right: 0.5em; + vertical-align: middle; +} + +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; padding-right: 0.5em; diff --git a/doc/installation.rst b/doc/installation.rst index 0c9e76c1..2bae97e9 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -75,13 +75,14 @@ On macOS, open the disk image and drag Spyder to your :guilabel:`Applications` f .. table:: - ================ ================ ================ - `Windows`_ `macOS M1`_ `macOS Intel`_ - ================ ================ ================ - -.. _Windows: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_64bit_full.exe -.. _macOS M1: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_arm64.dmg -.. _macOS Intel: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder.dmg + ================ ================ ================ ================ + `Windows`_ `Linux`_ `macOS M1`_ `macOS Intel`_ + ================ ================ ================ ================ + +.. _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 .. note:: diff --git a/doc/videos/first-steps-with-spyder.rst b/doc/videos/first-steps-with-spyder.rst index 5b03add0..392c79d6 100644 --- a/doc/videos/first-steps-with-spyder.rst +++ b/doc/videos/first-steps-with-spyder.rst @@ -32,7 +32,7 @@ Discover the basics of using the Spyder interface and get an introduction to its Hello everyone! I'm Juanita, and in this video I'm going to show you how to open Spyder and go over the basics of Spyder's interface. We will learn about Spyder's four panes that you'll likely be using most often, as well as briefly explore the others that are open by default. If you don't have Spyder installed and would like to follow along, you can `download it here`_. - .. _download it here: https://www.spyder-ide.org/#section-download + .. _download it here: https://www.spyder-ide.org/ The easiest way to open Spyder is by opening Anaconda Navigator and clicking on the Spyder application. In case you have an older version of Spyder in Anaconda, open the command line (or the Anaconda Prompt in the case of Windows) and type the commands: