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.
14 lines
385 B
ReStructuredText
14 lines
385 B
ReStructuredText
common
|
|
******
|
|
|
|
The ``common`` directory in edx-platform is home to an assortment of packages
|
|
used by the LMS and Studio. This is a legacy code organization decision, and
|
|
it is currently intended that most of the code here will eventually either be
|
|
moved into the ``openedx`` package or broken out into a separately installed
|
|
package.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
common/common
|