Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected values within code-style input table #110

Open
jorgepiloto opened this issue Dec 6, 2022 · 3 comments
Open

Unexpected values within code-style input table #110

jorgepiloto opened this issue Dec 6, 2022 · 3 comments
Labels
bug Defects or glitches reported by users or developers hacktoberfest Hacktoberfest related

Comments

@jorgepiloto
Copy link
Member

jorgepiloto commented Dec 6, 2022

🐞 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
Copy link
Member Author

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

@jorgepiloto jorgepiloto added bug Defects or glitches reported by users or developers documentation labels Dec 7, 2022
@jorgepiloto jorgepiloto added this to the v6.1 milestone Apr 29, 2024
@jorgepiloto
Copy link
Member Author

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
Copy link
Member Author

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

@jorgepiloto jorgepiloto removed this from the v6.1 milestone Sep 26, 2024
@jorgepiloto jorgepiloto added the hacktoberfest Hacktoberfest related label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defects or glitches reported by users or developers hacktoberfest Hacktoberfest related
Projects
None yet
Development

No branches or pull requests

1 participant