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
1405b7ba
Unverified
Commit
1405b7ba
authored
Mar 23, 2020
by
Tianqi Chen
Committed by
GitHub
Mar 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOCS] Minimize necessary doc change (#5129)
parent
7bc0b27e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
4 deletions
+12
-4
Makefile
+1
-1
docs/Doxyfile
+1
-1
docs/conf.py
+1
-1
tests/scripts/task_python_docs.sh
+2
-1
web/.jsdoc_conf.json
+7
-0
No files found.
Makefile
View file @
1405b7ba
...
...
@@ -90,7 +90,7 @@ doc:
javadoc
:
# build artifact is in jvm/core/target/site/apidocs
cd
jvm
&&
mvn javadoc:javadoc
cd
jvm
&&
mvn javadoc:javadoc
-Dnotimestamp
=
true
# Cython build
cython
:
...
...
docs/Doxyfile
View file @
1405b7ba
...
...
@@ -1165,7 +1165,7 @@ HTML_COLORSTYLE_GAMMA = 80
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_TIMESTAMP =
YES
HTML_TIMESTAMP =
NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
...
...
docs/conf.py
View file @
1405b7ba
...
...
@@ -51,7 +51,7 @@ sys.path.insert(0, os.path.join(curr_path, '../vta/python'))
# General information about the project.
project
=
u'tvm'
author
=
u'Apache Software Foundation'
copyright
=
u'20
19
,
%
s'
%
author
copyright
=
u'20
20
,
%
s'
%
author
github_doc_root
=
'https://github.com/apache/incubator-tvm/tree/master/docs/'
# add markdown parser
...
...
tests/scripts/task_python_docs.sh
View file @
1405b7ba
...
...
@@ -34,10 +34,11 @@ find . -type f -path "*.log" | xargs rm -f
# C++ doc
make doc
rm
-f
docs/doxygen/html/
*
.map docs/doxygen/html/
*
.md5
mv docs/doxygen docs/_build/html/doxygen
# JS doc
jsdoc web/tvm_runtime.js web/README.md
jsdoc
-c
web/.jsdoc_conf.json
web/tvm_runtime.js web/README.md
mv out docs/_build/html/jsdoc
# Java doc
...
...
web/.jsdoc_conf.json
0 → 100644
View file @
1405b7ba
{
"templates"
:
{
"default"
:
{
"includeDate"
:
false
}
}
}
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