Skip to content

Commit fbb0996

Browse files
committed
[py] Improving docs landing page.
This includes the API docs to the toc. [skip ci]
1 parent da3a82b commit fbb0996

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

py/docs/source/index.rst

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ Python language bindings for Selenium WebDriver.
99

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

12-
+-----------+--------------------------------------------------------------------------------------+
13-
| **Home**: | https://selenium.dev |
14-
+-----------+--------------------------------------------------------------------------------------+
15-
| **Docs**: | `selenium package API <https://seleniumhq.github.io/selenium/docs/api/py/api.html>`_ |
16-
+-----------+--------------------------------------------------------------------------------------+
17-
| **Dev**: | https://github.com/SeleniumHQ/Selenium |
18-
+-----------+--------------------------------------------------------------------------------------+
19-
| **PyPI**: | https://pypi.org/project/selenium/ |
20-
+-----------+--------------------------------------------------------------------------------------+
21-
| **IRC**: | **#selenium** channel on LiberaChat |
22-
+-----------+--------------------------------------------------------------------------------------+
12+
+-----------------+--------------------------------------------------------------------------------------+
13+
| **Home**: | https://selenium.dev |
14+
+-----------------+--------------------------------------------------------------------------------------+
15+
| **GitHub**: | https://github.com/SeleniumHQ/Selenium |
16+
+-----------------+--------------------------------------------------------------------------------------+
17+
| **PyPI**: | https://pypi.org/project/selenium/ |
18+
+-----------------+--------------------------------------------------------------------------------------+
19+
| **IRC/Slack**: | `Selenium chat room <https://www.selenium.dev/support/#ChatRoom>`_ |
20+
+-----------------+--------------------------------------------------------------------------------------+
2321

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

@@ -142,9 +140,19 @@ Use The Source Luke!
142140
View source code online:
143141

144142
+-----------+------------------------------------------------------+
145-
| official: | https://github.com/SeleniumHQ/selenium/tree/trunk/py |
143+
| Official: | https://github.com/SeleniumHQ/selenium/tree/trunk/py |
146144
+-----------+------------------------------------------------------+
147145

146+
More Docs
147+
=============
148+
149+
.. toctree::
150+
:maxdepth: 1
151+
152+
API Docs <../api.rst>
153+
154+
* :ref:`genindex`
155+
* :ref:`modindex`
148156

149157
Contributing
150158
=============

0 commit comments

Comments
 (0)