Docs: fix external link to numpy documentation

This commit is contained in:
neofelis2X
2025-01-24 14:56:10 +01:00
parent e3ba6d8c8c
commit 171b201928

View File

@@ -179,7 +179,7 @@ TODAY = datetime.date.today().strftime('%d %B %Y')
# Inheritance diagram external hyperlinks
PYTHON_DOCS = 'https://docs.python.org/3/library/'
NUMPY_DOCS = 'https://numpy.org/doc/stable/reference/'
NUMPY_DOCS = 'https://numpy.org/doc/stable/reference/generated/'
EXTERN_INHERITANCE = {'UserDict.' : PYTHON_DOCS,
'ctypes.' : PYTHON_DOCS,