##// END OF EJS Templates
help: add :config-doc:`section.key` shorthand to insert documentation...
help: add :config-doc:`section.key` shorthand to insert documentation The config items defined in the configitems.toml file can already hold their documentation. Having some way to automatically insert it was a long standing low hanging fruit. So I did a first implementation on that. It fairly simple, but it open the door to more. It will be used in the next changeset.

File last commit:

r52616:9367571f default
r52737:76387080 default
Show More
base85.pyi
4 lines | 115 B | text/x-python | PythonLexer
version: int
def b85encode(text: bytes, pad: bool = False) -> bytes: ...
def b85decode(text: bytes) -> bytes: ...