File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 70
70
guides/installing-using-linux-tools.html#arch-linux, guides/installing-using-linux-tools.html#centos-rhel,
71
71
guides/installing-using-linux-tools.html#debian-ubuntu, guides/installing-using-linux-tools.html#fedora,
72
72
guides/installing-using-linux-tools.html#installing-pip-setuptools-wheel-with-linux-package-managers,
73
- guides/installing-using-linux-tools.html#opensuse, guides/multi-version-installs.html,
74
- guides/multi-version-installs.html#multi-version-installs, guides/packaging-binary-extensions.html,
75
- guides/packaging-binary-extensions.html#alternatives-for-low-level-system-access,
73
+ guides/installing-using-linux-tools.html#opensuse, guides/migrating-to-pypi-org.html,
74
+ guides/migrating-to-pypi-org.html#migrating-to-pypi-org, guides/migrating-to-pypi-org.html#uploading,
75
+ guides/multi-version-installs.html, guides/multi-version-installs.html#multi-version-installs,
76
+ guides/packaging-binary-extensions.html, guides/packaging-binary-extensions.html#alternatives-for-low-level-system-access,
76
77
guides/packaging-binary-extensions.html#alternatives-to-handcoded-accelerator-modules,
77
78
guides/packaging-binary-extensions.html#alternatives-to-handcoded-wrapper-modules,
78
79
guides/packaging-binary-extensions.html#an-overview-of-binary-extensions, guides/packaging-binary-extensions.html#binary-extensions,
Original file line number Diff line number Diff line change @@ -137,7 +137,8 @@ def update_command(args):
137
137
os .chdir (HTML_DIR )
138
138
139
139
inventory = load_inventory ()
140
- links = find_links ()
140
+ ignored_sources , ignored_urls = load_ignored ()
141
+ links = find_links (ignored_sources )
141
142
142
143
new_links = links .difference (inventory )
143
144
print ('Found {} new links.' .format (len (new_links )))
You can’t perform that action at this time.
0 commit comments