Skip to content

Commit

Permalink
Merge pull request #42 from gradescope/tim/ch34758/document-the-upgra…
Browse files Browse the repository at this point in the history
…de-to-ubuntu-20-04-in-the

Add "Recent Changes" page with details about base image update
  • Loading branch information
ibrahima committed Dec 30, 2020
2 parents a6078da + 419d6ad commit 3a64a6d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ script, along with whatever supporting code you need, and we manage
accepting student submissions, running your autograder at scale, and
distributing the results back to students and to you.

!!! note "Updates"
Our autograder platform is under active development! Check out the
[Updates](updates/) page to see what we've changed recently.

# How it works

As an instructor, you create a new assignment on Gradescope, and
Expand Down
8 changes: 8 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Updates

Here are some updates we've made to our autograder platform. If you have any questions or issues with any of these changes, please email [help@gradescope.com](mailto:help@gradescope.com).

## September 4th, 2020

- The Ubuntu, Fedora, and CentOS base images had their default Python installation upgraded from Python 2 to Python 3.
- See our [help documentation](../python3_issues/) if you suspect this is causing issues with your autograder setup.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ theme: readthedocs
extra_css: [gradescope.css]
pages:
- 'Home': index.md
- 'Updates': updates.md
- 'Getting Started': getting_started.md
- 'Autograder Specifications': specs.md
- 'Manual Grading': manual_grading.md
Expand All @@ -26,3 +27,5 @@ pages:
- 'Native code via Python': diff.md
- 'MySQL': mysql.md
- 'Community Resources': resources.md
markdown_extensions:
- admonition

0 comments on commit 3a64a6d

Please sign in to comment.