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

Rich text in object inspector mishandles some scipy docstrings #1138

Closed
spyder-bot opened this issue Feb 17, 2015 · 5 comments
Closed

Rich text in object inspector mishandles some scipy docstrings #1138

spyder-bot opened this issue Feb 17, 2015 · 5 comments

Comments

@spyder-bot
Copy link
Collaborator

From DavidAnt...@gmail.com on 2012-08-16T18:28:42Z

I have scipy 0.10.1 installed on Ubuntu 12.04 x64. I am looking at the module scipy.optimize in the object explorer (hg revision ab8402bb1ed4 ). When I view it in plain text mode, I get a list of all the available functions in this module, along with all the rst markup. However, when converting to rich text, all the functions disappear.

The attached screenshots illustrate the problem

Attachment: plain_text.png rich_text.png

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1138

@spyder-bot
Copy link
Collaborator Author

From jed.lud...@gmail.com on 2012-08-16T22:17:52Z

I can confirm similar behavior on Windows 7. Probably related to issue #997 .

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2012-08-18T05:57:30Z

Thanks for the confirmation Jed. I don't think this has something to do with issue #997 because that one is about signatures.

To solve this one we'll probably need to add the autosummary sphinx extension to the Object Inspector conf.py

I'll take a look at it this weekend.

Status: Accepted
Owner: ccordoba12
Labels: MS-v2.2

@spyder-bot
Copy link
Collaborator Author

From jed.lud...@gmail.com on 2013-01-12T18:11:30Z

@-ccordoba12: Carlos, you were right on. This has to do with the autosummary extension. I've got a fix that I'll push up shortly.

@spyder-bot
Copy link
Collaborator Author

From jed.lud...@gmail.com on 2013-01-12T18:34:23Z

This issue was updated by revision 9347520ea0c6 .

Status: Fixed

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-01-13T17:36:15Z

This issue was updated by revision aa002d534870 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant