From 1f74e5a4e64f19e30ebb589c02701e37eeecf8a9 Mon Sep 17 00:00:00 2001 From: yukavio Date: Sun, 16 Aug 2020 19:24:12 +0800 Subject: [PATCH] add index --- doc/fluid/api/review_tmp.rst | 2 ++ doc/fluid/api/review_tmp/l1_loss.rst | 7 +++++++ doc/fluid/api_cn/nn_cn/functional_cn/one_hot_cn.rst | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 doc/fluid/api/review_tmp/l1_loss.rst diff --git a/doc/fluid/api/review_tmp.rst b/doc/fluid/api/review_tmp.rst index e39366bce..c88aeb8c8 100644 --- a/doc/fluid/api/review_tmp.rst +++ b/doc/fluid/api/review_tmp.rst @@ -7,3 +7,5 @@ paddle.review_tmp review_tmp/MarginRankingLoss.rst review_tmp/margin_ranking_loss.rst + review_tmp/l1_loss.rst + review_tmp/l1_loss.rst diff --git a/doc/fluid/api/review_tmp/l1_loss.rst b/doc/fluid/api/review_tmp/l1_loss.rst new file mode 100644 index 000000000..2863c4f40 --- /dev/null +++ b/doc/fluid/api/review_tmp/l1_loss.rst @@ -0,0 +1,7 @@ +.. _api_nn_functional_l1_loss: + +l1_loss +--------- + +.. autofunction:: paddle.nn.functional.l1_loss + :noindex: diff --git a/doc/fluid/api_cn/nn_cn/functional_cn/one_hot_cn.rst b/doc/fluid/api_cn/nn_cn/functional_cn/one_hot_cn.rst index 1e9b65ab3..b525fcc1a 100644 --- a/doc/fluid/api_cn/nn_cn/functional_cn/one_hot_cn.rst +++ b/doc/fluid/api_cn/nn_cn/functional_cn/one_hot_cn.rst @@ -1,4 +1,4 @@ -.. _cn_api_fluid_one_hot: +.. _cn_api_nn_functional_one_hot: one_hot ------------------------------- -- GitLab