Skip to content

Commit 0affedf

Browse files
committed
Deployed ad6c55e with MkDocs version: 1.5.3
1 parent b3a10ee commit 0affedf

File tree

10 files changed

+33
-11
lines changed

10 files changed

+33
-11
lines changed

insiders/changelog/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

insiders/goals.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ goals:
3030
- name: Class inheritance diagrams with Mermaid
3131
ref: /usage/configuration/general/#show_inheritance_diagram
3232
since: 2024/03/24
33+
- name: Annotations modernization
34+
ref: /usage/configuration/signatures/#modernize_annotations
35+
since: 2024/03/24
3336
2000:
3437
name: FusionDrive Ejection Configuration
3538
features: []

insiders/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

objects.inv

17 Bytes
Binary file not shown.

reference/mkdocstrings_handlers/python/handler/index.html

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

snippets/package/modern.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from typing import Optional, Union, List
2+
3+
example: Optional[Union[int, List[int]]] = None

usage/configuration/signatures/index.html

Lines changed: 20 additions & 6 deletions
Large diffs are not rendered by default.

usage/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)