Skip to content

Commit

Permalink
0.4.1 - sync code refs
Browse files Browse the repository at this point in the history
Fix: Synchronize the code references to the newest version.
  • Loading branch information
cainmagi committed Oct 27, 2024
1 parent c63c7a1 commit 85a23c8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

1. Upgrade to the new version `0.4.1`.

#### :wrench: Fix

1. Fix: Synchronize the code references to the newest version.

#### :floppy_disk: Change

1. Exempt the old documents from the search list.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import vsiCheckIcon from "@iconify-icons/codicon/check";
import InlineIcon from "@site/src/components/InlineIcon";
import APITopBar, { IconObjType } from "@site/src/components/APITopBar";

<APITopBar type="class" isMixin={true} source="mixins.py#L325" />
<APITopBar type="class" isMixin={true} source="mixins.py#L327" />

```python
mixin = MixinDataRoute()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import vsiCheckIcon from "@iconify-icons/codicon/check";
import InlineIcon from "@site/src/components/InlineIcon";
import APITopBar, {IconObjType} from "@site/src/components/APITopBar";

<APITopBar type="class" isMixin={true} source="mixins.py#L471" />
<APITopBar type="class" isMixin={true} source="mixins.py#L473" />

```python
mixin = MixinFile()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import vsiCheckIcon from "@iconify-icons/codicon/check";
import InlineIcon from "@site/src/components/InlineIcon";
import APITopBar, {IconObjType} from "@site/src/components/APITopBar";

<APITopBar type="func" isPrivate={true} source="mixins.py#L292" />
<APITopBar type="func" isPrivate={true} source="mixins.py#L294" />

```python
data_selected: Any = pop_item_of_object(data: Any, index: Any)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import vsiCheckIcon from "@iconify-icons/codicon/check";
import InlineIcon from "@site/src/components/InlineIcon";
import APITopBar, {IconObjType} from "@site/src/components/APITopBar";

<APITopBar type="func" isPrivate={true} source="mixins.py#L238" />
<APITopBar type="func" isPrivate={true} source="mixins.py#L240" />

```python
set_item_of_object(data: Any, index: Any, value: Any)
Expand Down

0 comments on commit 85a23c8

Please sign in to comment.