mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Run black on IOS-Python
This commit is contained in:
@@ -81,13 +81,21 @@ autoapi_add_toctree_entry = True
|
||||
autoapi_type = "python"
|
||||
|
||||
# autoapi works by reading source code instead of importing modules
|
||||
autoapi_dirs = ['../ifcopenshell', '../../bcf/bcf', '../../bsdd', '../../ifccsv', '../../ifcdiff', '../../ifcpatch/ifcpatch', '../../ifctester/ifctester']
|
||||
autoapi_dirs = [
|
||||
"../ifcopenshell",
|
||||
"../../bcf/bcf",
|
||||
"../../bsdd",
|
||||
"../../ifccsv",
|
||||
"../../ifcdiff",
|
||||
"../../ifcpatch/ifcpatch",
|
||||
"../../ifctester/ifctester",
|
||||
]
|
||||
# autoapi_dirs = ['../../ifcdiff']
|
||||
# autoapi_dirs = ['../../ifcdiff', '../ifcopenshell/util']
|
||||
# autoapi_dirs = ['../../bcf/bcf', '../../bsdd', '../../ifccsv', '../../ifcdiff', '../../ifcpatch/ifcpatch', '../../ifctester/ifctester']
|
||||
|
||||
# These are auto-generated based on the IFC schema, so exclude them
|
||||
autoapi_ignore = ['*ifcopenshell/express/rules*']
|
||||
autoapi_ignore = ["*ifcopenshell/express/rules*"]
|
||||
|
||||
# Custom autoapi templates to make it easier to read our docs
|
||||
autoapi_template_dir = "_autoapi_templates"
|
||||
|
||||
Reference in New Issue
Block a user