Code cleanup, adapting modules for new web-ui
This commit is contained in:
@@ -13,6 +13,5 @@ Inkycal is free to use for anyone (non-commercially) and open-source.
|
||||
It is mainly developed by `aceisace <https://github.com/aceisace>`_ and a few other developers
|
||||
in their free time.
|
||||
|
||||
Developing Inkycal requires a fairly large amount of coffee and the ePaper displays aren't free
|
||||
either. Please consider a `DONATION <https://www.paypal.me/SaadNaseer>`_ to help keep this project
|
||||
Developing Inkycal requires a fairly large amount of coffee and free time. We work in our free time for offer you the best software we can write. Please consider a `DONATION <https://www.paypal.me/SaadNaseer>`_ to help keep this project
|
||||
well-maintained |:person_bowing:| .
|
||||
|
@@ -22,7 +22,7 @@ copyright = '2020, Ace Isace'
|
||||
author = 'Ace Isace'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '2.0.0beta'
|
||||
release = '2.0.0'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
@@ -46,7 +46,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
#
|
||||
html_theme = 'alabaster'
|
||||
html_theme = 'classic'
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
|
@@ -8,18 +8,6 @@ Inkycal
|
||||
:members:
|
||||
|
||||
..
|
||||
inkycal settings
|
||||
===================
|
||||
.. module:: inkycal.config.settings_parser
|
||||
.. autoclass:: Settings
|
||||
:members:
|
||||
|
||||
inkycal layout
|
||||
===================
|
||||
.. module:: inkycal.config.layout
|
||||
.. autoclass:: Layout
|
||||
:members:
|
||||
|
||||
inkycal calendar
|
||||
===================
|
||||
.. module:: inkycal.modules.inkycal_calendar
|
||||
@@ -32,10 +20,10 @@ Inkycal
|
||||
.. autoclass:: Agenda
|
||||
:members:
|
||||
|
||||
inkycal rss
|
||||
inkycal feeds
|
||||
===================
|
||||
.. module:: inkycal.modules.inkycal_rss
|
||||
.. autoclass:: RSS
|
||||
.. module:: inkycal.modules.inkycal_feeds
|
||||
.. autoclass:: Feeds
|
||||
:members:
|
||||
|
||||
inkycal weather
|
||||
|
Reference in New Issue
Block a user