From: Carlos Bilbao <carlos.bilbao@amd.com>
To: corbet@lwn.net, ojeda@kernel.org
Cc: jani.nikula@linux.intel.com, rdunlap@infradead.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
konstantin@linuxfoundation.org
Subject: Re: [PATCH v7 0/2] docs: Integrate rustdoc into Rust documentation
Date: Mon, 17 Jul 2023 11:29:27 -0500 [thread overview]
Message-ID: <49925549-f8ee-163e-9115-6cfd3de73e83@amd.com> (raw)
In-Reply-To: <20230717151624.3470714-1-carlos.bilbao@amd.com>
On 7/17/23 10:16, Carlos Bilbao wrote:
> Include HTML output generated with rustdoc into the Linux kernel
> documentation on Rust.
Please, note that you can directly test the case in which .config is
not present by running `make htmldocs`. However, to test the case in which
CONFIG_RUST !=y, it is not enough to include a .config; you need to let the
kernel compile for a few seconds first. In other words, until the
compilation process is initiated (using `make`), the build system does not
parse the configuration file or use the defined options.
>
> Carlos Bilbao:
> docs: Move rustdoc output, cross-reference it
> docs: Integrate rustdoc generation into htmldocs
>
> ---
> V6 is https://lore.kernel.org/lkml/20230127165728.119507-1-carlos.bilbao@amd.com/
> Changes since V6:
> - Skip Rust document generation entirely if .config doesn't exist.
>
> Changes since V5:
> - Continue executing htmldocs even if rustdoc fails.
>
> Changes since V4:
> - Limit rustdoc note only to html outputs.
>
> Changes since V3:
> - Added Reviewed-Bys from Akira Yokosawa.
> - PATCH 1/2: Avoid error 404 adding tag `rustdoc` for Sphinx.
> - PATCH 1/2: Don't use "here" as link text, describe destination instead.
> - PATCH 2/2: Check CONFIG_RUST in a way that allows us to skip generation.
> - PATCH 2/2: Reoder Sphinx runs so they complete even if rustdoc fails.
>
> Changes since V2:
> - Split v2 into two-patch series.
> - Add "only:: html" directive in Documentation/rust/index.rst reference
>
> Changes since V1:
> - Work on top of v6.1-rc1.
> - Don't use rustdoc.rst, instead add link to Documentation/rust/index.rst.
> - In Documentation/Makefile, replace @make rustdoc for $(Q)$(MAKE) rustdoc.
> - Don't do LLVM=1 for all rustdoc generation within `make htmldocs`.
> - Add spaces on definition of RUSTDOC_OUTPUT, for consistency.
>
> ---
> Documentation/Makefile | 20 ++++++++++++++++++++
> Documentation/rust/index.rst | 8 ++++++++
> rust/Makefile | 15 +++++++++------
> 3 files changed, 37 insertions(+), 6 deletions(-)
>
Thanks,
Carlos
prev parent reply other threads:[~2023-07-17 16:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-17 15:16 Carlos Bilbao
2023-07-17 15:16 ` [PATCH v7 1/2] docs: Move rustdoc output, cross-reference it Carlos Bilbao
2023-07-17 16:37 ` Miguel Ojeda
2023-07-18 13:49 ` Carlos Bilbao
2023-07-18 15:24 ` Miguel Ojeda
2023-07-17 15:16 ` [PATCH v7 2/2] docs: Integrate rustdoc generation into htmldocs Carlos Bilbao
2023-07-17 16:39 ` Miguel Ojeda
2023-07-18 13:54 ` Carlos Bilbao
2023-07-18 15:32 ` Miguel Ojeda
2023-07-17 16:29 ` Carlos Bilbao [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49925549-f8ee-163e-9115-6cfd3de73e83@amd.com \
--to=carlos.bilbao@amd.com \
--cc=corbet@lwn.net \
--cc=jani.nikula@linux.intel.com \
--cc=konstantin@linuxfoundation.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ojeda@kernel.org \
--cc=rdunlap@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®