提交 059df27e 编写于 作者: D dongdaxiang

add fleet doc tree

上级 874b684e
......@@ -9,6 +9,15 @@ done
python gen_doc.py --module_name "" --module_prefix "" --output fluid --output_name fluid --to_multiple_files True
python gen_module_index.py fluid fluid
for module in dataset metrics runtime meta_optimizers
do
python gen_doc.py --module_name ${module} --module_prefix ${module} --output ${module} --output_name fleet --to_multiple_files True
python gen_module_index.py ${module} fleet.${module}
done
python gen_doc.py --module_name "" --module_prefix "" --output fleet --output_name fleet --to_multiple_files True
python gen_module_index.py fleet fleet
# tensor
for module in math random stat linalg search
do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册