jankatins / knitpy

knitpy: Elegant, flexible and fast dynamic report generation with python
https://github.com/jankatins/knitpy
Other
368 stars 29 forks source link

Add configuration class for final output #1

Closed jankatins closed 9 years ago

jankatins commented 9 years ago

Add a FinalOutputConfiguration class which describes the final output and let the rest of the process use it.

This also enables more features of yaml description of output, although most of the options which knitr implements are not yet done.

Another aspect of this changes enables special handling for the supported / prefered image filetypes per output (e.g. png for html, pdf for pdf).