There is still a lot of improvements that could be made to make the generated docs better organized. However, before this change we were generating the docs but they weren't in the doc tree so you couldn't actually browse to them. So we fix that first so that we can start getting feedback about how to organize them.
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
|