From c05573a4f915408f4ab556e3ef6c566fec46fe78 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 22 Oct 2024 05:45:30 +0000 Subject: [PATCH] site deploy Auto-generated via `{sandpaper}` Source : fc756cfcb2e296fbcd6d1014c96312b98034faf3 Branch : md-outputs Author : GitHub Actions Time : 2024-09-20 15:59:52 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 4ca002a4a3f5bede2bba36fc1aa71c9277c90543 Branch : main Author : Robert Chisholm Time : 2024-09-20 15:58:20 +0000 Message : Update url within config.yaml to include protocol --- aio.html | 16 +++++++------- index.html | 2 +- instructor/aio.html | 22 +++++++++---------- instructor/index.html | 2 +- ...timisation-data-structures-algorithms.html | 6 ++--- instructor/profiling-introduction.html | 4 ++-- instructor/profiling-lines.html | 12 +++++----- optimisation-data-structures-algorithms.html | 4 ++-- pkgdown.yml | 2 +- profiling-introduction.html | 2 +- profiling-lines.html | 10 ++++----- 11 files changed, 41 insertions(+), 41 deletions(-) diff --git a/aio.html b/aio.html index 22aa3ed..35b8e3d 100644 --- a/aio.html +++ b/aio.html @@ -755,7 +755,7 @@

Exercise (5 minutes)

-
+
  • What tools and techniques would be required?
  • @@ -1550,7 +1550,7 @@

    SH< -
    +

    If you are unable to install line_profiler via pip on MacOS. Instead it can be installed via @@ -1913,7 +1913,7 @@

    Exercise 1: BubbleSort

    -
    +
    • Remember that the code needs to be moved into a method decorated @@ -1933,7 +1933,7 @@

      Give me a hint

      -
      +

      If you chose to profile the whole code, it may look like this:

      @@ -2053,7 +2053,7 @@

      Exercise 2: Predator Prey

      -
      +
      • Remember that the function needs to be decorated with @@ -2075,7 +2075,7 @@

        Give me a hint

        -
        +

        First the function must be decorated

        @@ -2821,7 +2821,7 @@

        PYTHON