Merge pull request #8658 from luotao1/doc_en
adjust the structure of documentation (en)tonyyang-svail-patch-1
commit
9344e4e300
@ -0,0 +1,5 @@
|
||||
############################
|
||||
Install, Build and Unit test
|
||||
############################
|
||||
|
||||
TBD
|
@ -0,0 +1,5 @@
|
||||
###############################
|
||||
Cluster Training and Prediction
|
||||
###############################
|
||||
|
||||
TBD
|
@ -0,0 +1,12 @@
|
||||
FAQ
|
||||
====
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
build_and_install/index_en.rst
|
||||
model/index_en.rst
|
||||
parameter/index_en.rst
|
||||
local/index_en.rst
|
||||
cluster/index_en.rst
|
@ -0,0 +1,5 @@
|
||||
#############################
|
||||
Local Training and Prediction
|
||||
#############################
|
||||
|
||||
TBD
|
@ -0,0 +1,5 @@
|
||||
###################
|
||||
Model Configuration
|
||||
###################
|
||||
|
||||
TBD
|
@ -0,0 +1,5 @@
|
||||
#################
|
||||
Parameter Setting
|
||||
#################
|
||||
|
||||
TBD
|
@ -0,0 +1,3 @@
|
||||
Basic Concept
|
||||
=============
|
||||
TBD
|
@ -0,0 +1,3 @@
|
||||
## Install and Build
|
||||
|
||||
TBD
|
@ -0,0 +1,9 @@
|
||||
C-API Prediction Library
|
||||
========================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
compile_paddle_lib_en.md
|
||||
organization_of_the_inputs_en.md
|
||||
workflow_of_capi_en.md
|
@ -0,0 +1,3 @@
|
||||
## Input/Output Data Organization
|
||||
|
||||
TBD
|
@ -0,0 +1,3 @@
|
||||
## C-API Workflow
|
||||
|
||||
TBD
|
@ -0,0 +1,3 @@
|
||||
# Kubernetes Distributed
|
||||
|
||||
TBD
|
@ -0,0 +1,4 @@
|
||||
Layers supporting hierarchical sequence as input
|
||||
================================================
|
||||
|
||||
TBD
|
@ -0,0 +1,4 @@
|
||||
API comparision between RNN and hierarchical RNN
|
||||
================================================
|
||||
|
||||
TBD
|
@ -0,0 +1,3 @@
|
||||
# Recurrent Group Tutorial
|
||||
|
||||
TBD
|
Loading…
Reference in new issue