Skip to content

Commit

Permalink
[BEAM-13848] Update numpy intersphinx link (#16767)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibzib authored Feb 8, 2022
1 parent ee9bdbc commit 730b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/scripts/generate_pydoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/{}'.format(sys.version_info.major), None),
'hamcrest': ('https://pyhamcrest.readthedocs.io/en/stable/', None),
'google-cloud-datastore': ('https://googleapis.dev/python/datastore/latest/', None),
'numpy': ('http://docs.scipy.org/doc/numpy', None),
'numpy': ('https://numpy.org/doc/stable', None),
'pandas': ('http://pandas.pydata.org/pandas-docs/dev', None),
}
Expand Down

0 comments on commit 730b941

Please sign in to comment.