build based on a11c4bb

This commit is contained in:
autodocs 2017-02-01 09:39:42 +00:00
parent 20086fafea
commit 111a73f887
8 changed files with 10 additions and 10 deletions

View File

@ -104,7 +104,7 @@ Contributing & Help
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/contributing.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/contributing.md">
<span class="fa"> <span class="fa">
</span> </span>

View File

@ -107,7 +107,7 @@ Logistic Regression
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/examples/logreg.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/examples/logreg.md">
<span class="fa"> <span class="fa">
</span> </span>

View File

@ -110,7 +110,7 @@ Home
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/index.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/index.md">
<span class="fa"> <span class="fa">
</span> </span>
@ -164,6 +164,7 @@ TensorFlow
</a> </a>
(MXNet is the recommended option if you&#39;re not sure): (MXNet is the recommended option if you&#39;re not sure):
</p> </p>
<pre><code class="language-none">Pkg.add(&quot;MXNet&quot;) # or &quot;TensorFlow&quot;</code></pre>
<footer> <footer>
<hr/> <hr/>
<a class="next" href="models/basics.html"> <a class="next" href="models/basics.html">

View File

@ -104,7 +104,7 @@ Internals
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/internals.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/internals.md">
<span class="fa"> <span class="fa">
</span> </span>

View File

@ -128,7 +128,7 @@ First Steps
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/models/basics.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/models/basics.md">
<span class="fa"> <span class="fa">
</span> </span>
@ -142,7 +142,6 @@ First Steps
Model Building Basics Model Building Basics
</a> </a>
</h1> </h1>
<pre><code class="language-none">Pkg.add(&quot;MXNet&quot;) # or &quot;TensorFlow&quot;</code></pre>
<h2> <h2>
<a class="nav-anchor" id="The-Model-1" href="#The-Model-1"> <a class="nav-anchor" id="The-Model-1" href="#The-Model-1">
The Model The Model

View File

@ -107,7 +107,7 @@ Debugging
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/models/debugging.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/models/debugging.md">
<span class="fa"> <span class="fa">
</span> </span>

View File

@ -107,7 +107,7 @@ Recurrence
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/models/recurrent.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/models/recurrent.md">
<span class="fa"> <span class="fa">
</span> </span>

View File

@ -21,7 +21,7 @@ var documenterSearchIndex = {"docs": [
"page": "Home", "page": "Home",
"title": "Installation", "title": "Installation",
"category": "section", "category": "section",
"text": "... Charging Ion Capacitors ...Pkg.clone(\"https://github.com/MikeInnes/DataFlow.jl\")\nPkg.clone(\"https://github.com/MikeInnes/Flux.jl\")\nusing FluxYou'll also need a backend to run real training, if you don't have one already. Choose from MXNet or TensorFlow (MXNet is the recommended option if you're not sure):" "text": "... Charging Ion Capacitors ...Pkg.clone(\"https://github.com/MikeInnes/DataFlow.jl\")\nPkg.clone(\"https://github.com/MikeInnes/Flux.jl\")\nusing FluxYou'll also need a backend to run real training, if you don't have one already. Choose from MXNet or TensorFlow (MXNet is the recommended option if you're not sure):Pkg.add(\"MXNet\") # or \"TensorFlow\""
}, },
{ {
@ -37,7 +37,7 @@ var documenterSearchIndex = {"docs": [
"page": "First Steps", "page": "First Steps",
"title": "Model Building Basics", "title": "Model Building Basics",
"category": "section", "category": "section",
"text": "Pkg.add(\"MXNet\") # or \"TensorFlow\"" "text": ""
}, },
{ {