Backport Contribute examples to etsdemo (#751)#766
Merged
Conversation
* etsdemo boilerplate * delete demo.py * move examples/demo/basic into chaco/examples * move select examples from examples/demo/advanced into chaco/examples * move examples/demo/financial into chaco/examples * move a bunch of selected examples from examples/demo into chaco/examples/demo * typo * add asynchronous_updates example * fix accidental placement into entry_points not package_data * add toolbar_plot and chaco_trait_editor examples * update tox.ini * remove mayavi as an examples dep * define demo variable for use in etsdemo * update hyetograph so that it works with etsdemo * update various examples to work within etsdemo application * add comment that qt_example.py will not work in etsdemo app * make scalar_image_function_inspector.py work in etsdemo * make a few other examples work inside etsdemo * make examples using DemoFrame and demo_main work in etsdemo * flake8 * Update chaco/examples/tests/test_etsdemo_info.py Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com> * rename ModelView as DemoModelView * fix scatter_inspector2 * remove todo list Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
targeting maint/5.0
This PR backports the PR contributing examples to etsdemo to the 5.0 maintenance branch