Update documentation for Selenium 4.30.0 (py) #15473
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
This PR updates the API documentation for py language bindings to version 4.30.0.
PR Type
Documentation, Enhancement
Description
Updated the API documentation for Python language bindings to version 4.30.0.
Added support for multiple languages in Lunr.js, including Finnish, Russian, German, and more, with trimmers, stemmers, and stop word filters.
Enhanced search functionality with highlighting, modularization, and improved result ordering.
Integrated Modernizr for feature detection and added a dynamic version dropdown menu for documentation.
Updated metadata, comments, and copyright years in various files.
Added new CSS and JavaScript files for improved functionality and support.
Deprecated Dutch ("du") language code in favor of "nl" in Lunr.js.
Changes walkthrough 📝
25 files
tinyseg.js
Add Lunr TinySegmenter JavaScript for Japanese text segmentation.docs/api/py/_static/javascripts/lunr/tinyseg.js
lunr.tr.js
Add Lunr Turkish language support with stemmer and filters.docs/api/py/_static/javascripts/lunr/lunr.tr.js
lunr.ro.js
Add Lunr Romanian language support with stemmer and filters.docs/api/py/_static/javascripts/lunr/lunr.ro.js
lunr.it.js
Add Lunr Italian language support with stemmer and filters.docs/api/py/_static/javascripts/lunr/lunr.it.js
lunr.es.js
Add Lunr Spanish language support with stemmer and filters.docs/api/py/_static/javascripts/lunr/lunr.es.js
lunr.fr.js
Add Lunr French language support with stemmer and filters.docs/api/py/_static/javascripts/lunr/lunr.fr.js
lunr.jp.js
Add Lunr Japanese language support module redirection.docs/api/py/_static/javascripts/lunr/lunr.jp.js
lunr.jamodule.lunr.pt.js
Add Lunr support for Portuguese language processing.docs/api/py/_static/javascripts/lunr/lunr.pt.js
lunr.hu.js
Add Lunr support for Hungarian language processing.docs/api/py/_static/javascripts/lunr/lunr.hu.js
searchtools.js
Improve search tools with highlighting and modularization.docs/api/py/_static/searchtools.js
ordering.
processing.
lunr.fi.js
Add Lunr support for Finnish language processing.docs/api/py/_static/javascripts/lunr/lunr.fi.js
lunr.ru.js
Add Lunr support for Russian language processing.docs/api/py/_static/javascripts/lunr/lunr.ru.js
modernizr.js
Integrate Modernizr for feature detection.docs/api/py/_static/javascripts/modernizr.js
lunr.du.js
Add deprecated Dutch ("du") support for Lunr.docs/api/py/_static/javascripts/lunr/lunr.du.js
support in Lunr.
lunr.nl.js
Add Lunr support for Dutch language processing.docs/api/py/_static/javascripts/lunr/lunr.nl.js
lunr.de.js
Add Lunr support for German language processing.docs/api/py/_static/javascripts/lunr/lunr.de.js
lunr.da.js
Add Lunr support for Danish language processing.docs/api/py/_static/javascripts/lunr/lunr.da.js
lunr.no.js
Add Lunr support for Norwegian language processing.docs/api/py/_static/javascripts/lunr/lunr.no.js
lunr.ja.js
Add Lunr support for Japanese language processing.docs/api/py/_static/javascripts/lunr/lunr.ja.js
lunr.th.js
Add Lunr support for Thai language processing.docs/api/py/_static/javascripts/lunr/lunr.th.js
lunr.sv.js
Add Swedish language support for Lunr.js.docs/api/py/_static/javascripts/lunr/lunr.sv.js
lunr.stemmer.support.js
Add stemmer support utility for Lunr.js.docs/api/py/_static/javascripts/lunr/lunr.stemmer.support.js
sphinx_highlight.js
Enhance search term highlighting logic in Sphinx.docs/api/py/_static/sphinx_highlight.js
search terms.
version_dropdown.js
Add dynamic version dropdown for documentation.docs/api/py/_static/javascripts/version_dropdown.js
lunr.multi.js
Add multi-language support for Lunr.js.docs/api/py/_static/javascripts/lunr/lunr.multi.js
3 files
language_data.js
Update metadata and comments in language data script.docs/api/py/_static/language_data.js
files.
doctools.js
Update copyright year in doctools script.docs/api/py/_static/doctools.js
genindex-S.html
Add index page for "S" entries in documentation.docs/api/py/genindex-S.html
starting with "S".
1 files
documentation_options.js
Update documentation options for version 4.30.0.docs/api/py/_static/documentation_options.js
DOCUMENTATION_OPTIONSto useconstinstead ofvar.4.30.0.URL_ROOTproperty.1 files
material-icons.css
Add Material Icons font CSS file.docs/api/py/_static/fonts/material-icons.css
101 files