Hi,
Can we support other programming languages for the gallery?
We should be able to extract rst and code from other languages, like in python. Of course we cannot implement plot_examples, but we should be able to deal with examples which are just to be presented.
This is relevant because some projects have multi language apis.
An extension to the above is to render multi-language examples into one single gallery page. For example, example.js, example.py, example.cpp will all render in to one page with a js based switch/button to select the language to be displayed.
Please let me know if you think this will be useful, I will contribute.
It'll be great if somebody can guide me on how to get started with the contribution.
Hi,
Can we support other programming languages for the gallery?
We should be able to extract rst and code from other languages, like in python. Of course we cannot implement plot_examples, but we should be able to deal with examples which are just to be presented.
This is relevant because some projects have multi language apis.
An extension to the above is to render multi-language examples into one single gallery page. For example,
example.js,example.py,example.cppwill all render in to one page with a js based switch/button to select the language to be displayed.Please let me know if you think this will be useful, I will contribute.
It'll be great if somebody can guide me on how to get started with the contribution.