_repr_svg_ needs better documentation
See original GitHub issue_repr_svg_
has additional return options as mentioned by @takluyver here: https://github.com/igraph/python-igraph/issues/145#issuecomment-344283193
I couldn’t find the fact that _repr_svg_
could return a tuple mentioned anywhere. Specifically, this could be mentioned here:
- http://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html
- http://ipython.readthedocs.io/en/stable/api/generated/IPython.core.formatters.html
Perhaps there are other _repr_
functions that are also under-documented.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
5 Tips for Improving Documentation | CloudApp Blog
But improving documentation is essential for any business looking to grow and achieve a high level of success. In this article, we'll cover...
Read more >Need for better documentation - Medium
Their managers and leaders don't think of documentation as a necessity, even though oftentimes they base their own decisions regarding what software to...
Read more >A PyMC3 Analysis of Tyrannosaurid Growth Curves · GitHub
A hierarchical model will allow us to share information from taxa with more observations when inferring the posterior distributions of ...
Read more >pyuvis - PyPI
This package provides tools to work with Cassini UVIS data. How to install. It is recommended to manage your Python environments with conda...
Read more >Building Better Documentation Practices for Developers, Part 1
Developers care about docs and will pass up working on an open source project because it lacks good documentation. Learn more.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, it seems to me this issue can be closed since it was resolved on PR #11352, @takluyver, @dsblank
I think all the
_repr_*_
functions can now return a data, metadata tuple. I only became aware of it recently, but I’m not sure when it started.Here’s another place this could be documented - I think narrative docs may be better for this than API docs. http://ipython.readthedocs.io/en/stable/config/integrating.html#rich-display