-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
DOC: possible cookbook rendering issue with PR #22761 #23128
Comments
Yes, that seems to be the case in the documentation generated on the server: https://pandas-docs.github.io/pandas-docs-travis/cookbook.html#correlation I'm not sure why the
|
I first thought it was related to what @TomAugspurger reported about a regression in IPython regarding functions in code blocks (#22990), but since he pinned IPython to an older version in the doc build, that shouldn't be the case. So it seems that all our other function definitions in the docs have no blank lines in their function body (so maybe for a reason ...). In any case, I think we can consider this a bug in the ipython directive? (or absent feature) |
@jorisvandenbossche Not too familiar with how this stuff works, but would this be a |
We are using this sphinx plugin for this part: https://jupyter.readthedocs.io/en/latest/development_guide/sphinx_directive.html And it's this plugin that is likely to have a bug affecting us. Ideally we should do a bit more research about the bug, see if it's happening in the latest version of the plugin, write a minimal example to reproduce the problem, open an issue in the plugin project, and add the link here. And at the same time, use the regular Does this make sense? |
@datapythonista Yes, that makes sense. Thanks |
When building the cookbook documentation locally I noticed that the function
distcorr
under the Computation header is getting cut off at the first empty line (PR #22761 and commit904af03c36b63d8df911b5cdba1e29e66c6df4b4
). I tried adding white space indentation but that doesn't seem to have helped. Anyone have ideas as to what the issue might be?The text was updated successfully, but these errors were encountered: