Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for update_docs_includes_py39_to_py310 (0.13 seconds)

  1. scripts/docs.py

            if py310_file.exists():
                continue
            logging.info(f"Copying file {file_path} -> {py310_file}")
            shutil.copy2(file_path, py310_file)
    
    
    @app.command()
    def update_docs_includes_py39_to_py310() -> None:
        """
        Update .md files in docs/en/ to replace _py39 includes with _py310 versions.
    
        For each include line referencing a _py39 file or directory in docs_src, replace
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 17:46:10 GMT 2026
    - 25.4K bytes
    - Click Count (0)
Back to Top