docs(report): move cargo report to its own subsection

This commit is contained in:
Weihang Lo 2025-12-23 11:30:05 -05:00
parent 38623a0653
commit a4e3cfe580
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
9 changed files with 25 additions and 2 deletions

View File

@ -13,6 +13,7 @@ src/etc/man
!src/doc/src/commands/manifest-commands.md
!src/doc/src/commands/package-commands.md
!src/doc/src/commands/publishing-commands.md
!src/doc/src/commands/report-commands.md
# Snapshots of HTML reports and log files are just too large
tests/testsuite/**/*.jsonl

View File

@ -123,6 +123,11 @@ available at <https://rust-lang.org>.
{{man "cargo-yank" 1}}\
&nbsp;&nbsp;&nbsp;&nbsp;Remove a pushed crate from the index.
### Report Commands
{{man "cargo-report" 1}}\
&nbsp;&nbsp;&nbsp;&nbsp;Generate and display various kinds of reports.
### General Commands
{{man "cargo-help" 1}}\

View File

@ -117,6 +117,10 @@ COMMANDS
cargo-yank(1)
    Remove a pushed crate from the index.
Report Commands
cargo-report(1)
    Generate and display various kinds of reports.
General Commands
cargo-help(1)
    Display help information about Cargo.

View File

@ -66,7 +66,6 @@
* [cargo fix](commands/cargo-fix.md)
* [cargo fmt](commands/cargo-fmt.md)
* [cargo miri](commands/cargo-miri.md)
* [cargo report](commands/cargo-report.md)
* [cargo run](commands/cargo-run.md)
* [cargo rustc](commands/cargo-rustc.md)
* [cargo rustdoc](commands/cargo-rustdoc.md)
@ -95,6 +94,8 @@
* [cargo package](commands/cargo-package.md)
* [cargo publish](commands/cargo-publish.md)
* [cargo yank](commands/cargo-yank.md)
* [Report Commands](commands/report-commands.md)
* [cargo report](commands/cargo-report.md)
* [Deprecated and Removed](commands/deprecated-and-removed.md)
* [FAQ](faq.md)

View File

@ -9,7 +9,6 @@
* [cargo fix](cargo-fix.md)
* [cargo fmt](cargo-fmt.md)
* [cargo miri](cargo-miri.md)
* [cargo report](cargo-report.md)
* [cargo run](cargo-run.md)
* [cargo rustc](cargo-rustc.md)
* [cargo rustdoc](cargo-rustdoc.md)

View File

@ -123,6 +123,11 @@ available at <https://rust-lang.org>.
[cargo-yank(1)](cargo-yank.html)\
&nbsp;&nbsp;&nbsp;&nbsp;Remove a pushed crate from the index.
### Report Commands
[cargo-report(1)](cargo-report.html)\
&nbsp;&nbsp;&nbsp;&nbsp;Generate and display various kinds of reports.
### General Commands
[cargo-help(1)](cargo-help.html)\

View File

@ -4,4 +4,5 @@
* [Manifest Commands](manifest-commands.md)
* [Package Commands](package-commands.md)
* [Publishing Commands](publishing-commands.md)
* [Report Commands](report-commands.md)
* [Deprecated and Removed](deprecated-and-removed.md)

View File

@ -0,0 +1,3 @@
# Report Commands
* [cargo report](cargo-report.md)

View File

@ -147,6 +147,10 @@ available at <https://rust\-lang.org>\&.
\fBcargo\-yank\fR(1)
.br
\ \ \ \ Remove a pushed crate from the index.
.SS "Report Commands"
\fBcargo\-report\fR(1)
.br
\ \ \ \ Generate and display various kinds of reports.
.SS "General Commands"
\fBcargo\-help\fR(1)
.br