Skip to content

Commit

Permalink
Fixed yaml once more
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Aug 3, 2023
1 parent 9533db4 commit d364b1f
Show file tree
Hide file tree
Showing 9,071 changed files with 16,604 additions and 16,604 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,15 +835,15 @@ def cleanMarkdown(self,mdtext,imagepath=None,debug=0):
guicommandblk = guicommandblk[0]
guicommandblk = re.sub("\|(.*?)\=(.*?)",r' \1: \2',guicommandblk) # fixing GuiCommand contents
# stricter formatting of yaml stuff for github pages
guicommandblk = guicommandblk.replace("→","->") # github does not like unicode in here...
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) # add spaces after colon
guicommandblk = re.sub("\(.*?\)", "", guicommandblk) # removes markdown links
guicommandblk = re.sub("\|.*?\]", "", guicommandblk)
guicommandblk = guicommandblk.replace("[","")
guicommandblk = guicommandblk.replace("]","")
result = re.sub("```{\=mediawiki}.*?{{GuiCommand(.*?)}}\n```",r"---\n- GuiCommand:"+guicommandblk+"---\n",result,flags=flags)
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

if debug >= 7.5:
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_3Views.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch 3Views
MenuLocation: Arch -> Utilities -> 3 Views from mesh
MenuLocation: Arch , Utilities , 3 Views from mesh
Workbenches: Arch_Workbench
SeeAlso: Arch_SplitMesh, Arch_MeshToShape
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Add.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Add
MenuLocation: Arch -> Add component
MenuLocation: Arch , Add component
Workbenches: Arch_Workbench
SeeAlso: Arch_Remove
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Axis.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Axis
MenuLocation: Arch -> Axis tools -> Axis
MenuLocation: Arch , Axis tools , Axis
Workbenches: Arch_Workbench
Shortcut: **A** **X**
SeeAlso: Arch_AxisSystem, Arch_Grid
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_AxisSystem.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch AxisSystem
MenuLocation: Arch -> Axis tools -> Axis System
MenuLocation: Arch , Axis tools , Axis System
Workbenches: Arch_Workbench
SeeAlso: Arch_Axis, Arch_Grid
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Building.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Building
MenuLocation: Arch -> Building
MenuLocation: Arch , Building
Workbenches: Arch_Workbench
Shortcut: **B** **U**
SeeAlso: Arch_BuildingPart, Arch_Site
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_BuildingPart.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch BuildingPart
MenuLocation: Arch -> BuildingPart
MenuLocation: Arch , BuildingPart
Workbenches: Arch_Workbench
Version: 0.18
SeeAlso: Arch_Building, Arch_Site
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Check.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Check
MenuLocation: Arch -> Utilities -> Check
MenuLocation: Arch , Utilities , Check
Workbenches: Arch_Workbench
SeeAlso: Arch_CloseHoles
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_CloneComponent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch CloneComponent
MenuLocation: Arch -> Utilities -> Clone component‎‏‎
MenuLocation: Arch , Utilities , Clone component‎‏‎
Workbenches: Arch_Workbench
Shortcut: **C** **C‏‎**
SeeAlso: Draft_Clone, Arch_Component
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_CloseHoles.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch CloseHoles
MenuLocation: Arch -> Utilities -> Close holes
MenuLocation: Arch , Utilities , Close holes
Workbenches: Arch_Workbench
SeeAlso: Arch_Check
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_CompAxis.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch CompAxis
MenuLocation: Arch -> Axis tools
MenuLocation: Arch , Axis tools
Workbenches: Arch_Workbench, BIM_Workbench
Version: 0.17
SeeAlso: Arch_Axis, Arch_AxisSystem, Arch_Grid
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_CompPanel.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch CompPanel
MenuLocation: Arch -> Panel tools
MenuLocation: Arch , Panel tools
Workbenches: Arch_Workbench, BIM_Workbench
Version: 0.17
SeeAlso:
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_CompPipe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch CompPipe
MenuLocation: Arch -> Pipe tools
MenuLocation: Arch , Pipe tools
Workbenches: Arch_Workbench, BIM_Workbench
Version: 0.17
SeeAlso:
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_CompRebarStraight.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch CompRebarStraight
MenuLocation: Arch -> Rebar tools
MenuLocation: Arch , Rebar tools
Workbenches: Arch_Workbench, BIM_Workbench
Version: 0.17
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_CompSetMaterial.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch CompSetMaterial
MenuLocation: Arch -> Material tools
MenuLocation: Arch , Material tools
Workbenches: Arch_Workbench, BIM_Workbench
Version: 0.17
SeeAlso: Arch_SetMaterial, Arch_MultiMaterial
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Component.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Component
MenuLocation: Arch -> Utilities -> Component‎‏‎
MenuLocation: Arch , Utilities , Component‎‏‎
Workbenches: Arch_Workbench
Shortcut: **C** **M**
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_CurtainWall.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch CurtainWall
MenuLocation: Arch -> Curtain Wall
MenuLocation: Arch , Curtain Wall
Workbenches: Arch_Workbench
Shortcut: **C** **W**
Version: 0.19
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_CutLine.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch CutLine
MenuLocation: Arch -> Cut with line
MenuLocation: Arch , Cut with line
Workbenches: Arch_Workbench
Version: 0.19
SeeAlso: Arch_CutPlane
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_CutPlane.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch CutPlane
MenuLocation: Arch -> Cut Plane
MenuLocation: Arch , Cut Plane
Workbenches: Arch_Workbench
SeeAlso: Arch_CutLine, Arch_Remove
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Door.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Door
MenuLocation: Arch -> Window
MenuLocation: Arch , Window
Workbenches: Arch_Workbench
Shortcut: **W** **I**
SeeAlso: Arch Wall, Arch Window
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Equipment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Equipment
MenuLocation: Arch -> Equipment
MenuLocation: Arch , Equipment
Workbenches: Arch_Workbench
Shortcut: **E** **Q**
SeeAlso: Arch_3Views
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Fence.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Fence
MenuLocation: Arch -> Fence
MenuLocation: Arch , Fence
Workbenches: Arch_Workbench
Version: 0.19
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Floor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Floor
MenuLocation: Arch -> Level
MenuLocation: Arch , Level
Workbenches: Arch_Workbench
Shortcut: **L** **V**
SeeAlso: Arch_Building, Arch_BuildingPart, Arch_Site
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Frame.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Frame
MenuLocation: Arch -> Frame
MenuLocation: Arch , Frame
Workbenches: Arch_Workbench
Shortcut: **F** **R**
SeeAlso: Arch_Wall, Arch_Structure
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Grid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Grid
MenuLocation: Arch -> Axis tools -> Grid
MenuLocation: Arch , Axis tools , Grid
Workbenches: Arch_Workbench
SeeAlso: Arch_Axis, Arch_AxisSystem
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_IfcExplorer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch IfcExplorer
MenuLocation: Arch -> Utilities -> Ifc Explorer
MenuLocation: Arch , Utilities , Ifc Explorer
Workbenches: Arch_Workbench
SeeAlso: Arch_IFC
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_IfcSpreadsheet.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch IfcSpreadsheet
MenuLocation: Arch -> Utilities -> Create IFC spreadsheet
MenuLocation: Arch , Utilities , Create IFC spreadsheet
Workbenches: Arch_Workbench
Shortcut: **I** **P**
SeeAlso: Arch_IFC, Arch_IfcExplorer
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_MergeWalls.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch MergeWalls
MenuLocation: Arch -> Utilities -> Merge Walls
MenuLocation: Arch , Utilities , Merge Walls
Workbenches: Arch_Workbench
SeeAlso: Arch_Wall
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_MeshToShape.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch MeshToShape
MenuLocation: Arch -> Utilities -> Mesh to Shape
MenuLocation: Arch , Utilities , Mesh to Shape
Workbenches: Arch_Workbench
SeeAlso: Arch_SplitMesh, Arch_RemoveShape
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_MultiMaterial.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch MultiMaterial
MenuLocation: Arch -> Material tools -> Multi-Material
MenuLocation: Arch , Material tools , Multi-Material
Workbenches: Arch_Workbench, BIM_Workbench
Version: 0.17
SeeAlso: Arch_SetMaterial, Arch_CompSetMaterial
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Nest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Nest
MenuLocation: Arch -> Panel tools -> Nest
MenuLocation: Arch , Panel tools , Nest
Workbenches: Arch_Workbench
Version: 0.17
SeeAlso: Arch_Panel, Arch_Panel_Sheet
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Panel.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Panel
MenuLocation: Arch -> Panel tools -> Panel
MenuLocation: Arch , Panel tools , Panel
Workbenches: Arch_Workbench
Shortcut: **P** **A**
Version: 0.15
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Panel_Cut.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Panel Cut
MenuLocation: Arch -> Panel tools -> Panel Cut
MenuLocation: Arch , Panel tools , Panel Cut
Workbenches: Arch_Workbench, Path_Workbench
Shortcut: **P** **C**
Version: 0.17
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Panel_Sheet.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Panel Sheet
MenuLocation: Arch -> Panel tools -> Panel Sheet
MenuLocation: Arch , Panel tools , Panel Sheet
Workbenches: Arch_Workbench
Shortcut: **P** **S**
Version: 0.17
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Pipe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Pipe
MenuLocation: Arch -> Pipe Tools -> Pipe
MenuLocation: Arch , Pipe Tools , Pipe
Workbenches: Arch_Workbench
Shortcut: **P** **I**
Version: 0.17
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_PipeConnector.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch PipeConnector
MenuLocation: Arch -> Pipe Tools -> Pipe Connector
MenuLocation: Arch , Pipe Tools , Pipe Connector
Workbenches: Arch_Workbench
Shortcut: **P** **C**
Version: 0.17
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Profile.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Profile
MenuLocation: Arch -> Profile
MenuLocation: Arch , Profile
Workbenches: Arch_Workbench
Version: 0.19
---
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Project.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Project
MenuLocation: Arch -> Project
MenuLocation: Arch , Project
Workbenches: Arch_Workbench
Shortcut: **P** **O**
SeeAlso: Arch_Site, Arch_Building
Expand Down
4 changes: 2 additions & 2 deletions wiki/Arch_Rebar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- GuiCommand:
GuiCommand:
Name: Arch Rebar
MenuLocation: Arch -> Rebar tools -> Custom Rebar<br>3D/BIM -> Reinforcement tools -> Custom Rebar
MenuLocation: Arch , Rebar tools , Custom Rebar<br>3D/BIM , Reinforcement tools , Custom Rebar
Workbenches: Arch_Workbench, BIM_Workbench
Shortcut: **R** **B**
SeeAlso: Arch_Structure, Reinforcement_Workbench
Expand Down
Loading

0 comments on commit d364b1f

Please sign in to comment.