From 6ea900cba6acd06b4e6dc0e935f0c48cfef4b5e6 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Mon, 4 Oct 2021 11:34:29 -0400 Subject: [PATCH] docs: remove link to edX.org-internal coursegraph queries (#28918) I had thought this wiki page was publicly accessible, but it turns out that it is restricted to edX employees. Making the page publicly visible would involve editing some queries to remove edX.org-specific information, which is doable but not something I can commit to right now. --- openedx/core/djangoapps/coursegraph/README.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/openedx/core/djangoapps/coursegraph/README.rst b/openedx/core/djangoapps/coursegraph/README.rst index eeaffec19e..a825144476 100644 --- a/openedx/core/djangoapps/coursegraph/README.rst +++ b/openedx/core/djangoapps/coursegraph/README.rst @@ -97,11 +97,3 @@ In a given course, which units contain problems with custom Python grading code? c.course_key = '' RETURN u.location - - -Query Archive -************* - -edX currently maintains a running archive `Coursegraph queries we have found useful`_ which may serve as a helpful reference. - -.. _Coursegraph queries we have found useful: https://openedx.atlassian.net/wiki/spaces/SUST/pages/135102646/CourseGraph+Queries