* [PATCH v2] Documentation: rust: Fix improper rendering in arch support page
@ 2024-03-24 1:09 Bo-Wei Chen
2024-03-30 16:35 ` Benno Lossin
2024-03-31 19:51 ` Miguel Ojeda
0 siblings, 2 replies; 3+ messages in thread
From: Bo-Wei Chen @ 2024-03-24 1:09 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, Bo-Wei Chen
Fix improper rendering of table cell(empty bullet list).
Rendering as a dash with the backslash escapes [1].
[1]: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#escaping-mechanism
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>
---
Changes in v2:
- Use backslash escape, instead of the code blocks.
- Link to v1: https://lore.kernel.org/rust-for-linux/20240323074006.2940679-1-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..1b7d2323f385 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 v2] Documentation: rust: Fix improper rendering in arch support page
2024-03-24 1:09 [PATCH v2] Documentation: rust: Fix improper rendering in arch support page Bo-Wei Chen
@ 2024-03-30 16:35 ` Benno Lossin
2024-03-31 19:51 ` Miguel Ojeda
1 sibling, 0 replies; 3+ messages in thread
From: Benno Lossin @ 2024-03-30 16:35 UTC (permalink / raw)
To: Bo-Wei Chen, ojeda, Alex Gaynor, Wedson Almeida Filho
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Andreas Hindborg,
Alice Ryhl, rust-for-linux
On 24.03.24 02:09, Bo-Wei Chen wrote:
> Fix improper rendering of table cell(empty bullet list).
> Rendering as a dash with the backslash escapes [1].
>
> [1]: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#escaping-mechanism
>
> 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>
> ---
> Changes in v2:
> - Use backslash escape, instead of the code blocks.
> - Link to v1: https://lore.kernel.org/rust-for-linux/20240323074006.2940679-1-tim.chenbw@gmail.com/
>
> Documentation/rust/arch-support.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
--
Cheers,
Benno
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] Documentation: rust: Fix improper rendering in arch support page
2024-03-24 1:09 [PATCH v2] Documentation: rust: Fix improper rendering in arch support page Bo-Wei Chen
2024-03-30 16:35 ` Benno Lossin
@ 2024-03-31 19:51 ` Miguel Ojeda
1 sibling, 0 replies; 3+ messages in thread
From: Miguel Ojeda @ 2024-03-31 19:51 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 Sun, Mar 24, 2024 at 2:09 AM Bo-Wei Chen <tim.chenbw@gmail.com> wrote:
>
> Fix improper rendering of table cell(empty bullet list).
> Rendering as a dash with the backslash escapes [1].
>
> [1]: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#escaping-mechanism
>
> 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>
Applied to `rust-fixes` -- thanks everyone!
Cheers,
Miguel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-31 19:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-24 1:09 [PATCH v2] Documentation: rust: Fix improper rendering in arch support page Bo-Wei Chen
2024-03-30 16:35 ` Benno Lossin
2024-03-31 19:51 ` Miguel Ojeda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).