Now that the content in `guides` is all of the edx-platform docs, move them all into the top-level docs directory to reduce confusion. BREAKING CHANGE: Guides are now just docs. This will require updating the publishing settings so that RTD looks for the conf in a different location.
23 lines
641 B
ReStructuredText
23 lines
641 B
ReStructuredText
lms
|
|
***
|
|
|
|
The ``lms`` directory in edx-platform is home to the code needed for the LMS
|
|
(Learning Management System) which is not also needed for the Course Authoring
|
|
Studio.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
lms/modules
|
|
lms/djangoapps/badges/modules
|
|
lms/djangoapps/branding/modules
|
|
lms/djangoapps/bulk_email/modules
|
|
lms/djangoapps/courseware/modules
|
|
lms/djangoapps/coursewarehistoryextended/modules
|
|
lms/djangoapps/experiments/modules
|
|
lms/djangoapps/lti_provider/modules
|
|
lms/djangoapps/mobile_api/modules
|
|
lms/djangoapps/notes/modules
|
|
lms/djangoapps/rss_proxy/modules
|
|
lms/djangoapps/survey/modules
|