Closed CSenshi closed 4 years ago
Need to transpose matrix which is generated by make readme command. variable name = table_of_contents
make readme
table_of_contents
... 75 76 table_of_contents = list(chunks(table_of_contents, rule_per_row)) 77 # ToDo: Transpose table_of_contents 78 ...
Need to transpose matrix which is generated by
make readme
command. variable name =table_of_contents