ProjectScaffold icon indicating copy to clipboard operation
ProjectScaffold copied to clipboard

Need to update documents about 'define-output' and 'include-output' commands are not working by default.

Open yukitos opened this issue 9 years ago • 2 comments

@tpetricek taught me the reason and there's no documents about it on twitter. I think we need to provide the way to enable it (or at least add description to enable it).

yukitos avatar Apr 20 '15 10:04 yukitos

@yukitos So, how is this enabled?

Thanks for opening the issue and for pinging @tpetricek on Twitter.

stevenranney avatar Apr 19 '16 18:04 stevenranney

You need to create FsiEvaluator. Check out the demo here: https://github.com/TahaHachana/XPlot/blob/master/docs/tools/generate.fsx#L78.

This also creates a couple of transformations for rendering of XPlot charts in the docs: https://github.com/TahaHachana/XPlot/blob/master/docs/tools/formatters.fsx

tpetricek avatar Apr 19 '16 20:04 tpetricek