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

docs: require docs on all public APIs #2588

Merged
merged 1 commit into from Sep 7, 2022

Conversation

davidhewitt
Copy link
Member

Adds #![warn(missing_docs)] to PyO3's lib.rs which is sufficient to warn during development and block during CI (thanks to --deny=warnings.

After #2587 merges there's only about 20 or so public APIs which need documentation, so I'll finish this off once that merges.

Closes #306

@davidhewitt davidhewitt force-pushed the require-docs branch 3 times, most recently from 3c2533b to b419fb0 Compare September 6, 2022 18:39
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.

Ensure all APIs are documented (#![deny(missing_docs)])
1 participant