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

Commit 37d770a

Browse files
committed
Fix descriptions everywhere
1 parent 4859ef8 commit 37d770a

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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>
33
</p>
44
<p align="center">
5-
<b>Provides a simple, secure, and configurable way to grade programming assignments</b>
5+
<b>A simple, secure, and versatile way to automatically grade programming assignments</b>
66
</p>
77

88
---

docs/README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# Autograder
2-
3-
Provides a simple, secure, and configurable way to grade programming assignments
4-
5-
![PyPI](https://img.shields.io/pypi/v/assignment-autograder)
6-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/assignment-autograder)
1+
<a href="https://github.com/ovsyanka83/autograder/actions?query=workflow%3ATests+event%3Apush+branch%3Amain" target="_blank">
2+
<img src="https://github.com/Ovsyanka83/autograder/actions/workflows/test.yaml/badge.svg?branch=main&event=push" alt="Test">
3+
</a>
4+
<a href="https://codecov.io/gh/ovsyanka83/autograder" target="_blank">
5+
<img src="https://img.shields.io/codecov/c/github/ovsyanka83/autograder?color=%2334D058" alt="Coverage">
6+
</a>
7+
<a href="https://pypi.org/project/assignment-autograder/" target="_blank">
8+
<img alt="PyPI" src="https://img.shields.io/pypi/v/assignment-autograder?color=%2334D058&label=pypi%20package" alt="Package version">
9+
</a>
10+
<a href="https://pypi.org/project/assignment-autograder/" target="_blank">
11+
<img src="https://img.shields.io/pypi/pyversions/assignment-autograder?color=%2334D058" alt="Supported Python versions">
12+
</a>
13+
14+
---
715

816
## Table of Contents
917

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img alt="AutoGrader" width="420" src="_media/logo_with_text.svg?sanitize=true">
22

3-
> A simple, secure, and configurable way to grade any programming assignments
3+
> A simple, secure, and versatile way to automatically grade programming assignments
44
55
[GitHub](https://github.com/ovsyanka83/autograder/)
66
[Get Started](#Installation)

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<meta charset="UTF-8">
66
<title>AutoGrader</title>
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
8-
<meta name="description" content="Description">
8+
<meta name="description"
9+
content="A simple, secure, and versatile way to automatically grade programming assignments">
910
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
1011
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
1112
<link rel="icon" href="_media/logo.svg" type="image/svg+xml">

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "assignment-autograder"
3-
version = "3.7.4"
4-
description = "Automatic assignment grading for instructor use in programming courses"
3+
version = "3.7.5"
4+
description = "A simple, secure, and versatile way to automatically grade programming assignments"
55
authors = ["Ovsyanka <[email protected]>"]
66
license = "GPL-3.0"
77
readme = "README.md"

0 commit comments

Comments
 (0)