#2319 Add documentation for IfcDiff

This commit is contained in:
Dion Moult
2022-08-18 16:11:59 +10:00
parent 35ce8c2848
commit 09a6f56f47
4 changed files with 159 additions and 27 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ extensions = ["autoapi.extension"]
autoapi_type = 'python'
# autoapi works by reading source code instead of importing modules
autoapi_dirs = ['../ifcopenshell']
autoapi_dirs = ['../ifcopenshell', '../../ifcdiff']
# autoapi_options doesn't have show-module-summary, as it tends to create one
# page per function which contradicts the presentation of showing all functions