diff --git a/doc/fluid/api/gen_index.py b/doc/fluid/api/gen_index.py index 2bdde1e3c0ccedb7d175340e8656ab1864779742..363aea2aa3baf1d398d1f2cae10704717ab5e770 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 =============