rapidsai / frigate

Frigate is a tool for automatically generating documentation for your Helm charts
https://frigate.readthedocs.io
Other
83 stars 25 forks source link

Fix broken rst output when there are parameters longer than 50 symbols #59

Closed ktaletsk closed 2 years ago

ktaletsk commented 2 years ago

Fixes https://github.com/rapidsai/frigate/issues/58

As suggested by @jacobtomlinson, we can move away from table formatting to using list-table directive. Some changes were added to the whitespace formatting in the for loop and set commands in jinja2 template, so that the indenting is correct and the table is produced

GPUtester commented 2 years ago

Can one of the admins verify this patch?

Admins can comment ok to test to allow this one PR to run or add to allowlist to allow all future PRs from the same author to run.

jacobtomlinson commented 2 years ago

ok to test

jacobtomlinson commented 2 years ago

Many thanks!