File: update.sh

package info (click to toggle)
python-pyvista 0.46.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 176,944 kB
  • sloc: python: 94,372; sh: 216; makefile: 70
file content (13 lines) | stat: -rwxr-xr-x 756 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# this script updates the intersphinx files here
# make sure to follow potential redirects
curl -L https://docs.python.org/3/objects.inv >python-objects.inv
curl -L https://docs.scipy.org/doc/scipy/objects.inv >scipy-objects.inv
curl -L https://numpy.org/doc/stable/objects.inv >numpy-objects.inv
curl -L https://matplotlib.org/stable/objects.inv >matplotlib-objects.inv
curl -L https://imageio.readthedocs.io/en/stable/objects.inv >imageio-objects.inv
curl -L https://pandas.pydata.org/pandas-docs/stable/objects.inv >pandas-objects.inv
curl -L https://docs.pytest.org/en/stable/objects.inv >pytest-objects.inv
curl -L https://qtdocs.pyvista.org/objects.inv >pyvistaqt-objects.inv
curl -L https://trimesh.org/objects.inv >trimesh-objects.inv