Skip to content
Snippets Groups Projects
Commit a1b466b0 authored by Andreas Kraft's avatar Andreas Kraft
Browse files

Added comment

parent 3cac165e
No related branches found
No related tags found
1 merge request!1Restructuring and cleaning scripts for Mkdocs
...@@ -402,6 +402,7 @@ def parseGridTableWithSpans(gridTable:str) -> tuple[GridTableRowList, GridTableR ...@@ -402,6 +402,7 @@ def parseGridTableWithSpans(gridTable:str) -> tuple[GridTableRowList, GridTableR
if len(cellsContent) <= numberOfColumns: # Colspan: Positions of | with respect to + need to be determined if len(cellsContent) <= numberOfColumns: # Colspan: Positions of | with respect to + need to be determined
columnCellIndex = 0 columnCellIndex = 0
# Put the value in a variable here because we need the initial value
maxRowsTracker = rowsTracker.max() maxRowsTracker = rowsTracker.max()
# Go through all cells in a columnt # Go through all cells in a columnt
for columnIndex, content in enumerate(cellsContent): for columnIndex, content in enumerate(cellsContent):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment