OWOD/docs
Joseph K J 937e5fbe58
Add files via upload
2021-03-02 12:49:27 +04:00
..
_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
OWOD.pdf Add files via upload 2021-03-02 12:49:27 +04:00
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
placeholder.txt Create placeholder.txt 2021-03-02 12:48:47 +04:00
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.