DOCS: format notebooks (#13371)

This commit is contained in:
Bagatur
2023-11-14 14:17:44 -08:00
committed by GitHub
parent d63d4994c0
commit 3596be5210
455 changed files with 3168 additions and 3136 deletions

View File

@@ -1,9 +1,8 @@
import glob
import os
from pathlib import Path
import re
import shutil
from pathlib import Path
TEMPLATES_DIR = Path(os.path.abspath(__file__)).parents[2] / "templates"
DOCS_TEMPLATES_DIR = Path(os.path.abspath(__file__)).parents[1] / "docs" / "templates"