1 Star 0 Fork 6

乐天知命/ttkbootstrap

forked from monkey_cici/ttkbootstrap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdocs.yml 4.08 KB
一键复制 编辑 原始数据 按行查看 历史
Israel Dryer 提交于 2022-02-02 22:03 . Update documentation (#180)
site_name: ttkbootstrap
repo_url: https://github.com/israel-dryer/ttkbootstrap
repo_name: israel-dryer/ttkbootstrap
theme:
name: material
language: en
features:
- navigation.tracking
- navigation.tabs
- navigation.indexes
icon:
logo: material/view-dashboard
alternate:
- name: English
link: /en/
lang: en
- name: 简体中文
link: /zh/
lang: zh
plugins:
- search
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- sys.path.append("src")
- i18n:
default_language: en
languages:
en: English
zh: 简体中文
nav_translations:
zh:
Home: 主页
"Getting started": 开始
"Style guide": 样式指南
"API": 应用程序接口
"Themes": 主题
"Gallery": 图库
"Cookbook": 食谱
"Changelog": 更新日志
markdown_extensions:
- admonition
- def_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.snippets
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/israel-dryer/ttkbootstrap
- icon: fontawesome/brands/twitter
link: https://twitter.com/IDryer
nav:
- Home:
- index.md
- about.md
- 'Changelog': https://github.com/israel-dryer/ttkbootstrap/releases
- license.md
- 'Getting started':
- gettingstarted/installation.md
- gettingstarted/tutorial.md
- gettingstarted/legacy.md
- 'Style guide':
- styleguide/index.md
- styleguide/button.md
- styleguide/checkbutton.md
- styleguide/combobox.md
- styleguide/dateentry.md
- styleguide/datepickerpopup.md
- styleguide/entry.md
- styleguide/floodgauge.md
- styleguide/frame.md
- styleguide/label.md
- styleguide/labelframe.md
- styleguide/menubutton.md
- styleguide/meter.md
- styleguide/notebook.md
- styleguide/panedwindow.md
- styleguide/progressbar.md
- styleguide/radiobutton.md
- styleguide/scale.md
- styleguide/scrollbar.md
- styleguide/separator.md
- styleguide/sizegrip.md
- styleguide/spinbox.md
- styleguide/treeview.md
- styleguide/legacywidgets.md
- API:
- api/index.md
- api/colorutils.md
- 'dialogs module':
- api/dialogs/colorchooser.md
- api/dialogs/colordropper.md
- api/dialogs/datepickerdialog.md
- api/dialogs/dialog.md
- api/dialogs/fontdialog.md
- api/dialogs/messagebox.md
- api/dialogs/messagedialog.md
- api/dialogs/querybox.md
- api/dialogs/querydialog.md
- 'icons module':
- api/icons/emoji.md
- api/icons/icon.md
- api/localization.md
- 'scrolled module':
- api/scrolled/scrolledframe.md
- api/scrolled/scrolledtext.md
- 'style module':
- api/style/bootstyle.md
- api/style/colors.md
- api/style/style.md
- api/style/stylebuildertk.md
- api/style/stylebuilderttk.md
- api/style/themedefinition.md
- 'tableview module':
- api/tableview/tableview.md
- api/tableview/tablecolumn.md
- api/tableview/tablerow.md
- 'toast module': api/toast.md
- 'tooltip module': api/tooltip.md
- 'utility module': api/utility.md
- 'validation module': api/validation.md
- 'widgets module':
- api/widgets/dateentry.md
- api/widgets/floodgauge.md
- api/widgets/meter.md
- 'window module':
- api/window/window.md
- api/window/toplevel.md
- Themes:
- themes/index.md
- themes/light.md
- themes/dark.md
- themes/definitions.md
- themes/themecreator.md
- Gallery:
- gallery/index.md
- gallery/calculator.md
- gallery/collapsingframe.md
- gallery/dataentry.md
- gallery/equalizer.md
- gallery/filebackup.md
- gallery/filesearchengine.md
- gallery/magicmouse.md
- gallery/mediaplayer.md
- gallery/pccleaner.md
- gallery/stopwatch.md
- gallery/textreader.md
- Cookbook:
- cookbook/index.md
- cookbook/gif-animation.md
- cookbook/validate-user-input.md
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/py321/ttkbootstrap.git
[email protected]:py321/ttkbootstrap.git
py321
ttkbootstrap
ttkbootstrap
master

搜索帮助