datatemplates
datatemplates copied to clipboard
Sphinx plugin for generating RST on the fly from data files and templates.
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...
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
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...