Create a tutorial for using the C API in a C/C++ application (#6285)

Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
DIVYA CHAUHAN
2020-10-28 00:49:20 +05:30
committed by GitHub
parent e1de390e6e
commit 4e9c4f2d73
3 changed files with 325 additions and 1 deletions

View File

@@ -230,5 +230,6 @@ def generate_doxygen_xml(app):
run_doxygen('..')
# app.add_stylesheet() is deprecated. Use app.add_css_file()
def setup(app):
app.add_stylesheet('custom.css')
app.add_css_file('custom.css')