You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
While there are other python table libraries that can generate ReStructuredText tables out there, it would be nice if terminaltables did it, and it's extensible enough to do so. There may even be a way to get the default implementation to do it? But being that RST is pretty strict about what is and isn't a valid table, it would be good to define these rules in a high-level manner.
This is probably something that I could write at home and send a pull request for, but figured I'd ask before starting the work. Any feedback would be appreciated.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While there are other python table libraries that can generate ReStructuredText tables out there, it would be nice if
terminaltables
did it, and it's extensible enough to do so. There may even be a way to get the default implementation to do it? But being that RST is pretty strict about what is and isn't a valid table, it would be good to define these rules in a high-level manner.The specification for the table output is here: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#tables
This is probably something that I could write at home and send a pull request for, but figured I'd ask before starting the work. Any feedback would be appreciated.
The text was updated successfully, but these errors were encountered: