diff --git a/source/img/lti/enable_class_fork.png b/source/img/lti/enable_class_fork.png index 665fb992..cc2296af 100644 Binary files a/source/img/lti/enable_class_fork.png and b/source/img/lti/enable_class_fork.png differ diff --git a/source/instructors/admin/integration/lti-course-copy.rst b/source/instructors/admin/integration/lti-course-copy.rst index 342c09f0..c4df5df3 100644 --- a/source/instructors/admin/integration/lti-course-copy.rst +++ b/source/instructors/admin/integration/lti-course-copy.rst @@ -24,8 +24,6 @@ Enabling this setting allows existing Codio course content used in your LMS to b LTI 1.3 Course Copy -------------------- -First enable :ref:`LTI Constant URLs ` for your course. - 1. In your existing Codio course, enable **Enable LTI course copy**, save your changes. .. figure:: /img/lti/enable_class_fork.png @@ -41,8 +39,6 @@ First enable :ref:`LTI Constant URLs ` for your c LTI 1.1 Course Copy -------------------- -First enable :ref:`LTI Constant URLs ` for your course. - 1. In your existing Codio course, enable **Enable LTI course copy** and save your changes. diff --git a/source/instructors/admin/sandboxes.rst b/source/instructors/admin/sandboxes.rst index cf82c6c9..01c45c97 100644 --- a/source/instructors/admin/sandboxes.rst +++ b/source/instructors/admin/sandboxes.rst @@ -54,6 +54,8 @@ Key Concepts - The AWS region in which sandboxes are created. Currently fixed to ``us-east-1``. * - **Prime** - Optional pre-warming configuration for sandboxes. When enabled, the platform creates "primed" sandboxes ahead of time to reduce wait time for learners. + * - **Warmup Storage** + - - Optional preparation of EBS volumes for sandboxes. When enabled, the platform prepares the volumes before they are needed. This can reduce boot time. Warmup storage may take time to become ready after the configuration is published. Windows sandboxes may require up to 5 minutes; GPU-backed Jupyter sandboxes may require about 10 minutes. Lifecycle, Duration, and Cleanup -------------------------------- @@ -237,7 +239,10 @@ After setting ``type`` to ``aws_ec2``, configure the following ``parameters``: - Optional - Default access channel for the instance. Supported values in examples: ``ssh`` or ``vnc``. If omitted, both connection modes are available. - + * - ``warmup_storage`` + - boolean + - Optional + - Prepare EBS volumes before they are needed. Supported values: ``true`` or ``false`` .. _jupytertype-sandboxes: @@ -267,6 +272,10 @@ After setting ``type`` to ``jupyter``, configure the following ``parameters``: - integer (GB) - Yes - Root volume size in GiB for the Jupyter environment (for example, ``40``). + * - ``warmup_storage`` + - boolean + - Optional + - Prepare EBS volumes before they are needed. Supported values: ``true`` or ``false`` ``prime`` (common) ~~~~~~~~~~~~~~~~~~ diff --git a/source/instructors/getstarted/support/changelog.rst b/source/instructors/getstarted/support/changelog.rst index 814c5e15..60fcc2dc 100644 --- a/source/instructors/getstarted/support/changelog.rst +++ b/source/instructors/getstarted/support/changelog.rst @@ -13,9 +13,13 @@ We do not report small bug fixes or issues that affect individual users, who we `[I]` = Update or improvement `[F]` = New feature +**August 2026** + +- `[I] [5th]`: Settings combined for :ref:`LTI Course Copy `. **July 2026** +- `[I] [30th]`: Warmup storage setting for :ref:`sandboxes `. - `[F] [16th]`: Added :ref:`Smart Import `. diff --git a/source/instructors/setupcourses/search-course.rst b/source/instructors/setupcourses/search-course.rst index b1441b7b..cc37b261 100644 --- a/source/instructors/setupcourses/search-course.rst +++ b/source/instructors/setupcourses/search-course.rst @@ -19,21 +19,21 @@ Courses are displayed in groups based on their creation date. The most recent co The **My** tab will show all courses in which you are a **Teacher**. This can be useful where you are in the **Owners** group and do not wish to see all the courses in the organization. -If you wish to see all the courses in the organization go to the **All** tab. +If you wish to see all the courses in the organization go to the **All** tab. Only organization **Owners** can see all the courses in an organization. Sort courses ------------ -You can sort the courses within the group by Name, Created Date, Student Count, or Start Date. +You can sort the courses within the group by Name, Created Date, or Start Date. .. image:: /img/manage_classes/orderclass.png :alt: Sort Courses -Search course -------------- -If you have a large number of courses, you can search by Name, Created Date, Student Count, or Start Date. Choose the sort option and then simply start typing your search criteria in the **Search** box. Codio searches all course names and filters your list accordingly. +Search courses +-------------- +If you have a large number of courses, you can search by Name. Codio searches course names and filters the list. -You can use this feature to more easily view just courses you teach. Search for your username and **Add as Tab** as described below. +To find courses with a specific tag, search for ``tag:"Intro"``. Add as Tab ---------- -To save your search parameters as a tab, click **Add as Tab**. Your search is then saved as a tab so you can quickly perform the same search again. +To save your search parameters as a tab, click **Add as Tab**. Your search is then saved as a tab so you can quickly perform the same search again.