diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b89bacf5..f1519d76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -85,6 +85,10 @@ repos: - 'stylelint-declaration-block-no-ignored-properties@2.7.0' - 'stylelint-no-unsupported-browser-features@7.0.0' - 'stylelint-order@6.0.3' + # Pin to avoid no-unsupported-browser-features error breaking stylelint + # Should be fixed soon; see + # https://github.com/RJWadley/stylelint-no-unsupported-browser-features/issues/299 + - 'caniuse-lite@1.0.30001653' # Pretty-format INI - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks diff --git a/doc/_static/css/custom_styles.css b/doc/_static/css/custom_styles.css index 6ba61377..6a651ab5 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(4) p { padding-top: 0.62em; } @@ -314,6 +315,13 @@ table.installer-table tbody td:nth-child(3) p::before { vertical-align: sub; } +table.installer-table tbody td:nth-child(4) p::before { + content: "\f17c"; + font-size: 1.6em; + padding-right: 0.5em; + vertical-align: middle; +} + @media screen and (max-width: 991px) { table.installer-table td { display: block; diff --git a/doc/installation.rst b/doc/installation.rst index 0c9e76c1..589b2dd2 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`_ `macOS M1`_ `macOS Intel`_ `Linux`_ + ================ ================ ================ ================ + +.. _Windows: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Windows-x86_64.exe +.. _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:: 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: