Skip to content

Commit 8bb126e

Browse files
committed
Update the "getting ready" part of the overview page
1 parent 3fd3e70 commit 8bb126e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2 id="prerequisites"><span class="glyphicon glyphicon-education"></span>Prereq
4141
<h2 id="getting-ready"><span class="glyphicon glyphicon-check"></span>Getting ready</h2>
4242
</div>
4343
<div class="panel-body">
44-
<p>This lesson is based on Python 3 and numpy, and uses tools such as ipython (or the jupyter notebook) and pynest. If you have a standard installation of Anaconda, then you should have all you need.</p>
44+
<p>This lesson is based on <em>Python 3</em>, <em>numpy</em>, and <em>ipython</em> (or the <em>jupyter notebook</em>) and introduces a few tools: <em>pytest</em>, <em>line_profiler</em>, and <em>snakeviz</em> (all included in a standard installation of <a href="https://www.continuum.io/downloads">Anaconda</a>).</p>
4545
</div>
4646
</section>
4747
<p>Material: <a href="testing_debugging_profiling.zip">Example files (zip)</a></p>

index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ title: Testing, debugging, and profiling
1515
1616
> ## Getting ready {.getready}
1717
>
18-
> This lesson is based on Python 3 and numpy, and uses tools such as ipython (or the jupyter notebook) and pynest. If you have a standard installation of Anaconda, then you should have all you need.
18+
> This lesson is based on *Python 3*, *numpy*, and *ipython* (or the
19+
*jupyter notebook*) and introduces a few tools: *pytest*, *line_profiler*, and
20+
*snakeviz* (all included in a standard installation of
21+
[Anaconda](https://www.continuum.io/downloads)).
1922

2023
Material: [Example files (zip)](testing_debugging_profiling.zip)
2124

0 commit comments

Comments
 (0)