From 83b04c730e9758766ca2fff0496af6853086a302 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Thu, 11 Feb 2016 10:16:04 +0100 Subject: [PATCH] Fix misc small issues with docs Apparently, it was forgotten to update IE reference in docs there too. Change-Id: Id35b75fca6f801633f89c4c2ed7ee369fe345537 --- doc/source/faq.rst | 2 +- doc/source/quickstart.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/faq.rst b/doc/source/faq.rst index d567ccd3c..efda96d6b 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -38,7 +38,7 @@ What does this mean for visual design? What browsers are supported? Horizon is primarily tested and supported on the latest version of Firefox, - the latest version of Chrome, and IE9+. Issues related to Safari and Opera + the latest version of Chrome, and IE11. Issues related to Safari and Opera will also be considered. The list of supported browsers and versions is informally documented on the `Browser Support wiki page `_. diff --git a/doc/source/quickstart.rst b/doc/source/quickstart.rst index 68ba75147..4c316a0db 100644 --- a/doc/source/quickstart.rst +++ b/doc/source/quickstart.rst @@ -4,7 +4,7 @@ Quickstart .. Note :: - This section has been tested for Horizon on Ubuntu (12.04-64) and Fedora-based (RHEL 6.4) distributions. Feel free to add notes and any changes according to your experiences or operating system. + This section has been tested for Horizon on Ubuntu (12.04-64) and RPM-based (RHEL 7.x) distributions. Feel free to add notes and any changes according to your experiences or operating system. Linux Systems ============= @@ -15,7 +15,7 @@ On Ubuntu:: > sudo apt-get install git python-dev python-virtualenv libssl-dev libffi-dev -On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux):: +On RPM-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux):: > sudo yum install gcc git-core python-devel python-virtualenv openssl-devel libffi-devel which