compio-rs/compio

Improve docs

Offen

#553 geöffnet am 02.12.2025

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (120 Forks)github user discovery
documentationgood first issuehelp wanted

Repository-Metriken

Stars
 (1.732 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 3h) (14 gemergte PRs in 30 T)

Beschreibung

I'm proposing a series of changes to improve our document quality. Here're things I'd like to do:

  • Fix broken intra doc links (prohibit rustdoc::broken_intra_doc_links in future) (#554)
  • Fix broken docs.rs builds (See broken builds) (#562)
  • Separate README.md for each subcrate (#564)
  • Forbid broken doc intra link (#574)
  • Maintain a rolling doc deployment of master branch
  • Optimization docs as mentioned on reddit
  • Improve grammar and fluency in document

During the process, I think it will be a good chance to revisit some of the old code and make improvements to them as well (like #555). For anyone who's interested in involving, welcome to open a PR!

Contributor Guide