Run black on IOS-Python

This commit is contained in:
Dion Moult
2024-07-26 12:00:28 +10:00
parent d51fa2c5f7
commit a6286293d8
83 changed files with 603 additions and 637 deletions
+10 -2
View File
@@ -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"