This commit is contained in:
tqchen 2015-07-26 12:14:54 -07:00
parent 270a49ee75
commit c125d2a8bb
3 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,7 @@ templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
source_suffix = ['.rst', '.md']
source_suffix = ['.rst']
# The encoding of source files.
#source_encoding = 'utf-8-sig'

View File

@ -1,5 +1,5 @@
C++ Library API of Rabit
====================
========================
This page contains document of Library API of rabit.
.. toctree::

View File

@ -0,0 +1,2 @@
numpy==1.8.1