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

RestructuredText: table width directives are not properly rendered #1904

Open
gamesbook opened this issue Nov 24, 2024 · 2 comments
Open

RestructuredText: table width directives are not properly rendered #1904

gamesbook opened this issue Nov 24, 2024 · 2 comments

Comments

@gamesbook
Copy link

It appears that rendering of RestructuredText tables does not implement the table width settings given as table directives (ref: https://docutils.sourceforge.io/docs/ref/rst/directives.html#table).

There are some examples in my project: https://github.com/gamesbook/pyprototypr/blob/master/docs/tables.rst

Basically, I would expect that:

  1. Tables are sized to fit the page (:width: 100)
  2. Table columns are given percentage width allocations (:widths: 30, 50, 20)

Is my grammar incorrect or, if it is OK, is this not an output I should expect?

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Jan 23, 2025
@gamesbook
Copy link
Author

Is there perhaps any feedback on this? Thanks!

@github-actions github-actions bot removed the Stale label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant