Skip to content

Commit

Permalink
Remove duplicate intersphinx mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Aug 12, 2024
1 parent 6e5d36a commit 31f947b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,11 @@
"python": ("https://docs.python.org/3", None),
"matplotlib": ("https://matplotlib.org/stable/", None),
"networkx": ("https://networkx.github.io/documentation/stable/", None),
"nx": ("https://networkx.github.io/documentation/stable/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"np": ("https://numpy.org/doc/stable/", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
"pd": ("https://pandas.pydata.org/docs/", None),
"plotly": ("https://plotly.com/python-api-reference/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
"scikit-learn": ("https://scikit-learn.org/stable/", None),
"sklearn": ("https://scikit-learn.org/stable/", None),
"Sphinx": ("https://www.sphinx-doc.org/en/stable/", None),
"torch": ("https://pytorch.org/docs/master/", None),
"lightning": ("https://lightning.ai/docs/pytorch/stable/", None),
Expand Down

0 comments on commit 31f947b

Please sign in to comment.