|
55 | 55 | "python": ("https://docs.python.org/3", None), |
56 | 56 | "matplotlib": ("https://matplotlib.org/stable/", None), |
57 | 57 | "networkx": ("https://networkx.github.io/documentation/stable/", None), |
58 | | - "nx": ("https://networkx.github.io/documentation/stable/", None), |
59 | 58 | "numpy": ("https://numpy.org/doc/stable/", None), |
60 | | - "np": ("https://numpy.org/doc/stable/", None), |
61 | 59 | "pandas": ("https://pandas.pydata.org/docs/", None), |
62 | | - "pd": ("https://pandas.pydata.org/docs/", None), |
63 | 60 | "plotly": ("https://plotly.com/python-api-reference/", None), |
64 | 61 | "scipy": ("https://docs.scipy.org/doc/scipy/reference/", None), |
65 | 62 | "scikit-learn": ("https://scikit-learn.org/stable/", None), |
66 | | - "sklearn": ("https://scikit-learn.org/stable/", None), |
67 | 63 | "Sphinx": ("https://www.sphinx-doc.org/en/stable/", None), |
68 | 64 | "torch": ("https://pytorch.org/docs/master/", None), |
69 | 65 | "lightning": ("https://lightning.ai/docs/pytorch/stable/", None), |
|
0 commit comments