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.
24 lines
748 B
ReStructuredText
24 lines
748 B
ReStructuredText
common/djangoapps
|
|
*****************
|
|
|
|
This directory contains Django applications intended to be used in both the
|
|
LMS and Studio.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
common/djangoapps/course_action_state/modules
|
|
common/djangoapps/course_modes/modules
|
|
common/djangoapps/database_fixups/modules
|
|
common/djangoapps/edxmako/modules
|
|
common/djangoapps/enrollment/modules
|
|
common/djangoapps/entitlements/modules
|
|
common/djangoapps/pipeline_mako/modules
|
|
common/djangoapps/static_replace/modules
|
|
common/djangoapps/status/modules
|
|
common/djangoapps/student/modules
|
|
common/djangoapps/third_party_auth/modules
|
|
common/djangoapps/track/modules
|
|
common/djangoapps/util/modules
|
|
common/djangoapps/xblock_django/modules
|