Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[report-converter] Improve documentation maintainability #4424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gamesh411
Copy link
Collaborator

Reduce documentation duplication by:

  • Create a concise package-level README focused on quick start (and silence a warning, as MANIFEST.in expects a README.md)
  • Update setup.py to use a focused description, and as the scope of the tool expanded over time, keywords and general description now acknowledges that
  • Point to official readthedocs.io documentation as single source of truth
  • Remove redundant information from package documentation

Reduce documentation duplication by:
- Create a concise package-level README focused on quick start
- Update setup.py to use a focused description
- Point to official readthedocs.io documentation as single source of truth
- Remove redundant information from package documentation
report-converter --type clang-tidy --output /path/to/reports clang-tidy-output.txt

# Generate HTML report
plist-to-html --input /path/to/reports/*.plist --output /path/to/html
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't find this plist-to-html script.

Copy link
Collaborator Author

@gamesh411 gamesh411 Jan 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an entry point defined for the report-converter package, which is named plist-to-html:
/tools/report-converter/setup.py
This is a way for Python packages to provide a CLI script once installed.
I just went ahead and included this one in the docs as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants