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

Documentation for Show_Images broken #2876

Closed
ikeaney opened this issue Oct 13, 2020 · 3 comments
Closed

Documentation for Show_Images broken #2876

ikeaney opened this issue Oct 13, 2020 · 3 comments
Assignees

Comments

@ikeaney
Copy link

ikeaney commented Oct 13, 2020

Be sure you've searched the forums for the error message you received. Also, unless you're an experienced fastai developer, first ask on the forums to see if someone else has seen a similar issue already and knows how to solve it. Only file a bug report here when you're quite confident it's not an issue with your local setup.

Please see this model example of how to fill out an issue correctly. Please try to emulate that example as appropriate when opening an issue.

Please confirm you have the latest versions of fastai, fastcore, fastscript, and nbdev prior to reporting a bug (delete one): YES /

Describe the bug
When I call doc(show_images) and click on the link the URL returned is broken (https://docs.fast.ai/torch.core#show_images)

To Reproduce

Expected behavior

Error with full stack trace

Place between these lines with triple backticks:

Additional context
Add any other context about the problem here.

@marii-moe
Copy link
Collaborator

I think this is the same as #2872

@hamelsmu hamelsmu self-assigned this Nov 3, 2020
@hamelsmu
Copy link
Member

hamelsmu commented Nov 4, 2020

@marii-moe where are you finding this link? I'm seeing this link https://docs.fast.ai/torch_core#show_images show properly.

@muellerzr
Copy link
Contributor

muellerzr commented Nov 4, 2020

@hamelsmu can reproduce:

!pip install fastai --upgrade
!pip install nbdev

from fastai.vision.all import *
doc(show_images)

Clicking the Show in docs url points to https://docs.fast.ai/torch.core#show_images

Same with anything in torch_core I think, as show_image did it too.

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

5 participants