[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", "_suffix",
"_prefix", "_prefix",
"min_width", "min_width",
"align" "align",
]: ]:
assign(self.__attributes, result, k) assign(self.__attributes, result, k)

View file

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