Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(appeared in #2389)
Otherwise on python 2.x we get `UnicodeDecodeError` because it may contain non ascii characters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that.
|
|
|
|
|
|
|
|
|
|
|
|
[README] Improve developer instructions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add a longer tutorial that should cover everything needed to start developing IEs.
Fixes #2676
|
|
|
|
|
|
|
|
(closes #2623)
Pruning the _build folder produced the message `no previously-included directories found matching 'docs/_build'` when installing from the source distribution.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2671)
|
|
It fails to find the element in python 2.6 and it's not required, the
element is a direct child of the item node.
|
|
|
|
|
|
|
|
|
|
|
|
(Fixes #2664)
|
|
|
|
|