fast-reid/docs
liaoxingyu a53fd17874 update docs 2021-01-23 15:25:58 +08:00
..
_static/css update docs 2021-01-22 21:06:30 +08:00
modules update docs 2021-01-23 15:25:58 +08:00
.gitignore update docs 2021-01-22 21:11:19 +08:00
Makefile update docs 2021-01-22 21:06:30 +08:00
README.md update docs 2021-01-22 21:06:30 +08:00
conf.py update docs 2021-01-22 21:06:30 +08:00
index.rst update docs 2021-01-23 15:25:58 +08:00
requirements.txt update docs 2021-01-23 15:25:58 +08:00

README.md

Read the docs:

The latest documentation built from this directory is available at detectron2.readthedocs.io. Documents in this directory are not meant to be read on github.

Build the docs:

  1. Install detectron2 according to INSTALL.md.
  2. Install additional libraries required to build docs:
  • docutils==0.16
  • Sphinx==3.0.0
  • recommonmark==0.6.0
  • sphinx_rtd_theme
  • mock
  1. Run make html from this directory.