Remove references to chaco.shell from the documentation#669
Merged
Conversation
rahulporuri
reviewed
Apr 16, 2021
Comment on lines
-104
to
-105
| Script-oriented plotting | ||
| ======================== |
Contributor
There was a problem hiding this comment.
I think it is stil worth comparing/contrasting these two styles - script-oriented vs application-oriented - so we would be using matplotlib instead of chaco.shell to demonstrate the script-oriented style of plotting.
Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
rahulporuri
pushed a commit
that referenced
this pull request
Apr 22, 2021
the doc page which used these images was removed in the PR #669 but we forgot to remove the images in the PR deleted: docs/source/user_manual/images/ipython_basic.png deleted: docs/source/user_manual/images/ipython_kde.png deleted: docs/source/user_manual/images/ipython_multi.png
rahulporuri
pushed a commit
that referenced
this pull request
Apr 22, 2021
* CLN : Remove chaco.shell related images from docs the doc page which used these images was removed in the PR #669 but we forgot to remove the images in the PR deleted: docs/source/user_manual/images/ipython_basic.png deleted: docs/source/user_manual/images/ipython_kde.png deleted: docs/source/user_manual/images/ipython_multi.png * CLN : Remove images from quickstart page which got removed the quickstart page got removed in #668 deleted: docs/source/images/lines.png deleted: docs/source/images/lines_final.png deleted: docs/source/images/mylineplot.png deleted: docs/source/images/simple_line.png deleted: docs/source/user_manual/images/simple_line.png * CLN : Remove another copy of simple_line and just use the one image everywhere needed in docs modified: docs/source/user_manual/annotated_examples.rst deleted: docs/source/user_manual/example_images/simple_line.png * CLN : I am not even sure what the xcf file is but it isnt used in the docs so lets remove it deleted: docs/source/images/chaco_show.xcf * FIX : Dont delete all copies of simple_line and use the one copy everywhere new file: docs/source/images/simple_line.png modified: docs/source/user_manual/annotated_examples.rst modified: docs/source/user_manual/chaco_tutorial.rst
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.
Along with #668, this PR closes #463
This PR removes any lingering mention of
chaco.shellfrom the documentation. In doing so it removes the entire tutorial with ipython, and other smaller portions of the docs describing use ofchaco.shell