TODO list

A TODO list

I make a TODO list here:

Issues to report to nbdev/fastai

  • For parameter tables of a docstring, things like list[type] don’t show that brackets:
  • For parameter tables, it seems that the table does not get rendered if there are no parameters.
listy = [1,2,3,4,5]
del listy[2:3]
listy
[1, 2, 4, 5]