K documentation not found
See original GitHub issueSorry to open the issue, I have looked at the historical issues as well as the source code to no avail.
Given this minimal python file:
import logging
When I hit K
, the __doc__
buffer opens with:
|No Docstring for <Definition module logging>|
However, when I run :!pydoc logging
, I get the expected response.
I disabled pyenv, python-mode, etc, and got the same issue.
Using neovim 0.2.0.
Any suggestions? Thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
"latest" documentation not being built in Read The Docs #6103
ERROR: Could not find a version that satisfies the requirement freezegun==1.1.0 (from -r dev-requirements.txt (line 8)) (from versions: ...
Read more >Chapter 2. Getting started with Camel K Red Hat Integration ...
This chapter explains how to install Red Hat Integration - Camel K on OpenShift and how to set up your development environment. This...
Read more >Kubectl Reference Docs - Kubernetes
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and...
Read more >Webmaster Frequently Asked Questions - SEC.gov
Can I search on Form D or Form 8-K items? How about items from other form types? How can I find EDGAR documents...
Read more >Working with custom markers — pytest documentation
pytest -v -k http # running with the above defined example module ... Example: skip(reason="no way of currently testing this") skips the test....
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 FreeTop 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
Top GitHub Comments
That was just a random date I put in. I’ll change that again. There’s a release issue in the jedi issue tracker that you can follow. I’m currently fixing a few bugs and preparing a release. I have like 8 bugs left that I want to fix.
@davidhalter can you publish a new version of jedi to pypi please? Not sure what’s left for the 0.11.0 release, but it seems slated for publication today 😃