ansys / actions

A collection of reusable workflows
https://actions.docs.ansys.com/
MIT License
13 stars 5 forks source link

Unexpected values within code-style input table #110

Open jorgepiloto opened 1 year ago

jorgepiloto commented 1 year ago

🐞 Problem The code-style actions is not properly rendering the inputs table. The logic implemented in the conf.py file for generating the table works fine. After some investigation with @Revathyvenugopal162, it looks like this issue is coming from the tabulate.tabulate function.

jorgepiloto commented 1 year ago

Note this is not affecting the actions. It is just a bug in a tool we use in our documentation.

jorgepiloto commented 6 months ago

Adding this to v6.1. So far, we are using tabulate for generating the RST tables. We could explore other options like prettytable or even rendering by our own.

jorgepiloto commented 1 month ago

Looks like prettytable does not support RST formatting. After trying with pytablewriter, the error is still present. This is really strange...