Name Last Update
..
api Loading commit data...
README.md Loading commit data...

Building Dragon Documentation

This page will help you to build the following documentations:

Python API: https://dragon.seetatech.com/api/python

C++ API: https://dragon.seetatech.com/api/cc

Requirements

  • sphinx >= 3.0.2
pip install sphinx
  • sphinx_seeta_theme
pip install sphinx_seeta_theme
  • doxygen (C++ API only)

See: http://www.doxygen.org/download.html

Build Documentation of Python API

cd dragon/docs/api/python && make html

Then, open the docs/_build/api/python/index.html in your browser.

Build Documentation of C++ API

cd dragon/docs/api/cc && make doxygen && make html

Then, open the docs/_build/api/cc/index.html in your browser.