From c08d71d105297b9ea858d717dd787747f7e5cc88 Mon Sep 17 00:00:00 2001 From: sairate Date: Fri, 18 Apr 2025 18:06:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor(project):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 Python SDK 版本 - 添加新文档和链接 - 优化 mkdocs 配置 - 新增 Katex 支持 - 更新 README 文件 --- .idea/doc.iml | 2 +- .idea/material_theme_project_new.xml | 12 +++++ .idea/misc.xml | 2 +- .idea/workspace.xml | 63 ++++++++++++++++++++++++-- README.md | 4 +- notebook/mkdocs.yml | 38 +++------------- notebook/themes/css/custom.css | 1 + notebook/themes/js/auto-render.min.js | 1 + notebook/themes/js/katex.js | 9 ++++ notebook/themes/js/katex.min.js | 1 + static/image/issues.jpg | Bin 48217 -> 0 bytes 11 files changed, 92 insertions(+), 41 deletions(-) create mode 100644 .idea/material_theme_project_new.xml create mode 100644 notebook/themes/css/custom.css create mode 100644 notebook/themes/js/auto-render.min.js create mode 100644 notebook/themes/js/katex.js create mode 100644 notebook/themes/js/katex.min.js delete mode 100644 static/image/issues.jpg diff --git a/.idea/doc.iml b/.idea/doc.iml index 6407684b..f10e1fcb 100644 --- a/.idea/doc.iml +++ b/.idea/doc.iml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml new file mode 100644 index 00000000..ef4c87ed --- /dev/null +++ b/.idea/material_theme_project_new.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 20664375..46c8ca0e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 529bb573..a81ca271 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,17 @@ + + + + + + + + +