todo¶
The list of todos.
scripts¶
Either add doctests, logging or unittests to dlink
Continue adding these support structures until you feel confident enough to begin basing dot_sym.ipy off of it
At some point we can then begin basing newbuntu off of that.
A script that utilizes dlink to update the scripts in ~/bin. Quite annoying to do this manually.
Rsync and rclone scripts aren’t close to done. Part of that will be encrypting/archiving your notebooks and pulling them down on different devices.
Linting¶
Run
rstcheck
on all of the rst files in ./docs. If you want to do it from Termux you’ll need to specifyrstcheck -j 1
becausemultiprocessing
doesn’t work.Also this needs to be able to pass a standard
flake8
lint.