Skip to content

Commit

Permalink
docs: improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zimolab committed Oct 15, 2024
1 parent b41a636 commit 652023d
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 0 deletions.
136 changes: 136 additions & 0 deletions mk-docs/apis/pyguiadapter.action.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
::: pyguiadapter.action.Action
options:
heading_level: 3
show_root_full_path: false
show_source: true

::: pyguiadapter.action.Separator
options:
heading_level: 3
show_root_full_path: false
show_source: true


---
## 类型别名

::: pyguiadapter.action.ActionTriggeredCallback
options:
heading_level: 3
show_root_full_path: false
show_source: true

::: pyguiadapter.action.ActionToggledCallback
options:
heading_level: 3
show_root_full_path: false
show_source: true


::: pyguiadapter.action.Priority
options:
heading_level: 3
show_root_full_path: false
show_source: true

::: pyguiadapter.action.HighPriority
options:
heading_level: 4
show_root_full_path: false
show_source: true

::: pyguiadapter.action.NormalPriority
options:
heading_level: 4
show_root_full_path: false
show_source: true

::: pyguiadapter.action.LowPriority
options:
heading_level: 4
show_root_full_path: false
show_source: true

::: pyguiadapter.action.MenuRole
options:
heading_level: 3
show_root_full_path: false
show_source: true

::: pyguiadapter.action.NoRole
options:
heading_level: 4
show_root_full_path: false
show_source: true

::: pyguiadapter.action.TextHeuristicRole
options:
heading_level: 4
show_root_full_path: false
show_source: true

::: pyguiadapter.action.ApplicationSpecificRole
options:
heading_level: 4
show_root_full_path: false
show_source: true


::: pyguiadapter.action.AboutQtRole
options:
heading_level: 4
show_root_full_path: false
show_source: true

::: pyguiadapter.action.AboutRole
options:
heading_level: 4
show_root_full_path: false
show_source: true


::: pyguiadapter.action.PreferencesRole
options:
heading_level: 4
show_root_full_path: false
show_source: true


::: pyguiadapter.action.QuitRole
options:
heading_level: 4
show_root_full_path: false
show_source: true


::: pyguiadapter.action.ShortcutContext
options:
heading_level: 3
show_root_full_path: false
show_source: true


::: pyguiadapter.action.WidgetShortcut
options:
heading_level: 4
show_root_full_path: false
show_source: true

::: pyguiadapter.action.WidgetWithChildrenShortcut
options:
heading_level: 4
show_root_full_path: false
show_source: true

::: pyguiadapter.action.WindowShortcut
options:
heading_level: 4
show_root_full_path: false
show_source: true


::: pyguiadapter.action.ApplicationShortcut
options:
heading_level: 4
show_root_full_path: false
show_source: true
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ nav:
- 应用打包: packaging.md
- API参考:
- pyguiadapter.adapter.uoutput: apis/pyguiadapter.adapter.uoutput.md
- pyguiadapter.action: apis/pyguiadapter.action.md
- pyguiadapter.window: apis/pyguiadapter.window.md
- pyguiadapter.windows.fnexec: apis/pyguiadapter.windows.fnexec.md
- 贡献: contribution.md
Expand Down

0 comments on commit 652023d

Please sign in to comment.