2 Commits

Author SHA1 Message Date
9d92db4644 Updated link to docs 2024-09-22 16:15:13 +02:00
2c2d39c6dd Fixed stupid docs mistake 2024-06-03 22:55:36 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<img src="docs/img/rugemmie.gif" /> <img src="docs/img/rugemmie.gif" />
</p> </p>
<p align="center"> <p align="center">
<a href="https://temmies.readthedocs.io/en/latest/"><img alt="Read the Docs" src="https://img.shields.io/readthedocs/temmies"></a> <a href="https://temmies.confest.im"><img alt="Read the Docs" src="https://img.shields.io/readthedocs/temmies"></a>
<img alt="GitHub" src="https://img.shields.io/github/license/Code-For-Groningen/temmies"> <img alt="GitHub" src="https://img.shields.io/github/license/Code-For-Groningen/temmies">
</p> </p>
@ -15,7 +15,7 @@ A python library which interacts with themis. Uses bs4. I'll try to end developm
* [x] Submission status * [x] Submission status
## Docs ## Docs
[here](http://temmies.rtfd.io/). [here](http://temmies.confest.im/).
## Possible continuations ## Possible continuations
* Discord bot * Discord bot
@ -23,4 +23,4 @@ A python library which interacts with themis. Uses bs4. I'll try to end developm
## Thanks to ## Thanks to
* [Glitchcat](https://glitchcat.github.io/themis-api/), cool docs bro. * [Glitchcat](https://glitchcat.github.io/themis-api/), cool docs bro.
* [Mo](https://github.com/Stylo2k), damn bruh you actually work for Themis * [Mo](https://github.com/Stylo2k), damn bruh you actually work for Themis

View File

@ -30,7 +30,7 @@ year = themis.get_year(2023, 2024)
course = year.get_course("Programming Fundamentals (for CS)") course = year.get_course("Programming Fundamentals (for CS)")
# Get an assignment # Get an assignment
assignment = course.get_assignment("Assignment 1") assignment = course.get_group("Assignment 1")
# Submit 2 files # Submit 2 files
assignment.submit(["among.c", "us.py"]) assignment.submit(["among.c", "us.py"])