refactor!: delete common/lib and related usages
This commit is contained in:
@@ -61,7 +61,7 @@ out of the set selected by the author.
|
||||
Current Architecture/Implementation
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Currently, courses are stored in Modulestore and libraries can either be stored in
|
||||
Modulestore or Blockstore. The [library_sourced_block](https://github.com/openedx/edx-platform/blob/master/common/lib/xmodule/xmodule/library_sourced_block.py)
|
||||
Modulestore or Blockstore. The [library_sourced_block](https://github.com/openedx/edx-platform/blob/master/xmodule/library_sourced_block.py)
|
||||
is used to make a copy of blockstore-based v2 content library block and store it in
|
||||
Modulestore itself as the child.
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user