pytorch-handbook/script/mkdocs.yml
2021-10-25 15:13:35 +08:00

16 lines
572 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

site_name: Pytorch中文手册
site_url: https://handbook.pytoech.wiki/
repo_url: https://github.com/zergtant/pytorch-handbook/
site_author: zergtant
site_description: pytorch handbook是一本开源的书籍目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门其中包含的Pytorch教程全部通过测试保证可以成功运行
docs_dir: ..\
site_dir: ..\..\html
use_directory_urls: false
theme: gitbook
plugins:
- exclude:
glob:
- script/*
- changelog-v*
- "*.ipynb"
- "*.pdf"