Skip to content

Commit

Permalink
Better nav icon and fixed non-conform yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Aug 1, 2023
1 parent 0bef137 commit 7369c56
Show file tree
Hide file tree
Showing 19,267 changed files with 62,837 additions and 66,663 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 5 additions & 2 deletions migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,8 @@ def addFooter(self,page,mdtext):

breadcrumb = " > "
footer = "\n\n\n\n---\n"
footer += "![]("+self.icon_nav+") "
#footer += "![]("+self.icon_nav+") "
footer += "⏵ "
footer += "[documentation index](../"+self.rootpage+")"
c = self.getPageCategories(page)
w = self.getWorkbench(page)
Expand Down Expand Up @@ -796,6 +797,7 @@ def cleanMarkdown(self,mdtext,imagepath=None,debug=0):
result = re.sub("{{\#translation\:}}","",result,flags=flags)
result = re.sub("{{\\\#translation\:}}","",result,flags=flags)
result = re.sub("{{UnfinishedDocu.*?}}","",result,flags=flags)
result = re.sub("{{TOCright}}","",result,flags=flags)

if debug >= 3:
# templates that get turned into italic text
Expand Down Expand Up @@ -831,10 +833,11 @@ def cleanMarkdown(self,mdtext,imagepath=None,debug=0):
guicommandblk = re.findall("```{\=mediawiki}.*?{{GuiCommand(.*?)}}\n```",result,flags=flags)
if guicommandblk:
guicommandblk = guicommandblk[0]
guicommandblk = re.sub("\|(.*?)\=(.*?)",r" \1:\2",guicommandblk) # fixing GuiCommand contents
guicommandblk = re.sub("\|(.*?)\=(.*?)",r" \1: \2",guicommandblk) # fixing GuiCommand contents
guicommandblk = guicommandblk.replace("→","-") # github does not like unicode in here...
if guicommandblk.strip().startswith("/"): # fix malformation of translated GuiCommands
guicommandblk = guicommandblk[3:]
guicommandblk = re.sub("/:\s*/", ": ", guicommandblk) # fixes bad yaml entries
result = re.sub("```{\=mediawiki}.*?{{GuiCommand(.*?)}}\n```",r"---\n- GuiCommand:"+guicommandblk+"---\n",result,flags=flags)
result = "---"+"---".join(result.split("---")[1:]) # removing empty line before yaml block

Expand Down
2 changes: 1 addition & 1 deletion wiki/3D_View.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


---
![](images/Button_right.svg) [documentation index](../README.md) > 3D View
[documentation index](../README.md) > 3D View
2 changes: 1 addition & 1 deletion wiki/3D_input_devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ FreeCAD supports some specialized input devices, such as 3D mice. These enables


---
![](images/Button_right.svg) [documentation index](../README.md) > 3D input devices
[documentation index](../README.md) > 3D input devices
2 changes: 1 addition & 1 deletion wiki/3D_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ For more information see the power user documentation:


---
![](images/Button_right.svg) [documentation index](../README.md) > 3D view
[documentation index](../README.md) > 3D view
2 changes: 1 addition & 1 deletion wiki/3Dconnexion.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


---
![](images/Button_right.svg) [documentation index](../README.md) > 3Dconnexion
[documentation index](../README.md) > 3Dconnexion
2 changes: 1 addition & 1 deletion wiki/3Dconnexion_input_devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,4 @@ If none of them appears then your FreeCAD build doesn\'t link to the spacenav li


---
![](images/Button_right.svg) [documentation index](../README.md) > [User Documentation](Category_User Documentation.md) > [3rd Party](Category_3rd Party.md) > 3Dconnexion input devices
[documentation index](../README.md) > [User Documentation](Category_User Documentation.md) > [3rd Party](Category_3rd Party.md) > 3Dconnexion input devices
2 changes: 1 addition & 1 deletion wiki/A2plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


---
![](images/Button_right.svg) [documentation index](../README.md) > A2plus
[documentation index](../README.md) > A2plus
2 changes: 1 addition & 1 deletion wiki/A2plus_Workbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,4 +645,4 @@ This is an A2plus-specific command. It solves the assembly constraints of the as


---
![](images/Button_right.svg) [documentation index](../README.md) > [Addons](Category_Addons.md) > [External Workbenches](Category_External Workbenches.md) > A2plus Workbench
[documentation index](../README.md) > [Addons](Category_Addons.md) > [External Workbenches](Category_External Workbenches.md) > A2plus Workbench
2 changes: 1 addition & 1 deletion wiki/ANSI_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ The templates are drawn by [Quick61](User_Quick61.md) and listed [FreeCAD-Drawin


---
![](images/Button_right.svg) [documentation index](../README.md) > [Documentation](Category_Documentation.md) > [Developer Documentation](Category_Developer Documentation.md) > [Drawing](Category_Drawing.md) > ANSI templates
[documentation index](../README.md) > [Documentation](Category_Documentation.md) > [Developer Documentation](Category_Developer Documentation.md) > [Drawing](Category_Drawing.md) > ANSI templates
2 changes: 1 addition & 1 deletion wiki/API_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


---
![](images/Button_right.svg) [documentation index](../README.md) > [API](Category_API.md) > API documentation
[documentation index](../README.md) > [API](Category_API.md) > API documentation
2 changes: 1 addition & 1 deletion wiki/About.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


---
![](images/Button_right.svg) [documentation index](../README.md) > About
[documentation index](../README.md) > About
2 changes: 1 addition & 1 deletion wiki/About_FreeCAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ FreeCAD is maintained and developed by a community of enthusiastic developers an


---
![](images/Button_right.svg) [documentation index](../README.md) > [User Documentation](Category_User Documentation.md) > About FreeCAD
[documentation index](../README.md) > [User Documentation](Category_User Documentation.md) > About FreeCAD
2 changes: 1 addition & 1 deletion wiki/Add_Button_to_FEM_Toolbar_Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ To add the command to the **solve** menu of the FEM workbench, search for the fo


---
![](images/Button_right.svg) [documentation index](../README.md) > [FEM](Category_FEM.md) > [Developer Documentation](Category_Developer Documentation.md) > Add Button to FEM Toolbar Tutorial
[documentation index](../README.md) > [FEM](Category_FEM.md) > [Developer Documentation](Category_Developer Documentation.md) > Add Button to FEM Toolbar Tutorial
2 changes: 1 addition & 1 deletion wiki/Add_FEM_Constraint_Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@ def _handleFlowBndConditions(self):


---
![](images/Button_right.svg) [documentation index](../README.md) > [FEM](Category_FEM.md) > Add FEM Constraint Tutorial
[documentation index](../README.md) > [FEM](Category_FEM.md) > Add FEM Constraint Tutorial
2 changes: 1 addition & 1 deletion wiki/Add_FEM_Equation_Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ We have just created a new equation class. To access it from the FEM GUI, we nee


---
![](images/Button_right.svg) [documentation index](../README.md) > [FEM](Category_FEM.md) > [Developer Documentation](Category_Developer Documentation.md) > Add FEM Equation Tutorial
[documentation index](../README.md) > [FEM](Category_FEM.md) > [Developer Documentation](Category_Developer Documentation.md) > Add FEM Equation Tutorial
2 changes: 1 addition & 1 deletion wiki/Add_Workbench_to_Addon_Manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ Requirements:


---
![](images/Button_right.svg) [documentation index](../README.md) > [Addons](Category_Addons.md) > [Developer Documentation](Category_Developer Documentation.md) > Add Workbench to Addon Manager
[documentation index](../README.md) > [Addons](Category_Addons.md) > [Developer Documentation](Category_Developer Documentation.md) > Add Workbench to Addon Manager
2 changes: 1 addition & 1 deletion wiki/Adding_a_new_mouse_navigation_option_to_FreeCAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ We can refer to previous code commits that added different mouse modes for orien


---
![](images/Button_right.svg) [documentation index](../README.md) > [Tutorials](Category_Tutorials.md) > [Developer Documentation](Category_Developer Documentation.md) > Adding a new mouse navigation option to FreeCAD
[documentation index](../README.md) > [Tutorials](Category_Tutorials.md) > [Developer Documentation](Category_Developer Documentation.md) > Adding a new mouse navigation option to FreeCAD
2 changes: 1 addition & 1 deletion wiki/Addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ See also:


---
![](images/Button_right.svg) [documentation index](../README.md) > [Addons](Category_Addons.md) > Addon
[documentation index](../README.md) > [Addons](Category_Addons.md) > Addon
2 changes: 1 addition & 1 deletion wiki/AddonManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


---
![](images/Button_right.svg) [documentation index](../README.md) > AddonManager
[documentation index](../README.md) > AddonManager
2 changes: 1 addition & 1 deletion wiki/Advanced_Attachment_OYX.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ Now if we add a third reference by selecting the upper vertex of the orange edge


---
![](images/Button_right.svg) [documentation index](../README.md) > Advanced Attachment OYX
[documentation index](../README.md) > Advanced Attachment OYX
2 changes: 1 addition & 1 deletion wiki/Advanced_FreeCAD_test_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Medium


---
![](images/Button_right.svg) [documentation index](../README.md) > Advanced FreeCAD test system
[documentation index](../README.md) > Advanced FreeCAD test system
2 changes: 1 addition & 1 deletion wiki/Advanced_TechDraw_Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ However, the described path could represent the starting point (or the idea) to


---
![](images/Button_right.svg) [documentation index](../README.md) > [TechDraw](Category_TechDraw.md) > Advanced TechDraw Tutorial
[documentation index](../README.md) > [TechDraw](Category_TechDraw.md) > Advanced TechDraw Tutorial
2 changes: 1 addition & 1 deletion wiki/Aeroplane.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ I hope this little tutorial has helped you to get a feel for rotations.


---
![](images/Button_right.svg) [documentation index](../README.md) > [Part](Category_Part.md) > Aeroplane
[documentation index](../README.md) > [Part](Category_Part.md) > Aeroplane
2 changes: 1 addition & 1 deletion wiki/Analysis_of_reinforced_concrete_with_FEM.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ The tensile stress pattern suggests an alternative design concept using pre-stre


---
![](images/Button_right.svg) [documentation index](../README.md) > [FEM](Category_FEM.md) > Analysis of reinforced concrete with FEM
[documentation index](../README.md) > [FEM](Category_FEM.md) > Analysis of reinforced concrete with FEM
2 changes: 1 addition & 1 deletion wiki/Animation_Workbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ Other


---
![](images/Button_right.svg) [documentation index](../README.md) > [User Documentation](Category_User Documentation.md) > [Addons](Category_Addons.md) > [External Workbenches](Category_External Workbenches.md) > Animation Workbench
[documentation index](../README.md) > [User Documentation](Category_User Documentation.md) > [Addons](Category_Addons.md) > [External Workbenches](Category_External Workbenches.md) > Animation Workbench
2 changes: 1 addition & 1 deletion wiki/AppImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ The repository for these scripts is at [realthunder/FreeCADMakeImage](https://gi


---
![](images/Button_right.svg) [documentation index](../README.md) > [Packaging](Category_Packaging.md) > [Developer Documentation](Category_Developer Documentation.md) > [Testing](Category_Testing.md) > AppImage
[documentation index](../README.md) > [Packaging](Category_Packaging.md) > [Developer Documentation](Category_Developer Documentation.md) > [Testing](Category_Testing.md) > AppImage
2 changes: 1 addition & 1 deletion wiki/App_DocumentObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ obj.Label = "Custom label"


---
![](images/Button_right.svg) [documentation index](../README.md) > App DocumentObject
[documentation index](../README.md) > App DocumentObject
2 changes: 1 addition & 1 deletion wiki/App_DocumentObjectGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ See the properties in the [Std Group](Std_Group.md) page.


---
![](images/Button_right.svg) [documentation index](../README.md) > App DocumentObjectGroup
[documentation index](../README.md) > App DocumentObjectGroup
2 changes: 1 addition & 1 deletion wiki/App_FeaturePython.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ obj.Label = "Custom label"


---
![](images/Button_right.svg) [documentation index](../README.md) > App FeaturePython
[documentation index](../README.md) > App FeaturePython
2 changes: 1 addition & 1 deletion wiki/App_GeoFeature.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ obj.Label = "Custom label"


---
![](images/Button_right.svg) [documentation index](../README.md) > App GeoFeature
[documentation index](../README.md) > App GeoFeature
2 changes: 1 addition & 1 deletion wiki/App_Link.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ See [Std LinkMake](Std_LinkMake#Properties.md).


---
![](images/Button_right.svg) [documentation index](../README.md) > App Link
[documentation index](../README.md) > App Link
2 changes: 1 addition & 1 deletion wiki/App_OriginGroupExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ The axes and planes are objects of type `App::Line` and `App::Plane` respectivel


---
![](images/Button_right.svg) [documentation index](../README.md) > App OriginGroupExtension
[documentation index](../README.md) > App OriginGroupExtension
2 changes: 1 addition & 1 deletion wiki/App_Part.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ See [Std Part](Std_Part#Properties.md).


---
![](images/Button_right.svg) [documentation index](../README.md) > App Part
[documentation index](../README.md) > App Part
2 changes: 1 addition & 1 deletion wiki/Appimage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


---
![](images/Button_right.svg) [documentation index](../README.md) > Appimage
[documentation index](../README.md) > Appimage
2 changes: 1 addition & 1 deletion wiki/Arch_3DS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The Arch Workbench supports importing [3DS](https://en.wikipedia.org/wiki/.3ds)


---
![](images/Button_right.svg) [documentation index](../README.md) > [File Formats](Category_File Formats.md) > [Arch](Arch_Workbench.md) > Arch 3DS
[documentation index](../README.md) > [File Formats](Category_File Formats.md) > [Arch](Arch_Workbench.md) > Arch 3DS
10 changes: 5 additions & 5 deletions wiki/Arch_3Views.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
- GuiCommand:
Name:Arch 3Views
MenuLocation:Arch - Utilities - 3 Views from mesh
Workbenches:[Arch](Arch_Workbench.md)
SeeAlso:[Arch SplitMesh](Arch_SplitMesh.md), [Arch MeshToShape](Arch_MeshToShape.md)
Name: Arch 3Views
MenuLocation: Arch - Utilities - 3 Views from mesh
Workbenches: [Arch](Arch_Workbench.md)
SeeAlso: [Arch SplitMesh](Arch_SplitMesh.md), [Arch MeshToShape](Arch_MeshToShape.md)
---

# Arch 3Views
Expand Down Expand Up @@ -73,4 +73,4 @@ mesh_obj.ViewObject.Visibility = False


---
![](images/Button_right.svg) [documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch 3Views
[documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch 3Views
2 changes: 1 addition & 1 deletion wiki/Arch_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Arch.makeWall(baseline, length=None, width=200, height=2000)


---
![](images/Button_right.svg) [documentation index](../README.md) > [API](Category_API.md) > [Poweruser Documentation](Category_Poweruser Documentation.md) > [Arch](Arch_Workbench.md) > Arch API
[documentation index](../README.md) > [API](Category_API.md) > [Poweruser Documentation](Category_Poweruser Documentation.md) > [Arch](Arch_Workbench.md) > Arch API
10 changes: 5 additions & 5 deletions wiki/Arch_Add.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
- GuiCommand:
Name:Arch Add
MenuLocation:Arch - Add component
Workbenches:[Arch](Arch_Workbench.md)
SeeAlso:[Arch Remove](Arch_Remove.md)
Name: Arch Add
MenuLocation: Arch - Add component
Workbenches: [Arch](Arch_Workbench.md)
SeeAlso: [Arch Remove](Arch_Remove.md)
---

# Arch Add
Expand Down Expand Up @@ -77,4 +77,4 @@ FreeCAD.ActiveDocument.recompute()


---
![](images/Button_right.svg) [documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch Add
[documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch Add
12 changes: 6 additions & 6 deletions wiki/Arch_Axis.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
- GuiCommand:
Name:Arch Axis
MenuLocation:Arch - Axis tools - Axis
Workbenches:[Arch](Arch_Workbench.md)
Shortcut:**A** **X**
SeeAlso:[Arch AxisSystem](Arch_AxisSystem.md), [Arch Grid](Arch_Grid.md)
Name: Arch Axis
MenuLocation: Arch - Axis tools - Axis
Workbenches: [Arch](Arch_Workbench.md)
Shortcut: **A** **X**
SeeAlso: [Arch AxisSystem](Arch_AxisSystem.md), [Arch Grid](Arch_Grid.md)
---

# Arch Axis
Expand Down Expand Up @@ -94,4 +94,4 @@ FreeCAD.ActiveDocument.recompute()


---
![](images/Button_right.svg) [documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch Axis
[documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch Axis
10 changes: 5 additions & 5 deletions wiki/Arch_AxisSystem.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
- GuiCommand:
Name:Arch AxisSystem
MenuLocation:Arch - Axis tools - Axis System
Workbenches:[Arch](Arch_Workbench.md)
SeeAlso:[Arch Axis](Arch_Axis.md), [Arch Grid](Arch_Grid.md)
Name: Arch AxisSystem
MenuLocation: Arch - Axis tools - Axis System
Workbenches: [Arch](Arch_Workbench.md)
SeeAlso: [Arch Axis](Arch_Axis.md), [Arch Grid](Arch_Grid.md)
---

# Arch AxisSystem
Expand Down Expand Up @@ -78,4 +78,4 @@ FreeCAD.ActiveDocument.recompute()


---
![](images/Button_right.svg) [documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch AxisSystem
[documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch AxisSystem
2 changes: 1 addition & 1 deletion wiki/Arch_BimServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


---
![](images/Button_right.svg) [documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch BimServer
[documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch BimServer
12 changes: 6 additions & 6 deletions wiki/Arch_Building.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
- GuiCommand:
Name:Arch Building
MenuLocation:Arch - Building
Workbenches:[Arch](Arch_Workbench.md)
Shortcut:**B** **U**
SeeAlso:[Arch BuildingPart](Arch_BuildingPart.md), [Arch Site](Arch_Site.md)
Name: Arch Building
MenuLocation: Arch - Building
Workbenches: [Arch](Arch_Workbench.md)
Shortcut: **B** **U**
SeeAlso: [Arch BuildingPart](Arch_BuildingPart.md), [Arch Site](Arch_Site.md)
---

# Arch Building
Expand Down Expand Up @@ -66,4 +66,4 @@ FreeCAD.ActiveDocument.recompute()


---
![](images/Button_right.svg) [documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch Building
[documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch Building
12 changes: 6 additions & 6 deletions wiki/Arch_BuildingPart.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
- GuiCommand:
Name:Arch BuildingPart
MenuLocation:Arch - BuildingPart
Workbenches:[Arch](Arch_Workbench.md)
Version:0.18
SeeAlso:[Arch Building](Arch_Building.md), [Arch Site](Arch_Site.md)
Name: Arch BuildingPart
MenuLocation: Arch - BuildingPart
Workbenches: [Arch](Arch_Workbench.md)
Version: 0.18
SeeAlso: [Arch Building](Arch_Building.md), [Arch Site](Arch_Site.md)
---

# Arch BuildingPart
Expand Down Expand Up @@ -225,4 +225,4 @@ FreeCAD.ActiveDocument.recompute()


---
![](images/Button_right.svg) [documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch BuildingPart
[documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch BuildingPart
10 changes: 5 additions & 5 deletions wiki/Arch_Check.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
- GuiCommand:
Name:Arch Check
MenuLocation:Arch - Utilities - Check
Workbenches:[Arch](Arch_Workbench.md)
SeeAlso:[Arch CloseHoles](Arch_CloseHoles.md)
Name: Arch Check
MenuLocation: Arch - Utilities - Check
Workbenches: [Arch](Arch_Workbench.md)
SeeAlso: [Arch CloseHoles](Arch_CloseHoles.md)
---

# Arch Check
Expand Down Expand Up @@ -58,4 +58,4 @@ print(list_bad)


---
![](images/Button_right.svg) [documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch Check
[documentation index](../README.md) > [Arch](Arch_Workbench.md) > Arch Check
Loading

0 comments on commit 7369c56

Please sign in to comment.