File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1616# under the License.
1717
1818
19- # -----------------------------------------------------------------
20- # This script recursively scans the `selenium` package directory
21- # to find all modules, then generates the `py/docs/source/api.rst`
22- # file containing a listing of all modules in separate sections.
23- # The `api.rst` file is later used by `sphinx-autogen` to generate
24- # sphinx autodoc stub pages used in the Python API documentation.
25- # See `py/tox.ini` for how it is invoked.
19+ """This script recursively scans the `selenium` package directory
20+ to find all modules, then generates the `py/docs/source/api.rst`
21+ file containing a listing of all modules in separate sections.
22+ The `api.rst` file is later used by `sphinx-autogen` to generate
23+ sphinx autodoc stub pages used in the Python API documentation.
24+ See `py/tox.ini` for how it is invoked."""
2625
2726import os
2827import site
You can’t perform that action at this time.
0 commit comments