3 Star 0 Fork 0

Gitee 极速下载 / genai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/noteable-io/genai
克隆/下载
mkdocs.yml 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
Matthew Seal 提交于 2023-03-10 19:38 . Readthedocs (#36)
site_name: Genai
site_description: A Python Library for generating code cells and getting recommendations after exceptions.
#site_url: https://???
theme:
name: 'material'
palette:
- scheme: 'default'
media: '(prefers-color-scheme: light)'
toggle:
icon: 'material/lightbulb'
name: "Switch to dark mode"
- scheme: 'slate'
media: '(prefers-color-scheme: dark)'
primary: 'blue'
toggle:
icon: 'material/lightbulb-outline'
name: 'Switch to light mode'
features:
- navigation.sections
repo_name: noteable-io/genai
repo_url: https://github.com/noteable-io/genai/
edit_uri: ""
nav:
- Introduction: 'index.md'
- Contributing: 'contributing.md'
- Usage:
- QuickStart: 'quickstart.md'
- Code Reference: reference/
- Changes:
- Log: 'changelog.md'
markdown_extensions:
- pymdownx.highlight
- pymdownx.snippets
- toc:
permalink: "#"
plugins:
- search
- gen-files:
scripts:
- docs/gen_doc_stubs.py
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [genai]
rendering:
show_source: true
watch: [genai, README.md, CONTRIBUTING.md, CHANGELOG.md]
- literate-nav:
nav_file: SUMMARY.md
- section-index
Python
1
https://gitee.com/mirrors/genai.git
git@gitee.com:mirrors/genai.git
mirrors
genai
genai
main

搜索帮助