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

Remove documentation for test_utils.py #252

Merged
merged 1 commit into from
Oct 2, 2020
Merged

Remove documentation for test_utils.py #252

merged 1 commit into from
Oct 2, 2020

Conversation

alex-l-kong
Copy link
Contributor

@alex-l-kong alex-l-kong commented Oct 1, 2020

What is the purpose of this PR?

A very mini-PR to stop generating documentation for test_utils.py. Addresses and closes #251.

How did you implement your changes

We simply modify conf.py in docs to ignore every filename containing test in its name, not just those with a test suffix.

Remaining issues

If there are any other functions we don't want to generate documentation for, please feel free to let me know and we can address that in this PR too.

@alex-l-kong alex-l-kong self-assigned this Oct 1, 2020
@alex-l-kong alex-l-kong merged commit 0f7a0aa into master Oct 2, 2020
@alex-l-kong alex-l-kong deleted the test_ignore branch October 2, 2020 05:36
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.

Remove certain functions in test_utils.py from documentation
2 participants