-
Notifications
You must be signed in to change notification settings - Fork 30
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
Site docs return 404 #204
Comments
hm, looks like thats cause they're still pointing at master instead of main (swap and it works fine) im not actually sure where thats happening cause that notebook is sitting in the docs dir where it should be. Will take a look, thanks for raising |
@jGaboardi do you remember where those are set? |
Where is that above link coming from? Are you simply launching nbviewer manually or do we have that link embedded somewhere in the repo/docs site? |
Looks like those nbviewer links are hardcoded directly in the index.rst (lines ~13, 21, 29, so just a link update?). For the docs tutorial page, tutorial.rst is pointing to the notebooks in docs/notebooks (e.g., 01_interpolation_methods_overview.ipynb). I ran into this recently in a different project where I didn't want to maintain two copies. sphinx may not like ../ and I found nbsphinx_link worked for me if you're open to the added docs requirement. |
Yep, this looks to be the case! |
Sweet, thanks @jbousquin! Nbsphinx_link looks great |
resolved by #219 |
The 3 vignettes at pysal.org/tobler presently return a 404 with nbviewer.
For example: https://nbviewer.org/github/pysal/tobler/blob/master/notebooks/census_to_hexgrid.ipynb
The text was updated successfully, but these errors were encountered: