diff --git a/.github/scripts/check-whitespace.py b/.github/scripts/check-whitespace.py index 5f656a1e87..1ed51099cb 100644 --- a/.github/scripts/check-whitespace.py +++ b/.github/scripts/check-whitespace.py @@ -296,6 +296,7 @@ PATTERNS = ( "*.cmake", "*/CMakeLists.txt", "*.yml", + "*.yaml", "*.bat", "*.cmd", "*.sh", diff --git a/.github/workflows/publish-aichat-app.yaml b/.github/workflows/publish-aichat-app.yaml index 7b3660f1fc..2688d31c3d 100644 --- a/.github/workflows/publish-aichat-app.yaml +++ b/.github/workflows/publish-aichat-app.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Set env run: echo ok go - + build: needs: activate runs-on: ubuntu-latest diff --git a/conda/recipe.yaml b/conda/recipe.yaml index d952fcbebe..4ce68297af 100644 --- a/conda/recipe.yaml +++ b/conda/recipe.yaml @@ -75,19 +75,19 @@ about: description: | IfcOpenShell ============ - + IfcOpenShell is an open source ([LGPL]) software library for working with Industry Foundation Classes ([IFC]). Complete parsing support is provided for [IFC2x3 TC1], [IFC4 Add2 TC1], IFC4x1, IFC4x3, and IFC4x3. Extensive geometric support is implemented for the IFC releases [IFC2x3 TC1] and [IFC4 Add2 TC1]. Extending with support for arbitrary IFC schemas is possible at compile-time when using C++ and at run-time when using Python. - + In addition to a C++ and Python API, IfcOpenShell comes with an ecosystem of tools, notably including IfcConvert (an application to convert IFC models to other formats), the BlenderBIM Add-on (an add-on to Blender providing a graphical IFC authoring platform), and many other libraries, CLI apps, and more. Support is also provided for auxiliary standards such as BCF and IDS. - + For more information, see: - + * [IfcOpenShell Website](http://ifcopenshell.org) * [IfcOpenShell Documentation](http://bonsaibim.org/docs-python) * [IfcOpenShell C++ Installation](https://bonsaibim.org/docs-python/ifcopenshell/installation.html) @@ -97,7 +97,7 @@ about: * [Bonsai Documentation](http://bonsaibim.org/docs) * [Add-on Installation](https://bonsaibim.org/docs/users/installation.html) * [Exploring an IFC model](https://bonsaibim.org/docs/users/exploring_an_ifc_model.html) - + @@ -138,12 +138,12 @@ about: - +
Docker hub Docker Pulls
Contents -------- - + Those marked with an asterisk are part of IfcOpenShell. @@ -281,7 +281,7 @@ about:
- + [LGPL]: https://github.com/IfcOpenShell/IfcOpenShell/tree/master/COPYING.LESSER "LGPL-3.0-or-later" [IFC]: https://technical.buildingsmart.org/standards/ifc/ "IFC" [IFC2x3 TC1]: https://standards.buildingsmart.org/IFC/RELEASE/IFC2x3/TC1/HTML/ "IFC2x3 TC1" diff --git a/pyodide/meta.yaml b/pyodide/meta.yaml index 928c231b2f..e9575ab243 100644 --- a/pyodide/meta.yaml +++ b/pyodide/meta.yaml @@ -15,5 +15,5 @@ about: home: http://ifcopenshell.org license: LGPL-3.0-or-later summary: | - IfcOpenShell is an open source (LGPL) software library for + IfcOpenShell is an open source (LGPL) software library for working with the Industry Foundation Classes (IFC) file format.