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

README.md

PaddleX文档

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

编译文档

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

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

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