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

Generate API docs with pdoc #710

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Generate API docs with pdoc #710

merged 1 commit into from
Jul 11, 2023

Conversation

fholger
Copy link
Collaborator

@fholger fholger commented Jun 29, 2023

This PR adds a workflow to auto-generate API docs with pdoc and publish them to GitHub pages.

Actions run: https://github.com/fholger/tools-python/actions/runs/5409859727
Preview: https://frydrych.org/tools-python/spdx_tools.html

While the generated docs do not offer much benefit over browsing the actual code in your IDE, they do provide a searchable and easily navigable web interface to look at the library structure. Given that it costs us virtually nothing to provide it, I believe we might as well have it.

Note: the GitHub pages configuration in the repository settings needs to be updated once to have the GH Pages deployed from a GitHub action instead of branch.

Signed-off-by: Holger Frydrych <holger.frydrych@tngtech.com>
@armintaenzertng armintaenzertng merged commit c98b3e4 into spdx:main Jul 11, 2023
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