From f16c4a292e6b61f48073160bf1019ef864415209 Mon Sep 17 00:00:00 2001 From: Navin Chandra Date: Wed, 13 Aug 2025 17:20:15 +0530 Subject: [PATCH 1/2] remove dead API docs link --- py/docs/source/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/py/docs/source/index.rst b/py/docs/source/index.rst index 80f40bd12ee4d..7fcf0ee792ec2 100644 --- a/py/docs/source/index.rst +++ b/py/docs/source/index.rst @@ -18,9 +18,7 @@ The `selenium` package is used to automate web browser interaction from Python. +-------------------+------------------------------------------------+ | **IRC/Slack**: | https://www.selenium.dev/support/#ChatRoom | +-------------------+------------------------------------------------+ -| **Docs**: | https://www.selenium.dev/selenium/docs/api/py | -+-------------------+------------------------------------------------+ -| **API Docs**: | `api.html `_ | +| **API Docs**: | https://www.selenium.dev/selenium/docs/api/py | +-------------------+------------------------------------------------+ Updated documentation published with each commit is available at: `readthedocs.io `_ From 5d81f017faa30e7630ca6e58840a38c3fcec79f5 Mon Sep 17 00:00:00 2001 From: Navin Chandra Date: Wed, 13 Aug 2025 23:46:42 +0530 Subject: [PATCH 2/2] add API reference link --- py/docs/source/index.rst | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/py/docs/source/index.rst b/py/docs/source/index.rst index 7fcf0ee792ec2..9e5859e5ac040 100644 --- a/py/docs/source/index.rst +++ b/py/docs/source/index.rst @@ -9,17 +9,19 @@ Python language bindings for Selenium WebDriver. The `selenium` package is used to automate web browser interaction from Python. -+-------------------+------------------------------------------------+ -| **Home**: | https://selenium.dev | -+-------------------+------------------------------------------------+ -| **GitHub**: | https://github.com/SeleniumHQ/Selenium | -+-------------------+------------------------------------------------+ -| **PyPI**: | https://pypi.org/project/selenium | -+-------------------+------------------------------------------------+ -| **IRC/Slack**: | https://www.selenium.dev/support/#ChatRoom | -+-------------------+------------------------------------------------+ -| **API Docs**: | https://www.selenium.dev/selenium/docs/api/py | -+-------------------+------------------------------------------------+ ++-------------------+--------------------------------------------------------+ +| **Home**: | https://selenium.dev | ++-------------------+--------------------------------------------------------+ +| **GitHub**: | https://github.com/SeleniumHQ/Selenium | ++-------------------+--------------------------------------------------------+ +| **PyPI**: | https://pypi.org/project/selenium | ++-------------------+--------------------------------------------------------+ +| **IRC/Slack**: | https://www.selenium.dev/support/#ChatRoom | ++-------------------+--------------------------------------------------------+ +| **Docs**: | https://www.selenium.dev/selenium/docs/api/py | ++-------------------+--------------------------------------------------------+ +| **API Reference**:| https://www.selenium.dev/selenium/docs/api/py/api.html | ++-------------------+--------------------------------------------------------+ Updated documentation published with each commit is available at: `readthedocs.io `_