Jason d2d629a330 Update quick_start.md 5 年之前
..
apis 199d6e7fa1 modify docs 5 年之前
images 199d6e7fa1 modify docs 5 年之前
slim 9ccb8108a0 first commit 5 年之前
tutorials 199d6e7fa1 modify docs 5 年之前
FAQ.md 9ccb8108a0 first commit 5 年之前
Makefile 9ccb8108a0 first commit 5 年之前
README.md ef99c704f4 Update README.md 5 年之前
conf.py 199d6e7fa1 modify docs 5 年之前
convertor.md 9ccb8108a0 first commit 5 年之前
datasets.md 9ccb8108a0 first commit 5 年之前
deploy.md 9ccb8108a0 first commit 5 年之前
gpu_configure.md 9ccb8108a0 first commit 5 年之前
how_to_offline_run.md 08d61b700e modify docs 5 年之前
index.rst 9ccb8108a0 first commit 5 年之前
install.md f3f771a7e1 Update install.md 5 年之前
make.bat 9ccb8108a0 first commit 5 年之前
metrics.md 199d6e7fa1 modify docs 5 年之前
model_zoo.md 199d6e7fa1 modify docs 5 年之前
quick_start.md d2d629a330 Update quick_start.md 5 年之前
requirements.txt 9ccb8108a0 first commit 5 年之前

README.md

PaddleX文档

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

编译文档

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

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

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