Skip to content

Commit

Permalink
[py] Fix formatting of table in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Nov 7, 2016
1 parent 0d40dcd commit 1e9734b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions py/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ Python language bindings for Selenium WebDriver.

The `selenium` package is used to automate web browser interaction from Python.

+-----------+-------------------------------------------------------------------------------------+
| **Home**: | http://www.seleniumhq.org |
+-----------+-------------------------------------------------------------------------------------+
+-----------+--------------------------------------------------------------------------------------+
| **Home**: | http://www.seleniumhq.org |
+-----------+--------------------------------------------------------------------------------------+
| **Docs**: | `selenium package API <https://seleniumhq.github.io/selenium/docs/api/py/api.html>`_ |
+-----------+-------------------------------------------------------------------------------------+
| **Dev**: | https://github.com/SeleniumHQ/Selenium |
+-----------+-------------------------------------------------------------------------------------+
| **PyPI**: | https://pypi.python.org/pypi/selenium |
+-----------+-------------------------------------------------------------------------------------+
| **IRC**: | **#selenium** channel on freenode |
+-----------+-------------------------------------------------------------------------------------+
+-----------+--------------------------------------------------------------------------------------+
| **Dev**: | https://github.com/SeleniumHQ/Selenium |
+-----------+--------------------------------------------------------------------------------------+
| **PyPI**: | https://pypi.python.org/pypi/selenium |
+-----------+--------------------------------------------------------------------------------------+
| **IRC**: | **#selenium** channel on freenode |
+-----------+--------------------------------------------------------------------------------------+

Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer, PhantomJS), as well as the Remote protocol.

Expand Down

0 comments on commit 1e9734b

Please sign in to comment.