[DOC] Reorganize docs (#397)
This commit is contained in:
Родитель
4e8002059d
Коммит
0eec95bf54
|
@ -172,8 +172,14 @@ intersphinx_mapping = {
|
|||
'matplotlib': ('http://matplotlib.org/', None),
|
||||
}
|
||||
|
||||
examples_dirs = ['../tutorials/python']
|
||||
from sphinx_gallery.sorting import ExplicitOrder
|
||||
|
||||
examples_dirs = ['../tutorials/']
|
||||
gallery_dirs = ['tutorials']
|
||||
subsection_order = ExplicitOrder(
|
||||
['../tutorials/language',
|
||||
'../tutorials/optimize',
|
||||
'../tutorials/deployment'])
|
||||
|
||||
def generate_doxygen_xml(app):
|
||||
"""Run the doxygen make commands if we're on the ReadTheDocs server"""
|
||||
|
@ -200,6 +206,7 @@ sphinx_gallery_conf = {
|
|||
'numpy': 'http://docs.scipy.org/doc/numpy-1.9.1'},
|
||||
'examples_dirs': examples_dirs,
|
||||
'gallery_dirs': gallery_dirs,
|
||||
'subsection_order': subsection_order,
|
||||
'find_mayavi_figures': False,
|
||||
'filename_pattern': '.py',
|
||||
'expected_failing_examples': []
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
Tutorials
|
||||
=========
|
||||
This page contains the tutorials about TVM.
|
|
@ -0,0 +1,2 @@
|
|||
Run and Deploy
|
||||
--------------
|
|
@ -0,0 +1,2 @@
|
|||
Lanuage and Schedules
|
||||
---------------------
|
|
@ -0,0 +1,3 @@
|
|||
Optimize Operators
|
||||
------------------
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Tutorials
|
||||
=========
|
||||
These tutorials are tutorial generated by sphinx-gallery.
|
Загрузка…
Ссылка в новой задаче