sunyanfang01 fe3d32d7e4 add ssld in docs 5 éve
..
apis fe3d32d7e4 add ssld in docs 5 éve
deploy 2385d7ab18 update build*docs 5 éve
images 64cd2fce39 add anaconda install markdown 5 éve
slim 9ccb8108a0 first commit 5 éve
tutorials e14034ab1a change ins_seg demo datasets 5 éve
FAQ.md 9ccb8108a0 first commit 5 éve
Makefile 9ccb8108a0 first commit 5 éve
README.md ef99c704f4 Update README.md 5 éve
anaconda_install.md 64cd2fce39 add anaconda install markdown 5 éve
client_use.md cbf72fca56 add client_use.md 5 éve
conf.py 199d6e7fa1 modify docs 5 éve
convertor.md 9ccb8108a0 first commit 5 éve
datasets.md 9ccb8108a0 first commit 5 éve
gpu_configure.md 9ccb8108a0 first commit 5 éve
how_to_offline_run.md 08d61b700e modify docs 5 éve
index.rst c6616e00de update index.rst 5 éve
install.md a6a2733137 update anaconda install 5 éve
make.bat 9ccb8108a0 first commit 5 éve
metrics.md 199d6e7fa1 modify docs 5 éve
model_zoo.md fe3d32d7e4 add ssld in docs 5 éve
quick_start.md 4e4a631aa6 Update quick_start.md 5 éve
requirements.txt 9ccb8108a0 first commit 5 éve

README.md

PaddleX文档

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

编译文档

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

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

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