提交 2da0e56d 编写于 作者: Z zq19 提交者: xsrobin

modify fluid.rst and layers.rst and gen_doc.py (#1125)

上级 6ac2199b
...@@ -5,12 +5,8 @@ fluid ...@@ -5,12 +5,8 @@ fluid
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
fluid/append_backward.rst
fluid/backward.rst
fluid/BuildStrategy.rst fluid/BuildStrategy.rst
fluid/clip.rst
fluid/CompiledProgram.rst fluid/CompiledProgram.rst
fluid/contrib.rst
fluid/cpu_places.rst fluid/cpu_places.rst
fluid/CPUPlace.rst fluid/CPUPlace.rst
fluid/create_lod_tensor.rst fluid/create_lod_tensor.rst
...@@ -23,44 +19,23 @@ fluid ...@@ -23,44 +19,23 @@ fluid
fluid/DataFeeder.rst fluid/DataFeeder.rst
fluid/default_main_program.rst fluid/default_main_program.rst
fluid/default_startup_program.rst fluid/default_startup_program.rst
fluid/DistMultiTrainer.rst
fluid/DistributeTranspiler.rst fluid/DistributeTranspiler.rst
fluid/DistributeTranspilerConfig.rst fluid/DistributeTranspilerConfig.rst
fluid/dygraph.rst
fluid/dygraph_grad_clip.rst
fluid/ExecutionStrategy.rst fluid/ExecutionStrategy.rst
fluid/Executor.rst fluid/Executor.rst
fluid/global_scope.rst fluid/global_scope.rst
fluid/gradients.rst fluid/gradients.rst
fluid/HashName.rst
fluid/in_dygraph_mode.rst fluid/in_dygraph_mode.rst
fluid/initializer.rst
fluid/install_check.rst
fluid/io.rst
fluid/is_compiled_with_cuda.rst fluid/is_compiled_with_cuda.rst
fluid/layers.rst
fluid/learning_rate_decay.rst
fluid/LoDTensor.rst fluid/LoDTensor.rst
fluid/LoDTensorArray.rst fluid/LoDTensorArray.rst
fluid/memory_optimize.rst fluid/memory_optimize.rst
fluid/MultiTrainer.rst
fluid/name_scope.rst fluid/name_scope.rst
fluid/nets.rst
fluid/optimizer.rst
fluid/ParallelExecutor.rst fluid/ParallelExecutor.rst
fluid/ParamAttr.rst fluid/ParamAttr.rst
fluid/PipelineTrainer.rst
fluid/profiler.rst
fluid/Program.rst fluid/Program.rst
fluid/program_guard.rst fluid/program_guard.rst
fluid/recordio_writer.rst
fluid/regularizer.rst
fluid/release_memory.rst fluid/release_memory.rst
fluid/RoundRobin.rst
fluid/Scope.rst
fluid/scope_guard.rst fluid/scope_guard.rst
fluid/Tensor.rst fluid/Tensor.rst
fluid/TrainerDesc.rst
fluid/transpiler.rst
fluid/unique_name.rst
fluid/WeightNormParamAttr.rst fluid/WeightNormParamAttr.rst
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
...@@ -82,8 +82,8 @@ class DocGenerator(object): ...@@ -82,8 +82,8 @@ class DocGenerator(object):
self.print_method(name) self.print_method(name)
else: else:
self.stream.close() self.stream.close()
#path = os.getcwd()+"/fluid/"+name+".rst" path = os.getcwd()+"/fluid/"+name+".rst"
#os.remove(path) os.remove(path)
def print_class(self, name): def print_class(self, name):
self._print_ref_(name) self._print_ref_(name)
......
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_io_PipeReader:
PipeReader
--------
.. autoclass:: paddle.fluid.io.PipeReader
:members:
:inherited-members:
:noindex:
...@@ -71,6 +71,7 @@ fluid.layers ...@@ -71,6 +71,7 @@ fluid.layers
layers/diag.rst layers/diag.rst
layers/dice_loss.rst layers/dice_loss.rst
layers/distribute_fpn_proposals.rst layers/distribute_fpn_proposals.rst
layers/double_buffer.rst
layers/dropout.rst layers/dropout.rst
layers/dynamic_gru.rst layers/dynamic_gru.rst
layers/dynamic_lstm.rst layers/dynamic_lstm.rst
...@@ -192,6 +193,7 @@ fluid.layers ...@@ -192,6 +193,7 @@ fluid.layers
layers/range.rst layers/range.rst
layers/rank.rst layers/rank.rst
layers/rank_loss.rst layers/rank_loss.rst
layers/read_file.rst
layers/reciprocal.rst layers/reciprocal.rst
layers/reduce_all.rst layers/reduce_all.rst
layers/reduce_any.rst layers/reduce_any.rst
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册