PortableBalanceLab / PBL

Learn how to create your own balance lab using python and a Raspberry Pi
4 stars 1 forks source link

Replace pictures of tables with actual tables in `L1` #12

Closed adamkewley closed 1 year ago

adamkewley commented 1 year ago

Low priority: the course can still be delivered fine with picture-based tables. It would just look a little bit nicer to have actual tables in-document.

L1 contains pictures of tables from the python documentation:

image

Ideally, these should be reformatted as actual in-document tables using the appropriate markdown syntax:

| header | header2 |
| ------- | -------- |
| cell1  | cell 2 |
header header2
cell1 cell 2
adamkewley commented 1 year ago

Dropping, because L1-L3 will be heavily edited, or removed, once students have been educated in python by other courses in 2023/2024