[doc] Add some more documentation

This commit is contained in:
tobi-wan-kenobi 2020-05-03 11:42:14 +02:00
parent 5fd9501ed2
commit 3c2ed218cf
2 changed files with 1 additions and 6 deletions

View file

@ -108,7 +108,7 @@ class block(object):
"_suffix",
"_prefix",
"min_width",
"align"
"align",
]:
assign(self.__attributes, result, k)

View file

@ -3,16 +3,12 @@
- pass if modules are missing
- minimize dependencies, code
- test everything in the core framework
- think about pylint
# small stuff
- rethink documentation (use mostly md files)
- @parameter? (or was it @attribute?) - remove getter/setters
- use __ for private
## Backwards-compatibility
- alignment parameter
## Improvements
- API documentation
- github pages
@ -20,7 +16,6 @@
## TODO
- themes: use colors to improve theme readability
- convert some stuff to simple attributes to reduce LOCs
- theme.exclude (battery)
- use add_widget() instead of core.widget.Widget()
- use widget index for bumblebee-ctl as alternative (??)