From 5d84107ad7aab94120768b754e8bbfb1aa61dee9 Mon Sep 17 00:00:00 2001 From: ZeYi Lin <944270057@qq.com> Date: Fri, 17 Jan 2025 16:01:29 +0800 Subject: [PATCH] docs: api content --- .vitepress/en.ts | 1 + .vitepress/zh.ts | 1 + en/api/py-sync-wandb.md | 3 +++ zh/api/py-sync-wandb.md | 3 +++ 4 files changed, 8 insertions(+) create mode 100644 en/api/py-sync-wandb.md create mode 100644 zh/api/py-sync-wandb.md diff --git a/.vitepress/en.ts b/.vitepress/en.ts index 6a7d377..3625f32 100644 --- a/.vitepress/en.ts +++ b/.vitepress/en.ts @@ -256,6 +256,7 @@ function sidebarAPI(): DefaultTheme.SidebarItem[] { { text: 'login', link: 'py-login' }, { text: 'integration', link: 'py-integration' }, { text: 'converter', link: 'py-converter' }, + { text: 'sync_wandb', link: 'py-sync-wandb' }, ] }, { diff --git a/.vitepress/zh.ts b/.vitepress/zh.ts index c366f70..a080e45 100644 --- a/.vitepress/zh.ts +++ b/.vitepress/zh.ts @@ -256,6 +256,7 @@ function sidebarAPI(): DefaultTheme.SidebarItem[] { { text: 'login', link: 'py-login' }, { text: 'integration', link: 'py-integration' }, { text: 'converter', link: 'py-converter' }, + { text: 'sync_wandb', link: 'py-sync-wandb' }, ] }, { diff --git a/en/api/py-sync-wandb.md b/en/api/py-sync-wandb.md new file mode 100644 index 0000000..9291996 --- /dev/null +++ b/en/api/py-sync-wandb.md @@ -0,0 +1,3 @@ +# swanlab.sync_wandb + +Synchronize wandb metrics to SwanLab., [Docs](/en/guide_cloud/integration/integration-wandb.md) \ No newline at end of file diff --git a/zh/api/py-sync-wandb.md b/zh/api/py-sync-wandb.md new file mode 100644 index 0000000..8017ac0 --- /dev/null +++ b/zh/api/py-sync-wandb.md @@ -0,0 +1,3 @@ +# swanlab.sync_wandb + +将wandb的指标同步到SwanLab, [文档](/guide_cloud/integration/integration-wandb.md) \ No newline at end of file