datatemplates icon indicating copy to clipboard operation
datatemplates copied to clipboard

Sphinx plugin for generating RST on the fly from data files and templates.

Results 14 datatemplates issues
Sort by recently updated
recently updated
newest added

Usage would be easier if at least some file types can be autdetected. For this, the datatemplate directive could be refreshed/reused. One option would be to handle autodetection there and...

enhancement

Add more docstrings to the code while ist still manageable.

enhancement

Add support for: - INI files via https://docs.python.org/3/library/configparser.html - Unix "databases" via https://docs.python.org/3/library/dbm.html - SQLite3 databases via https://docs.python.org/3/library/sqlite3.html - ZIP archives via https://docs.python.org/3/library/zipfile.html - tar archives via https://docs.python.org/3/library/tarfile.html

enhancement

First of all, thanks for this great extension. I'm searching for a way to generate the rst-files based on data files I have. So for each data file, I would...

enhancement