Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
5bb666f2
Commit
5bb666f2
authored
Oct 16, 2018
by
Wei Chen
Committed by
Tianqi Chen
Oct 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add javadoc build into Jenkins workflow (#1909)
parent
d5d19449
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
+10
-1
Makefile
+4
-0
docs/api_links.rst
+2
-1
tests/scripts/task_python_docs.sh
+4
-0
No files found.
Makefile
View file @
5bb666f2
...
...
@@ -70,6 +70,10 @@ lint: cpplint pylint jnilint
doc
:
doxygen docs/Doxyfile
javadoc
:
# build artifact is in jvm/core/target/site/apidocs
cd
jvm
&&
mvn javadoc:javadoc
# Cython build
cython
:
cd
python
;
python setup.py build_ext
--inplace
...
...
docs/api_links.rst
View file @
5bb666f2
Links to
C++ and JS
API References
Links to API References
==================================
This page contains links to API references that are build with different doc build system.
* `C++ doyxgen API <doxygen/index.html>`_
* `Javascript jsdoc API <jsdoc/index.html>`_
* `Java Javadoc API <javadoc/index.html>`_
tests/scripts/task_python_docs.sh
View file @
5bb666f2
...
...
@@ -12,6 +12,10 @@ make doc
jsdoc web/tvm_runtime.js web/README.md
||
exit
-1
mv out docs/_build/html/jsdoc
||
exit
-1
# Java doc
make javadoc
||
exit
-1
mv jvm/core/target/site/apidocs docs/_build/html/javadoc
||
exit
-1
rm
-rf
python/tvm/
*
.pyc python/tvm/
*
/
*
.pyc python/tvm/
*
/
*
/
*
.pyc
cd
docs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment