Add documentation for IfcPatch and all recipes

This commit is contained in:
Dion Moult
2023-01-10 10:18:13 +11:00
parent c8ba96cde8
commit da84cc5925
23 changed files with 611 additions and 126 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ autoapi_add_toctree_entry = True
autoapi_type = 'python'
# autoapi works by reading source code instead of importing modules
autoapi_dirs = ['../ifcopenshell', '../../ifcdiff']
autoapi_dirs = ['../ifcopenshell', '../../ifcdiff', '../../ifcpatch/ifcpatch']
# These are auto-generated based on the IFC schema, so exclude them
autoapi_ignore = ['*ifcopenshell/express/rules*']
@@ -75,3 +75,8 @@ Alternatively, you can package it as an executable.
$ python make.py
$ ./dist/ifcpatch
Patch recipes
-------------
You can view all built-in patches in IfcPatch here: :doc:`List of IfcPatch recipes <autoapi/ifcpatch/recipes/index>`.