Merge "Fix misc small issues with docs"

This commit is contained in:
Jenkins 2016-02-12 00:39:37 +00:00 committed by Gerrit Code Review
commit 4cb638c470
2 changed files with 3 additions and 3 deletions

View File

@ -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
<https://wiki.openstack.org/wiki/Horizon/BrowserSupport>`_.

View File

@ -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