Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijnan03 committed Jun 17, 2024
1 parent e0fcebc commit aca96c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _sources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This jupyter-book provides python implementation for various concepts and algori

<div style="width:50%; margin: auto;">

![logos](images/logos.png)
![logos](images/logos.png)
</div>

## Expected learning outcomes
Expand Down
2 changes: 1 addition & 1 deletion _sources/krg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Gaussian Process based Models\n",
"\n",
"This section provides implementation for concepts related to gaussian process based models, refer lecture for more details about the model. Below block imports required packages:"
"This section provides implementation for concepts related to gaussian process based models. Below block imports required packages:"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion krg.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ <h1>Gaussian Process based Models</h1>

<section class="tex2jax_ignore mathjax_ignore" id="gaussian-process-based-models">
<h1>Gaussian Process based Models<a class="headerlink" href="#gaussian-process-based-models" title="Permalink to this heading">#</a></h1>
<p>This section provides implementation for concepts related to gaussian process based models, refer lecture for more details about the model. Below block imports required packages:</p>
<p>This section provides implementation for concepts related to gaussian process based models. Below block imports required packages:</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit aca96c4

Please sign in to comment.