sunyanfang01 2d317e2de6 fix the docs 5 yıl önce
..
apis 199d6e7fa1 modify docs 5 yıl önce
images 199d6e7fa1 modify docs 5 yıl önce
slim 9ccb8108a0 first commit 5 yıl önce
tutorials 2d317e2de6 fix the docs 5 yıl önce
FAQ.md 9ccb8108a0 first commit 5 yıl önce
Makefile 9ccb8108a0 first commit 5 yıl önce
README.md ef99c704f4 Update README.md 5 yıl önce
conf.py 199d6e7fa1 modify docs 5 yıl önce
convertor.md 9ccb8108a0 first commit 5 yıl önce
datasets.md 9ccb8108a0 first commit 5 yıl önce
deploy.md c8e4761f76 update doc and fix bug for visualize 5 yıl önce
gpu_configure.md 9ccb8108a0 first commit 5 yıl önce
how_to_offline_run.md 08d61b700e modify docs 5 yıl önce
index.rst c8e4761f76 update doc and fix bug for visualize 5 yıl önce
install.md 42ae71f9c4 modify install doc 5 yıl önce
make.bat 9ccb8108a0 first commit 5 yıl önce
metrics.md 199d6e7fa1 modify docs 5 yıl önce
model_zoo.md 199d6e7fa1 modify docs 5 yıl önce
quick_start.md d2d629a330 Update quick_start.md 5 yıl önce
requirements.txt 9ccb8108a0 first commit 5 yıl önce

README.md

PaddleX文档

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

编译文档

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

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

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