From 962326b06e9cc12ae9dc3b1ef353202be14f2a35 Mon Sep 17 00:00:00 2001
From: Luo Tao <luotao02@baidu.com>
Date: Mon, 26 Feb 2018 10:39:53 +0800
Subject: [PATCH] move doc/api/v2/fluid to doc/api/fluid

---
 doc/api/{v2 => }/fluid/data_feeder.rst |  0
 doc/api/{v2 => }/fluid/evaluator.rst   |  0
 doc/api/{v2 => }/fluid/executor.rst    |  0
 doc/api/{v2 => }/fluid/gen_doc.py      |  0
 doc/api/{v2 => }/fluid/gen_doc.sh      |  0
 doc/api/fluid/index.rst                | 18 ++++++++++++++++++
 doc/api/{v2 => }/fluid/initializer.rst |  0
 doc/api/{v2 => }/fluid/io.rst          |  0
 doc/api/{v2 => }/fluid/layers.rst      |  0
 doc/api/{v2 => }/fluid/nets.rst        |  0
 doc/api/{v2 => }/fluid/optimizer.rst   |  0
 doc/api/{v2 => }/fluid/param_attr.rst  |  0
 doc/api/{v2 => }/fluid/profiler.rst    |  0
 doc/api/{v2 => }/fluid/regularizer.rst |  0
 doc/api/index_en.rst                   |  2 +-
 doc/api/v2/fluid.rst                   | 18 ------------------
 16 files changed, 19 insertions(+), 19 deletions(-)
 rename doc/api/{v2 => }/fluid/data_feeder.rst (100%)
 rename doc/api/{v2 => }/fluid/evaluator.rst (100%)
 rename doc/api/{v2 => }/fluid/executor.rst (100%)
 rename doc/api/{v2 => }/fluid/gen_doc.py (100%)
 rename doc/api/{v2 => }/fluid/gen_doc.sh (100%)
 create mode 100644 doc/api/fluid/index.rst
 rename doc/api/{v2 => }/fluid/initializer.rst (100%)
 rename doc/api/{v2 => }/fluid/io.rst (100%)
 rename doc/api/{v2 => }/fluid/layers.rst (100%)
 rename doc/api/{v2 => }/fluid/nets.rst (100%)
 rename doc/api/{v2 => }/fluid/optimizer.rst (100%)
 rename doc/api/{v2 => }/fluid/param_attr.rst (100%)
 rename doc/api/{v2 => }/fluid/profiler.rst (100%)
 rename doc/api/{v2 => }/fluid/regularizer.rst (100%)
 delete mode 100644 doc/api/v2/fluid.rst

diff --git a/doc/api/v2/fluid/data_feeder.rst b/doc/api/fluid/data_feeder.rst
similarity index 100%
rename from doc/api/v2/fluid/data_feeder.rst
rename to doc/api/fluid/data_feeder.rst
diff --git a/doc/api/v2/fluid/evaluator.rst b/doc/api/fluid/evaluator.rst
similarity index 100%
rename from doc/api/v2/fluid/evaluator.rst
rename to doc/api/fluid/evaluator.rst
diff --git a/doc/api/v2/fluid/executor.rst b/doc/api/fluid/executor.rst
similarity index 100%
rename from doc/api/v2/fluid/executor.rst
rename to doc/api/fluid/executor.rst
diff --git a/doc/api/v2/fluid/gen_doc.py b/doc/api/fluid/gen_doc.py
similarity index 100%
rename from doc/api/v2/fluid/gen_doc.py
rename to doc/api/fluid/gen_doc.py
diff --git a/doc/api/v2/fluid/gen_doc.sh b/doc/api/fluid/gen_doc.sh
similarity index 100%
rename from doc/api/v2/fluid/gen_doc.sh
rename to doc/api/fluid/gen_doc.sh
diff --git a/doc/api/fluid/index.rst b/doc/api/fluid/index.rst
new file mode 100644
index 0000000000..b0710d8b19
--- /dev/null
+++ b/doc/api/fluid/index.rst
@@ -0,0 +1,18 @@
+======================
+Fluid
+======================
+
+..  toctree::
+    :maxdepth: 1
+
+    layers.rst
+    data_feeder.rst
+    executor.rst
+    initializer.rst
+    evaluator.rst
+    nets.rst
+    optimizer.rst
+    param_attr.rst
+    profiler.rst
+    regularizer.rst
+    io.rst
diff --git a/doc/api/v2/fluid/initializer.rst b/doc/api/fluid/initializer.rst
similarity index 100%
rename from doc/api/v2/fluid/initializer.rst
rename to doc/api/fluid/initializer.rst
diff --git a/doc/api/v2/fluid/io.rst b/doc/api/fluid/io.rst
similarity index 100%
rename from doc/api/v2/fluid/io.rst
rename to doc/api/fluid/io.rst
diff --git a/doc/api/v2/fluid/layers.rst b/doc/api/fluid/layers.rst
similarity index 100%
rename from doc/api/v2/fluid/layers.rst
rename to doc/api/fluid/layers.rst
diff --git a/doc/api/v2/fluid/nets.rst b/doc/api/fluid/nets.rst
similarity index 100%
rename from doc/api/v2/fluid/nets.rst
rename to doc/api/fluid/nets.rst
diff --git a/doc/api/v2/fluid/optimizer.rst b/doc/api/fluid/optimizer.rst
similarity index 100%
rename from doc/api/v2/fluid/optimizer.rst
rename to doc/api/fluid/optimizer.rst
diff --git a/doc/api/v2/fluid/param_attr.rst b/doc/api/fluid/param_attr.rst
similarity index 100%
rename from doc/api/v2/fluid/param_attr.rst
rename to doc/api/fluid/param_attr.rst
diff --git a/doc/api/v2/fluid/profiler.rst b/doc/api/fluid/profiler.rst
similarity index 100%
rename from doc/api/v2/fluid/profiler.rst
rename to doc/api/fluid/profiler.rst
diff --git a/doc/api/v2/fluid/regularizer.rst b/doc/api/fluid/regularizer.rst
similarity index 100%
rename from doc/api/v2/fluid/regularizer.rst
rename to doc/api/fluid/regularizer.rst
diff --git a/doc/api/index_en.rst b/doc/api/index_en.rst
index 77337982be..fc8dbd07eb 100644
--- a/doc/api/index_en.rst
+++ b/doc/api/index_en.rst
@@ -8,4 +8,4 @@ API
     v2/model_configs.rst
     v2/data.rst
     v2/run_logic.rst
-    v2/fluid.rst
+    fluid/index.rst
diff --git a/doc/api/v2/fluid.rst b/doc/api/v2/fluid.rst
deleted file mode 100644
index 5f15cad2b5..0000000000
--- a/doc/api/v2/fluid.rst
+++ /dev/null
@@ -1,18 +0,0 @@
-======================
-Fluid
-======================
-
-..  toctree::
-    :maxdepth: 1
-
-    fluid/layers.rst
-    fluid/data_feeder.rst
-    fluid/executor.rst
-    fluid/initializer.rst
-    fluid/evaluator.rst
-    fluid/nets.rst
-    fluid/optimizer.rst
-    fluid/param_attr.rst
-    fluid/profiler.rst
-    fluid/regularizer.rst
-    fluid/io.rst