Skip to content
Snippets Groups Projects
Commit 6329927d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[utils] Fixes #83

parent e22ed77e
No related branches found
No related tags found
1 merge request!135[utils] Fixes #83
Pipeline #58694 failed
......@@ -524,7 +524,7 @@ def link_documentation(additional_packages = ['python', 'numpy'], requirements_f
_add_index('python', 'https://docs.python.org/%d.%d/' % sys.version_info[:2])
_add_numpy_index()
_add_index('scipy', 'https://docs.scipy.org/doc/scipy/')
_add_index('matplotlib', 'https://matplotlib.org/')
_add_index('matplotlib', 'https://matplotlib.org/stable/')
_add_index('setuptools', 'https://setuptools.readthedocs.io/en/latest/')
_add_index('six', 'https://six.readthedocs.io')
_add_index('sqlalchemy', 'https://docs.sqlalchemy.org/en/latest/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment