Skip to content

Conversation

@manorit2001
Copy link
Contributor

Replace bullet list with structured table categorizing algorithms by type and update the document to reflect the new set of algorithms.

@manorit2001
Copy link
Contributor Author

cc: @Pratham-T

* - AM335X
- AES, DES
- MD5, SHA1, SHA224, SHA256
- -
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you just want a blank cell you can use:

Suggested change
- -
-

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea how I can optimise this, the second columns seems too big to me, any wrap that I can do for it?
Screenshot 2025-11-19 114603

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the :widths: parameter to manually adjust column widths.

https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table

Copy link
Contributor Author

@manorit2001 manorit2001 Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried that but somehow it isn't working, I have pushed my changes but this problem still exists.

EDIT: Got some CSS fix that makes it work, can you check if that is fine?

Add word-wrap and overflow-wrap properties to table cells to allow
long text content to wrap properly when table-layout is fixed. This
ensures column widths are respected while keeping content readable.

Signed-off-by: Manorit Chawdhry <[email protected]>
Replace bullet list with structured table categorizing algorithms by type
and update the document to reflect the new set of algorithms.

Signed-off-by: Manorit Chawdhry <[email protected]>
Copy link
Contributor

@Pratham-T Pratham-T left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The table looks good to me now.

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

Successfully merging this pull request may close these issues.

7 participants