提交 57151748 编写于 作者: Y Yu Yang

Doc update

上级 4d96fcf7
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
<script type="text/javascript" src="../../_static/underscore.js"></script> <script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script> <script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="top" title="PaddlePaddle documentation" href="../../index.html" /> <link rel="top" title="PaddlePaddle documentation" href="../../index.html" />
<link rel="prev" title="Lock" href="../../source/utils/thread.html" />
</head> </head>
<body role="document"> <body role="document">
<div class="related" role="navigation" aria-label="related navigation"> <div class="related" role="navigation" aria-label="related navigation">
...@@ -36,6 +37,9 @@ ...@@ -36,6 +37,9 @@
<li class="right" > <li class="right" >
<a href="../../py-modindex.html" title="Python Module Index" <a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li> >modules</a> |</li>
<li class="right" >
<a href="../../source/utils/thread.html" title="Lock"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">PaddlePaddle documentation</a> &raquo;</li> <li class="nav-item nav-item-0"><a href="../../index.html">PaddlePaddle documentation</a> &raquo;</li>
</ul> </ul>
</div> </div>
...@@ -271,10 +275,13 @@ Its <strong>output function</strong> simply takes <span class="math">\(x_t\)</sp ...@@ -271,10 +275,13 @@ Its <strong>output function</strong> simply takes <span class="math">\(x_t\)</sp
</li> </li>
</ul> </ul>
<h4>Previous topic</h4>
<p class="topless"><a href="../../source/utils/thread.html"
title="previous chapter">Lock</a></p>
<div role="note" aria-label="source link"> <div role="note" aria-label="source link">
<h3>This Page</h3> <h3>This Page</h3>
<ul class="this-page-menu"> <ul class="this-page-menu">
<li><a href="../../_sources/algorithm/rnn/index.txt" <li><a href="../../_sources/algorithm/rnn/rnn.txt"
rel="nofollow">Show Source</a></li> rel="nofollow">Show Source</a></li>
</ul> </ul>
</div> </div>
...@@ -304,6 +311,9 @@ Its <strong>output function</strong> simply takes <span class="math">\(x_t\)</sp ...@@ -304,6 +311,9 @@ Its <strong>output function</strong> simply takes <span class="math">\(x_t\)</sp
<li class="right" > <li class="right" >
<a href="../../py-modindex.html" title="Python Module Index" <a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li> >modules</a> |</li>
<li class="right" >
<a href="../../source/utils/thread.html" title="Lock"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">PaddlePaddle documentation</a> &raquo;</li> <li class="nav-item nav-item-0"><a href="../../index.html">PaddlePaddle documentation</a> &raquo;</li>
</ul> </ul>
</div> </div>
......
...@@ -78,7 +78,8 @@ ...@@ -78,7 +78,8 @@
<div class="section" id="algorithm-tutorial"> <div class="section" id="algorithm-tutorial">
<span id="algorithm-tutorial"></span><h2>Algorithm Tutorial<a class="headerlink" href="#algorithm-tutorial" title="Permalink to this headline"></a></h2> <span id="algorithm-tutorial"></span><h2>Algorithm Tutorial<a class="headerlink" href="#algorithm-tutorial" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound"> <div class="toctree-wrapper compound">
<ul class="simple"> <ul>
<li class="toctree-l1"><a class="reference internal" href="algorithm/rnn/rnn.html">RNN Configuration</a></li>
</ul> </ul>
</div> </div>
</div> </div>
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="top" title="PaddlePaddle documentation" href="../../index.html" /> <link rel="top" title="PaddlePaddle documentation" href="../../index.html" />
<link rel="up" title="Source Code Documents" href="../index.html" /> <link rel="up" title="Source Code Documents" href="../index.html" />
<link rel="next" title="Recurrent Neural Network Configuration" href="../../algorithm/rnn/rnn.html" />
<link rel="prev" title="Queue" href="queue.html" /> <link rel="prev" title="Queue" href="queue.html" />
</head> </head>
<body role="document"> <body role="document">
...@@ -38,6 +39,9 @@ ...@@ -38,6 +39,9 @@
<li class="right" > <li class="right" >
<a href="../../py-modindex.html" title="Python Module Index" <a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li> >modules</a> |</li>
<li class="right" >
<a href="../../algorithm/rnn/rnn.html" title="Recurrent Neural Network Configuration"
accesskey="N">next</a> |</li>
<li class="right" > <li class="right" >
<a href="queue.html" title="Queue" <a href="queue.html" title="Queue"
accesskey="P">previous</a> |</li> accesskey="P">previous</a> |</li>
...@@ -437,6 +441,9 @@ ...@@ -437,6 +441,9 @@
<h4>Previous topic</h4> <h4>Previous topic</h4>
<p class="topless"><a href="queue.html" <p class="topless"><a href="queue.html"
title="previous chapter">Queue</a></p> title="previous chapter">Queue</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="../../algorithm/rnn/rnn.html"
title="next chapter">Recurrent Neural Network Configuration</a></p>
<div role="note" aria-label="source link"> <div role="note" aria-label="source link">
<h3>This Page</h3> <h3>This Page</h3>
<ul class="this-page-menu"> <ul class="this-page-menu">
...@@ -470,6 +477,9 @@ ...@@ -470,6 +477,9 @@
<li class="right" > <li class="right" >
<a href="../../py-modindex.html" title="Python Module Index" <a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li> >modules</a> |</li>
<li class="right" >
<a href="../../algorithm/rnn/rnn.html" title="Recurrent Neural Network Configuration"
>next</a> |</li>
<li class="right" > <li class="right" >
<a href="queue.html" title="Queue" <a href="queue.html" title="Queue"
>previous</a> |</li> >previous</a> |</li>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册