Skip to content

Commit 5d81f01

Browse files
committed
add API reference link
1 parent ad3cb1b commit 5d81f01

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

py/docs/source/index.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ 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-
| **GitHub**: | https://github.com/SeleniumHQ/Selenium |
16-
+-------------------+------------------------------------------------+
17-
| **PyPI**: | https://pypi.org/project/selenium |
18-
+-------------------+------------------------------------------------+
19-
| **IRC/Slack**: | https://www.selenium.dev/support/#ChatRoom |
20-
+-------------------+------------------------------------------------+
21-
| **API Docs**: | https://www.selenium.dev/selenium/docs/api/py |
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**: | https://www.selenium.dev/support/#ChatRoom |
20+
+-------------------+--------------------------------------------------------+
21+
| **Docs**: | https://www.selenium.dev/selenium/docs/api/py |
22+
+-------------------+--------------------------------------------------------+
23+
| **API Reference**:| https://www.selenium.dev/selenium/docs/api/py/api.html |
24+
+-------------------+--------------------------------------------------------+
2325

2426
Updated documentation published with each commit is available at: `readthedocs.io <https://selenium-python-api-docs.readthedocs.io/en/latest>`_
2527

0 commit comments

Comments
 (0)