-
Notifications
You must be signed in to change notification settings - Fork 98
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
Delete the quickstart page from the docs #668
Conversation
First plots from IPython | ||
------------------------ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm not so sure about this PR. Why not just remove this "First plots from IPython" section instead? It's the only shell specific content that I see in this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we had discussed this while we went through the docs. The other sections were all redundant from the tutorial / I had "kill quickstart" written in my notes from our discussion.
I had this removal in a separate PR specifically because it wasn't only motivated by the removal of chaco.shell
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry. you're right. i was mistaking this page for something else. approving.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The users already run into the sample plot gallery and/or the interactive plotting tutorial so there isnt much point in this page
@aaronayres35 can you hold off on this until we have a chat in 30 mins? Im sorry for flip-flopping |
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 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
Somewhat of a follow up to #667
Without chaco.shell, the remaining content on this page is redundant and not needed. So, in this PR the page is removed entirely.