Skip to content

Commit 55fca5a

Browse files
committed
Website build
1 parent 3972250 commit 55fca5a

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed
0 Bytes
Binary file not shown.

L2_QR_factorisation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ <h2><span class="section-number">2.6. </span>Householder triangulation<a class="
682682
done so, you will need to modified
683683
<a class="reference internal" href="cla_utils.html#cla_utils.exercises3.householder" title="cla_utils.exercises3.householder"><code class="xref py py-func docutils literal notranslate"><span class="pre">cla_utils.exercises3.householder()</span></code></a> to use the <code class="docutils literal notranslate"><span class="pre">kmax</span></code>
684684
argument. You may make use of the built-in triangular solve
685-
algorithm <a class="reference external" href="http://scipy.github.io/devdocs/reference/generated/scipy.linalg.solve_triangular.html#scipy.linalg.solve_triangular" title="(in SciPy v1.8.0.dev0+1756.0364a40)"><code class="xref py py-func docutils literal notranslate"><span class="pre">scipy.linalg.solve_triangular()</span></code></a> (we shall consider
685+
algorithm <a class="reference external" href="http://scipy.github.io/devdocs/reference/generated/scipy.linalg.solve_triangular.html#scipy.linalg.solve_triangular" title="(in SciPy v1.8.0.dev0+1775.93c7e94)"><code class="xref py py-func docutils literal notranslate"><span class="pre">scipy.linalg.solve_triangular()</span></code></a> (we shall consider
686686
triangular matrix algorithms briefly later). The test script
687687
<code class="docutils literal notranslate"><span class="pre">test_exercises3.py</span></code> in the <code class="docutils literal notranslate"><span class="pre">test</span></code> directory will also test this
688688
function.</p>
@@ -794,7 +794,7 @@ <h2><span class="section-number">2.7. </span>Application: Least squares problems
794794
appropriate augmented matrix <span class="math notranslate nohighlight">\(\hat{A}\)</span>, calling
795795
<a class="reference internal" href="cla_utils.html#cla_utils.exercises3.householder" title="cla_utils.exercises3.householder"><code class="xref py py-func docutils literal notranslate"><span class="pre">cla_utils.exercises3.householder()</span></code></a> and extracting appropriate
796796
subarrays using slice notation, before using
797-
<a class="reference external" href="http://scipy.github.io/devdocs/reference/generated/scipy.linalg.solve_triangular.html#scipy.linalg.solve_triangular" title="(in SciPy v1.8.0.dev0+1756.0364a40)"><code class="xref py py-func docutils literal notranslate"><span class="pre">scipy.linalg.solve_triangular()</span></code></a> to solve the resulting upper triangular
797+
<a class="reference external" href="http://scipy.github.io/devdocs/reference/generated/scipy.linalg.solve_triangular.html#scipy.linalg.solve_triangular" title="(in SciPy v1.8.0.dev0+1775.93c7e94)"><code class="xref py py-func docutils literal notranslate"><span class="pre">scipy.linalg.solve_triangular()</span></code></a> to solve the resulting upper triangular
798798
system, before returning the solution <span class="math notranslate nohighlight">\(x\)</span>. The test script
799799
<code class="docutils literal notranslate"><span class="pre">test_exercises3.py</span></code> in the <code class="docutils literal notranslate"><span class="pre">test</span></code> directory will also test this
800800
function.</p>

_sources/exercises.rst.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Setting up your repository
2020

2121
We're using a tool called `GitHub classroom <https://classroom.github.com>`_ to automate the creation of your
2222
copies of the repository.
23-
To create your repository, click `here <https://classroom.github.com/a/OY_NHMeU>`_.
23+
To create your repository, click `here <https://classroom.github.com/a/RDyDLTSf>`_.
2424

2525

2626
Cloning a local copy
@@ -88,9 +88,7 @@ build the :doc:`cla_utils` web documentation.
8888
As you do the exercises, **commit your code** to your repository. This
8989
will build up your computational exercise solution sets. You should
9090
commit code early and often - small commits are easier to understand
91-
and debug than large ones. **Never** commit back to the ``master``
92-
branch of your fork, that should always remain a clean copy of the
93-
main repository.
91+
and debug than large ones.
9492

9593
Pull requests for feedback
9694
--------------------------

exercises.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2>Obtaining the skeleton code<a class="headerlink" href="#obtaining-the-skelet
6363
<h3>Setting up your repository<a class="headerlink" href="#setting-up-your-repository" title="Permalink to this headline"></a></h3>
6464
<p>We’re using a tool called <a class="reference external" href="https://classroom.github.com">GitHub classroom</a> to automate the creation of your
6565
copies of the repository.
66-
To create your repository, click <a class="reference external" href="https://classroom.github.com/a/OY_NHMeU">here</a>.</p>
66+
To create your repository, click <a class="reference external" href="https://classroom.github.com/a/RDyDLTSf">here</a>.</p>
6767
</section>
6868
<section id="cloning-a-local-copy">
6969
<h3>Cloning a local copy<a class="headerlink" href="#cloning-a-local-copy" title="Permalink to this headline"></a></h3>
@@ -124,9 +124,7 @@ <h2>How to do the computational exercises<a class="headerlink" href="#how-to-do-
124124
<p>As you do the exercises, <strong>commit your code</strong> to your repository. This
125125
will build up your computational exercise solution sets. You should
126126
commit code early and often - small commits are easier to understand
127-
and debug than large ones. <strong>Never</strong> commit back to the <code class="docutils literal notranslate"><span class="pre">master</span></code>
128-
branch of your fork, that should always remain a clean copy of the
129-
main repository.</p>
127+
and debug than large ones.</p>
130128
</section>
131129
<section id="pull-requests-for-feedback">
132130
<h2>Pull requests for feedback<a class="headerlink" href="#pull-requests-for-feedback" title="Permalink to this headline"></a></h2>

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.

0 commit comments

Comments
 (0)