numpy/numpy.org

NumPy logo on the NEPS webpage

Closed this issue · 7 comments

This is a very small thing, but on the NEPs webpage:
https://numpy.org/neps/
...the NumPy logo in the top-left corner of the page is a link back to the NEPs page. I would have thought it should link back to the NumPy homepage (https://numpy.org/).

I now notice the same is true for the documentation homepage:
https://numpy.org/doc/stable/
--- the NumPy logo in the top-left corner is a link to the documentation homepage rather than the NumPy homepage. Maybe I'm old-fashioned, but I find this strange...

@melissawm @DAWardle can you please review the PR #3 which tries to resolve this issue

This is a very small thing, but on the NEPs webpage: https://numpy.org/neps/ ...the NumPy logo in the top-left corner of the page is a link back to the NEPs page. I would have thought it should link back to the NumPy homepage (https://numpy.org/).

Also, would like to know if we need to change the redirection of the index.html (homepage) to https://numpy.org/ or this should be throughout the website?

Closing this issue since, as @melissawm pointed out, the relevant links are in the docs build.

Hi Musharaf.

I'm not sure what you are asking here.

As far as I can tell, at the moment every page within:
https://numpy.org/neps
... has the NumPy logo in the top left-hand corner and clicking on the
logo keeps you in /neps (it does not take you back to
https://numpy.org) --- this seems odd to me.

The same is true for:
https://numpy.org/doc/stable

Other parts of the NumPy website .e.g. https://numpy.org/community/ do
not have this quirk and behave as I would expect.

Yours sincerely,

D.A. Wardle.

Greetings for the day,
Will fix the redirection link issue in a new PR, thank you for your help.
Regards