We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great extension !
I am facing two annoying bugs though. I tried to use it with the following code (from the example):
.. bitfield:: :bits: 32 :lanes: 4 :vflip: :hflip: [ {"name": "IPO", "bits": 8, "attr": "RO"}, { "bits": 7}, {"name": "BRK", "bits": 5, "attr": ["RW", "FOO"], "type": 4}, {"name": "CPK", "bits": 2}, {"name": "Clear", "bits": 3, "type": 5}, { "bits": 7} ]
According to this page https://observablehq.com/@drom/bitfield-testbox I shall get this and I get this
In addition :compact: seems to be broken too, it has no impact.
The text was updated successfully, but these errors were encountered:
Hi!
I just made a new release sphinxcontrib-bitfield v0.4.2 which should fix this issue.
Could you check if it works for you?
Thanks!
Sorry, something went wrong.
Thanks that is working!
No branches or pull requests
Great extension !
I am facing two annoying bugs though. I tried to use it with the following code (from the example):
According to this page https://observablehq.com/@drom/bitfield-testbox
I shall get this
and I get this
In addition :compact: seems to be broken too, it has no impact.
The text was updated successfully, but these errors were encountered: