The two are now linked together in build.py by specifying the input module. Updated gendoc.py to specify the right module.
9 lines
No EOL
235 B
Python
9 lines
No EOL
235 B
Python
from sections import MatrixSections
|
|
from units import MatrixUnits
|
|
import os
|
|
|
|
exports = {
|
|
"units": MatrixUnits,
|
|
"sections": MatrixSections,
|
|
"templates": os.path.join(os.path.dirname(os.path.abspath(__file__)), "templates")
|
|
} |