Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

target the new repo sdk #30

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/docs-python-sdk/guides/branches.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ title: Branch management
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import CodeBlock from "@theme/CodeBlock";
import import_branchList from '!!raw-loader!../../../../examples/branch_list.py';
import import_branchListSync from '!!raw-loader!../../../../examples/branch_list_sync.py';
import import_branchCreate from '!!raw-loader!../../../../examples/branch_create.py';
import import_branchCreateSync from '!!raw-loader!../../../../examples/branch_create_sync.py';
import import_branchRebase from '!!raw-loader!../../../../examples/branch_rebase.py';
import import_branchRebaseSync from '!!raw-loader!../../../../examples/branch_rebase_sync.py';
import import_branchMerge from '!!raw-loader!../../../../examples/branch_merge.py';
import import_branchMergeSync from '!!raw-loader!../../../../examples/branch_merge_sync.py';
import import_branchList from '!!raw-loader!../../../python_sdk/examples/branch_list.py';
import import_branchListSync from '!!raw-loader!../../../python_sdk/examples/branch_list_sync.py';
import import_branchCreate from '!!raw-loader!../../../python_sdk/examples/branch_create.py';
import import_branchCreateSync from '!!raw-loader!../../../python_sdk/examples/branch_create_sync.py';
import import_branchRebase from '!!raw-loader!../../../python_sdk/examples/branch_rebase.py';
import import_branchRebaseSync from '!!raw-loader!../../../python_sdk/examples/branch_rebase_sync.py';
import import_branchMerge from '!!raw-loader!../../../python_sdk/examples/branch_merge.py';
import import_branchMergeSync from '!!raw-loader!../../../python_sdk/examples/branch_merge_sync.py';

# Branch management

Expand Down
145 changes: 0 additions & 145 deletions docs/docs/python-sdk/guides/batch.mdx

This file was deleted.

132 changes: 0 additions & 132 deletions docs/docs/python-sdk/guides/branches.mdx

This file was deleted.

Loading