OWOD/docs
Joseph 73d7a85f88 Detectron2 2020-09-29 05:47:18 +05:30
..
_static/css Detectron2 2020-09-29 05:47:18 +05:30
modules Detectron2 2020-09-29 05:47:18 +05:30
notes Detectron2 2020-09-29 05:47:18 +05:30
tutorials Detectron2 2020-09-29 05:47:18 +05:30
.gitignore Detectron2 2020-09-29 05:47:18 +05:30
Makefile Detectron2 2020-09-29 05:47:18 +05:30
README.md Detectron2 2020-09-29 05:47:18 +05:30
conf.py Detectron2 2020-09-29 05:47:18 +05:30
index.rst Detectron2 2020-09-29 05:47:18 +05:30
requirements.txt Detectron2 2020-09-29 05:47:18 +05:30

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.