This is part of a larger effort to split packages out into independent, composable, PyPI installable Python packages. While this package itself isn't monumental, it represents the bottom of the dependecy tree and can be split out before any other packages.
16 lines
419 B
ReStructuredText
16 lines
419 B
ReStructuredText
common/lib
|
|
**********
|
|
|
|
This directory contains libraries which are installed locally so they can be
|
|
imported by name with no package hierarchy. They will most likely be split
|
|
out from edx-platform into separate packages at some point.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
common/lib/capa/modules
|
|
common/lib/chem/modules
|
|
common/lib/safe_lxml/modules
|
|
common/lib/symmath/modules
|
|
common/lib/xmodule/modules
|