Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit c8f9671

Browse files
committed
Update docs
1 parent a6e7276 commit c8f9671

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
![AutoGrader](https://raw.githubusercontent.com/Ovsyanka83/autograder/main/docs/_media/logo_with_text.svg)
2-
1+
<p align="center">
2+
<a href="https://ovsyanka83.github.io/autograder/"><img src="https://raw.githubusercontent.com/Ovsyanka83/autograder/main/docs/_media/logo_with_text.svg" alt="AutoGrader"></a>
3+
</p>
34
<p align="center">
45
<b>Provides a simple, secure, and configurable way to grade programming assignments</b>
56
</p>

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tool.poetry]
22
name = "assignment-autograder"
3-
version = "3.7.2"
3+
version = "3.7.3"
44
description = "Automatic assignment grading for instructor use in programming courses"
55
authors = ["Ovsyanka <[email protected]>"]
66
license = "GPL-3.0"
77
readme = "README.md"
8+
documentation = "https://ovsyanka83.github.io/autograder/"
89
repository = "https://github.com/Ovsyanka83/autograder"
910
include = ["autograder/**/*"]
1011
packages = [{ include = "autograder" }]

0 commit comments

Comments
 (0)