From 06b2dfed2a7fecc980e303aa21a6d96c54ce344a Mon Sep 17 00:00:00 2001 From: Tink_Y <31891223+tink2123@users.noreply.github.com> Date: Mon, 29 Oct 2018 16:29:21 +0800 Subject: [PATCH] Update gen_index.py --- doc/fluid/api/gen_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/api/gen_index.py b/doc/fluid/api/gen_index.py index 2bdde1e3c..363aea2aa 100644 --- a/doc/fluid/api/gen_index.py +++ b/doc/fluid/api/gen_index.py @@ -4,7 +4,7 @@ import glob import os if __name__ == '__main__': - file_object = open('reorder.rst', 'w') + file_object = open('index.rst', 'w') file_object.write('''============= API Reference ============= -- GitLab