Skip to content

Commit 6c5d056

Browse files
authored
Merge pull request #4992 from ryanlovett/docs-group-profile-update
Correct and improve group profile docs.
2 parents 8765e99 + 511f025 commit 6c5d056

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/admins/howto/course-config.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ Defining group profiles
7676
mem_guarantee: 2048M
7777
7878
79-
# Example: grant admin rights to course staff.
79+
# Example: increase memory just for course staff.
8080
# Enrollment types returned by the Canvas API are `teacher`,
81-
# `student`, `ta`, `observer`, and `designer`.
81+
# `student`, `ta`, `observer`, and `designer`. (non-plural)
8282
# https://canvas.instructure.com/doc/api/enrollments.html
8383
8484
# Some other class 200, Spring '23; requested in #98776
@@ -90,11 +90,12 @@ Defining group profiles
9090
mem_guarantee: 2048M
9191
9292
93-
# Example: a fully specified CanvasOAuthenticator group name.
94-
# This could be useful for temporary resource bumps where the
95-
# instructor could add people to groups in the bCourses UI. This
96-
# would benefit from the ability to read resource bumps from
97-
# jupyterhub's properties. (attributes in the ORM)
93+
# Example: a fully specified CanvasOAuthenticator group name where
94+
# the resource request happens to be an additional mount path.
95+
# Creating groups for temporary resource bumps could be useful
96+
# where the instructor could add people to groups in the bCourses
97+
# UI. This would benefit from the ability to read resource bumps
98+
# from jupyterhub's properties. (attributes in the ORM)
9899
99100
# Name of Class 100, Fall '22; requested in #98770
100101
course::123456::group::lab4-bigdata:

0 commit comments

Comments
 (0)