Some "View on github" links return "page not found" or direct to lines different from the source function. **To Reproduce** I tested three links: For [pvsystem.v_from_i](https://pvlib-python.readthedocs.io/en/stable/reference/generated/pvlib.pvsystem.v_from_i.html) the "View on github" link directs to [these lines](https://github.com/pvlib/pvlib-python/blob/main/pvlib/pvsystem.py#L2603-L2682) in the `max_power_pt` function. For [pvsystem.max_power_point](https://pvlib-python.readthedocs.io/en/stable/reference/generated/pvlib.pvsystem.max_power_point.html) the "View on github" link directs to [these lines](https://github.com/pvlib/pvlib-python/blob/main/pvlib/pvsystem.py#L2542-L2600). For [ivtools.sdm.pvsyst_temperature_coeff](https://pvlib-python.readthedocs.io/en/stable/reference/generated/pvlib.ivtools.sdm.pvsyst_temperature_coeff.html) the "View on github" link returns page not found.