* [PATCH] Documentation: rust: Fix improper rendering in arch support page
@ 2024-03-23 7:40 Bo-Wei Chen
2024-03-23 18:56 ` Miguel Ojeda
0 siblings, 1 reply; 3+ messages in thread
From: Bo-Wei Chen @ 2024-03-23 7:40 UTC (permalink / raw)
To: ojeda, Alex Gaynor, Wedson Almeida Filho
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, rust-for-linux, tim.chenbw
Fix improper rendering of table cell(empty bullet list). Rendering as a
dash instead.
Reported-by: Miguel Ojeda <ojeda@kernel.org>
Closes: https://github.com/Rust-for-Linux/linux/issues/1069
Signed-off-by: Bo-Wei Chen <tim.chenbw@gmail.com>
---
Documentation/rust/arch-support.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/rust/arch-support.rst b/Documentation/rust/arch-support.rst
index 73203ba1e901..c4773d2fce66 100644
--- a/Documentation/rust/arch-support.rst
+++ b/Documentation/rust/arch-support.rst
@@ -15,7 +15,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
============= ================ ==============================================
Architecture Level of support Constraints
============= ================ ==============================================
-``loongarch`` Maintained -
+``loongarch`` Maintained ``-``
``um`` Maintained ``x86_64`` only.
``x86`` Maintained ``x86_64`` only.
============= ================ ==============================================
--
2.42.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: rust: Fix improper rendering in arch support page
2024-03-23 7:40 [PATCH] Documentation: rust: Fix improper rendering in arch support page Bo-Wei Chen
@ 2024-03-23 18:56 ` Miguel Ojeda
[not found] ` <CAOUFp6w_XY4cDZwLmFQSFDvgojZkNNwZ8GCWBAW=Ax_7ubZa9Q@mail.gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Miguel Ojeda @ 2024-03-23 18:56 UTC (permalink / raw)
To: Bo-Wei Chen
Cc: ojeda, Alex Gaynor, Wedson Almeida Filho, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
rust-for-linux
On Sat, Mar 23, 2024 at 8:40 AM Bo-Wei Chen <tim.chenbw@gmail.com> wrote:
>
> Fix improper rendering of table cell(empty bullet list). Rendering as a
> dash instead.
Thanks for the patch! I hope it was easy to set it up :)
> +``loongarch`` Maintained ``-``
I imagine this renders as a code block, right? That would be better
and we can go with it, but did you check if there was any other way to
get a normal text dash with rST/Sphinx? e.g. perhaps escaping with a
backslash? [1]
We could also simply leave the cell empty if the escaping or similar
do not work.
[1] https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#escaping-mechanism
Cheers,
Miguel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-24 0:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-23 7:40 [PATCH] Documentation: rust: Fix improper rendering in arch support page Bo-Wei Chen
2024-03-23 18:56 ` Miguel Ojeda
[not found] ` <CAOUFp6w_XY4cDZwLmFQSFDvgojZkNNwZ8GCWBAW=Ax_7ubZa9Q@mail.gmail.com>
2024-03-24 0:18 ` Bo-Wei Chen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox