Skip to content

Commit 766a8b1

Browse files
committed
update
1 parent 6531343 commit 766a8b1

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed
1.86 KB
Binary file not shown.

docs/build/doctrees/index.doctree

6 Bytes
Binary file not shown.

docs/build/html/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Welcome to Deep Learning NLP documentation!
2323

2424
.. toctree::
2525
:maxdepth: 3
26-
:caption: Core Concepts
26+
:caption: Supervised Learning
2727

2828
content/supervised/logistic_regression
2929
content/supervised/bayes

docs/build/html/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<li class="toctree-l1"><a class="reference internal" href="content/overview/overfitting.html">Overfitting and Underfitting</a></li>
8989
<li class="toctree-l1"><a class="reference internal" href="content/overview/regularization.html">Regularization</a></li>
9090
</ul>
91-
<p class="caption"><span class="caption-text">Core Concepts</span></p>
91+
<p class="caption"><span class="caption-text">Supervised Learning</span></p>
9292
<ul>
9393
<li class="toctree-l1"><a class="reference internal" href="content/supervised/logistic_regression.html">Logistic Regression</a></li>
9494
<li class="toctree-l1"><a class="reference internal" href="content/supervised/bayes.html">Naive Bayes Classification</a></li>

docs/build/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<li class="toctree-l1"><a class="reference internal" href="content/overview/overfitting.html">Overfitting and Underfitting</a></li>
8989
<li class="toctree-l1"><a class="reference internal" href="content/overview/regularization.html">Regularization</a></li>
9090
</ul>
91-
<p class="caption"><span class="caption-text">Core Concepts</span></p>
91+
<p class="caption"><span class="caption-text">Supervised Learning</span></p>
9292
<ul>
9393
<li class="toctree-l1"><a class="reference internal" href="content/supervised/logistic_regression.html">Logistic Regression</a></li>
9494
<li class="toctree-l1"><a class="reference internal" href="content/supervised/bayes.html">Naive Bayes Classification</a></li>
@@ -226,7 +226,7 @@ <h1>Welcome to Deep Learning NLP documentation!<a class="headerlink" href="#welc
226226
</ul>
227227
</div>
228228
<div class="toctree-wrapper compound">
229-
<p class="caption"><span class="caption-text">Core Concepts</span></p>
229+
<p class="caption"><span class="caption-text">Supervised Learning</span></p>
230230
<ul>
231231
<li class="toctree-l1"><a class="reference internal" href="content/supervised/logistic_regression.html">Logistic Regression</a><ul>
232232
<li class="toctree-l2"><a class="reference internal" href="content/supervised/logistic_regression.html#introduction">Introduction</a></li>

docs/build/html/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<li class="toctree-l1"><a class="reference internal" href="content/overview/overfitting.html">Overfitting and Underfitting</a></li>
8888
<li class="toctree-l1"><a class="reference internal" href="content/overview/regularization.html">Regularization</a></li>
8989
</ul>
90-
<p class="caption"><span class="caption-text">Core Concepts</span></p>
90+
<p class="caption"><span class="caption-text">Supervised Learning</span></p>
9191
<ul>
9292
<li class="toctree-l1"><a class="reference internal" href="content/supervised/logistic_regression.html">Logistic Regression</a></li>
9393
<li class="toctree-l1"><a class="reference internal" href="content/supervised/bayes.html">Naive Bayes Classification</a></li>

docs/build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Welcome to Deep Learning NLP documentation!
2323

2424
.. toctree::
2525
:maxdepth: 3
26-
:caption: Core Concepts
26+
:caption: Supervised Learning
2727

2828
content/supervised/logistic_regression
2929
content/supervised/bayes

0 commit comments

Comments
 (0)