From f011cdcda09edc8a20064dc8f86b3f8600403c96 Mon Sep 17 00:00:00 2001 From: vangef Date: Fri, 8 Dec 2023 14:01:48 +0000 Subject: [PATCH] docs edits --- docs/inspect.md | 6 +++--- docs/instructions.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/inspect.md b/docs/inspect.md index 15f5f97..f5657d8 100644 --- a/docs/inspect.md +++ b/docs/inspect.md @@ -32,7 +32,7 @@ With **Inspect by hash** you can inspect the submissions for identical files (by Before running the *inspect* scripts for the first time, you also need to install the *pandas* package: -```python +```console python -m pip install pandas ``` @@ -44,7 +44,7 @@ If you haven't already, extract the downloaded from *Blackboard* gradebook in a To inspect a *gradeboook* run **`inspect_gradebook.py`** and provide the name of the gradebook directory as an argument, e.g. for the gradebook `AssignmentX` run: -```python +```console python inspect_gradebook.py AssignmentX ``` @@ -62,7 +62,7 @@ To inspect *submissions* run **`inspect_submissions.py`** and provide the name o - e.g. for the organised gradebook `AssignmentX` (in *BB_submissions*/`AssignmentX`) run: -```python +```console python inspect_submissions.py AssignmentX ``` diff --git a/docs/instructions.md b/docs/instructions.md index 74e8808..6c47a8c 100644 --- a/docs/instructions.md +++ b/docs/instructions.md @@ -22,7 +22,7 @@ Extract the downloaded gradebook in a new directory inside *BB_gradebooks*. Before running the script for the first time, install the required packages (*py7z*, *rarfile*): -```python +```console python -m pip install py7zr rarfile ``` @@ -37,7 +37,7 @@ To organise the gradebook run **`organise_gradebook.py`** and provide the name o - e.g. for gradebook `AssignmentX` (in *BB_gradebooks*/`AssignmentX`) run: -```python +```console python organise_gradebook.py AssignmentX ```