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 warning about TraitsDoc #1383

Merged
merged 1 commit into from
Jan 8, 2021
Merged

Conversation

mdickinson
Copy link
Member

This PR removes a potentially confusing warning about TraitsDoc, which is now ancient history.

From some historical code diving and searching, TraitsDoc here refers to a single file traitsdoc.py which contained a Sphinx extension; the file was typically copied directly into the docs directory of projects that needed it. traits.util.trait_documenter is the official "right way" to do this.

Checklist

  • Tests Not applicable
  • Update API reference (docs/source/traits_api_reference)
  • Update User manual (docs/source/traits_user_manual) Not needed - TraitsDoc not referred to from the user manual
  • Update type annotation hints in traits-stubs Not applicable

This PR removes a potentially confusing warning about TraitsDoc, which is now ancient history.

(From some historical code diving and searching, TraitsDoc here refers to a file `traitsdoc.py` which contained a Sphinx extension; the file was typically copied directly into the `docs` directory of projects that needed it.)
Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

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

LGTM

@mdickinson
Copy link
Member Author

Thanks, @rahulporuri.

@mdickinson mdickinson merged commit 4f3d703 into master Jan 8, 2021
@mdickinson mdickinson deleted the doc/remove-reference-to-TraitsDoc branch January 8, 2021 09:03
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.

None yet

2 participants