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

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

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