jiangjiajun 7ce67e4357 update docs 5 سال پیش
..
_templates e355406173 new doc structure 5 سال پیش
apis 7ce67e4357 update docs 5 سال پیش
appendix 7ce67e4357 update docs 5 سال پیش
data 7b49b3964d update and tutorials 5 سال پیش
deploy 0cada5bac5 fluid->paddle 5 سال پیش
examples 1c1b605292 refine docs structure 5 سال پیش
gui 1c1b605292 refine docs structure 5 سال پیش
train 7ce67e4357 update docs 5 سال پیش
Makefile e355406173 new doc structure 5 سال پیش
README.md cc7f6e6c2e add readme for docs 5 سال پیش
change_log.md 7ce67e4357 update docs 5 سال پیش
conf.py 7ce67e4357 update docs 5 سال پیش
index.rst 7ce67e4357 update docs 5 سال پیش
install.md 7ce67e4357 update docs 5 سال پیش
make.bat e355406173 new doc structure 5 سال پیش
paddlex.png 7ce67e4357 update docs 5 سال پیش
quick_start.md 7ce67e4357 update docs 5 سال پیش
requirements.txt e355406173 new doc structure 5 سال پیش

README.md

PaddleX文档

PaddleX的使用文档均在本目录结构下。文档采用Read the Docs方式组织,您可以直接访问在线文档进行查阅。

编译文档

在本目录下按如下步骤进行文档编译

  • 安装依赖: pip install -r requirements.txt
  • 编译: make html

编译完成后,编译文件在_build目录下,直接打开_build/html/index.html即可查阅。