From 03982bc44e28fa87a4552566f791d81ffd0db397 Mon Sep 17 00:00:00 2001 From: Peter Pinch <430126+pdpinch@users.noreply.github.com> Date: Mon, 6 Jul 2020 11:48:19 -0400 Subject: [PATCH] format --- .../decisions/0002-deprecate-sysadmin-dashboard-adr.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/djangoapps/dashboard/decisions/0002-deprecate-sysadmin-dashboard-adr.rst b/lms/djangoapps/dashboard/decisions/0002-deprecate-sysadmin-dashboard-adr.rst index 6aa2eaad69..e58ee2e3f6 100644 --- a/lms/djangoapps/dashboard/decisions/0002-deprecate-sysadmin-dashboard-adr.rst +++ b/lms/djangoapps/dashboard/decisions/0002-deprecate-sysadmin-dashboard-adr.rst @@ -27,11 +27,11 @@ would need to be added and/or moved into the cms application 2. Import a course from git - _ + https://github.com/edx/edx-platform/blob/master/lms/djangoapps/dashboard/git_import.py 3. Delete a course - _ + https://github.com/edx/edx-platform/blob/master/lms/djangoapps/dashboard/sysadmin.py#L383-L408 These APIs can be removed entirely, as they are adequately covered by existing functionality: @@ -43,7 +43,7 @@ These APIs can be removed entirely, as they are adequately covered by existing f 2. Staffing and Enrollment (TBD) - _ + https://github.com/edx/edx-platform/blob/master/lms/djangoapps/dashboard/sysadmin.py#L419-L477 This functionality may be redundant to features in the Insights application.