From ce483b2a30d76c3d87f717c30464dfe2f4ae6982 Mon Sep 17 00:00:00 2001 From: wawltor Date: Wed, 5 Aug 2020 07:49:51 +0000 Subject: [PATCH] update the format for the search dir, test=develop --- doc/fluid/api/gen_doc.sh | 2 +- doc/fluid/api/tensor.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/fluid/api/gen_doc.sh b/doc/fluid/api/gen_doc.sh index 2e4874c8d..f30d55608 100644 --- a/doc/fluid/api/gen_doc.sh +++ b/doc/fluid/api/gen_doc.sh @@ -10,7 +10,7 @@ python gen_doc.py --module_name "" --module_prefix "" --output fluid --output_na python gen_module_index.py fluid fluid # tensor -for module in math random stat linalg +for module in math random stat linalg search do python gen_doc.py --module_name ${module} --module_prefix ${module} --output ${module} --output_name tensor --to_multiple_files True --output_dir tensor python gen_module_index.py tensor.${module} ${module} diff --git a/doc/fluid/api/tensor.rst b/doc/fluid/api/tensor.rst index b13c5961b..cace857e1 100644 --- a/doc/fluid/api/tensor.rst +++ b/doc/fluid/api/tensor.rst @@ -93,6 +93,7 @@ paddle.tensor tensor/scatter.rst tensor/scatter_nd.rst tensor/scatter_nd_add.rst + tensor/search.rst tensor/shape.rst tensor/shard_index.rst tensor/shuffle.rst -- GitLab