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

fix docs link bug #304

Merged
merged 1 commit into from
Nov 4, 2020
Merged

fix docs link bug #304

merged 1 commit into from
Nov 4, 2020

Conversation

hamelsmu
Copy link
Member

@hamelsmu hamelsmu commented Nov 4, 2020

I checked all the filenames in fastai/fastai and this fix would fix the following bugs. All other URLs stay exactly the same.

NEW URL OLD URL
https://docs.fast.ai/torch_core https://docs.fast.ai/torch.core
https://docs.fast.ai/tutorial.medical_imaging https://docs.fast.ai/tutorial.medical.imaging
https://docs.fast.ai/test_utils https://docs.fast.ai/test.utils
https://docs.fast.ai/pytorch_doc https://docs.fast.ai/pytorch.doc

P.S. I'm not sure the best way to add an additional test for this, as I would have to either import fastai which I don't want to add that dependency to nbdev, and to create some kind of new fake code that I export which I don't want to do either.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@hamelsmu hamelsmu requested a review from jph00 November 4, 2020 19:50
@hamelsmu
Copy link
Member Author

hamelsmu commented Nov 4, 2020

cc: @muellerzr

This closes fastai/fastai#2876 and fastai/fastai#2872

@jph00
Copy link
Member

jph00 commented Nov 4, 2020

Nice use of partition! :)

@jph00 jph00 merged commit 3b29593 into master Nov 4, 2020
@jph00 jph00 deleted the fix-link-bug branch November 4, 2020 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants