8000 DOC: Update link and description of the Spyder IDE in Ecosystem docs by CAM-Gerlach · Pull Request #22136 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: Update link and description of the Spyder IDE in Ecosystem docs #22136

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix missing closing backticks on two Spyder links in ecosystem doc
  • Loading branch information
CAM-Gerlach committed Aug 17, 2018
commit d8d13f0e5aa9187263a88148b252dc5933ef6bb7
4 changes: 2 additions & 2 deletions doc/source/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ or the clipboard into a new pandas DataFrame via a sophisticated import wizard.

Most pandas classes, methods and data attributes can be autocompleted in
Spyder's `Editor <https://docs.spyder-ide.org/editor.html>`__ and
`IPython Console <https://docs.spyder-ide.org/ipythonconsole.html>__,
and Spyder's `Help pane<https://docs.spyder-ide.org/help.html>__ can retrieve
`IPython Console <https://docs.spyder-ide.org/ipythonconsole.html>`__,
and Spyder's `Help pane<https://docs.spyder-ide.org/help.html>`__ can retrieve
and render Numpydoc documentation on pandas objects in rich text with Sphinx
both automatically and on-demand.

Expand Down
0