From fc2d6441596e547ba8d8c9957b092724d8bb9ae3 Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 28 Apr 2022 17:52:47 +0100 Subject: Started writing documentation --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) mode change 100644 => 120000 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index 0253245..0000000 --- a/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Smarker -An automated marking system for UEA programming assessments - -## Running in docker - -`sudo docker run -v "$(pwd)/../wsData.txt":/wsData.txt -v "$(pwd)/100301654.zip":/tmp/100301654.zip -v "$(pwd)/out/":/out/ -e submission=/tmp/100301654.zip -e assessment=example -e SMARKERDEPS=matplotlib -e format=pdf -e output=/out/100301654.pdf --rm smarker` - -`sudo docker run -it --entrypoint python --rm smarker assessments.py --list yes` \ No newline at end of file diff --git a/README.md b/README.md new file mode 120000 index 0000000..57b939d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +docs/source/index.rst \ No newline at end of file -- cgit v1.2.3