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

Kill chaco.shell and related code #667

Merged
merged 5 commits into from
Apr 15, 2021
Merged

Kill chaco.shell and related code #667

merged 5 commits into from
Apr 15, 2021

Conversation

aaronayres35
Copy link
Contributor

@aaronayres35 aaronayres35 commented Apr 15, 2021

Part of #463

This PR incrementally removes all uses of chaco.shell from the code base. It may be useful to review commit by commit.
It starts by removing the entire chaco.shell subpackage. It then removes the shell related examples. It also then removes the chaco.plugin sub package as the whole purpose of this subpackage was basically to define an envisage plugin that provides chaco.shell functionality. Without shell this plugin becomes useless (AFAICT). It also removes these files from the list of flake8 ignored files in tox.ini.

This does not completely solve #463 because much of the documentation still uses and refers to chaco.shell. I will open a separate PR for scrapping shell from the docs after this.

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

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