deluge/docs/source
Calum Lind 1089adb844
Revert "[Core] Document all exported core methods with type hints"
Typing is broken with older versions of Twisted e.g. with v21.2

    deluge/deluge/core/core.py", line 404, in Core
        ) -> defer.Deferred[str]:
    TypeError: 'type' object is not subscriptable

Also it might not be compatible with Python 3.6 or 3.7 with use of
certain types such as dict rather than Dict

This reverts commit 4096cdfdfe.

Ref: https://twistedmatrix.com/trac/ticket/9816
2022-02-05 17:50:54 +00:00
..
contributing [Docs] Replace recommonmark with MyST parser 2021-12-12 18:16:21 +00:00
devguide Upgrade codebase with pyupgrade (>=py3.6) 2021-12-29 21:51:07 +00:00
how-to [Docs] Replace recommonmark with MyST parser 2021-12-12 18:16:21 +00:00
intro [Docs] Add Flatpak install links 2021-12-12 18:39:41 +00:00
modules [Docs] Reorganise and add sections from wiki 2018-11-01 17:38:10 +00:00
reference [Docs] Add spellchecking with pyenchant 2019-06-15 21:06:27 +01:00
releases [Docs] Replace recommonmark with MyST parser 2021-12-12 18:16:21 +00:00
changelog.md [Docs] Fix changlog symlink and markdown issue 2019-11-12 15:37:12 +00:00
conf.py Revert "[Core] Document all exported core methods with type hints" 2022-02-05 17:50:54 +00:00
depends.md [Docs] Update install guide 2021-12-12 18:27:05 +00:00
index.rst [Docs] Add release notes and update pages 2019-06-08 16:42:25 +01:00