Commit graph

6 commits

Author SHA1 Message Date
Candice Bentéjac
8bef398bed Remove workarounds and backports for Python 2 support
In particular:
- In common/, remove the backport of weakref.WeakMethod
- In docs/ and ui/, use the standard FileNotFoundError class
- Use built-in open() instead of io.open(), and stop importing io
- In core/stats.py, use the standard implementation of xml.etree instead
of the C one
2022-12-05 17:16:21 +01:00
Loïc Vital
f3bed081bd [docs] commenting custom extensions 2022-10-21 14:10:00 +02:00
Loïc Vital
652113443d [docs] minor code refactoring 2022-10-13 12:12:26 +02:00
Loïc Vital
cec2c79d6a [docs] generate extra node doc with custom extension 2022-10-12 18:25:10 +02:00
Loïc Vital
f8406aa6da [docs] python2 compatibility 2022-10-11 11:14:45 +02:00
Loïc Vital
b2db98f128 [doc] sphinx documentation setup 2022-10-11 09:59:33 +02:00