Skip to content

Commit 1162d66

Browse files
committed
Clean user-facing upstream links and theme metadata
1 parent 3b7b110 commit 1162d66

File tree

397 files changed

+31
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

397 files changed

+31
-121
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: FAQ / Troubleshooting
4-
url: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Troubleshooting
4+
url: https://github.com/Agentry433/turing-smart-screen-python/blob/main/README.md
55
about: ⚠️ Please check the FAQ page before opening a new issue.
66
- name: Existing issues
7-
url: https://github.com/mathoudebine/turing-smart-screen-python/issues?q=is%3Aissue+
7+
url: https://github.com/Agentry433/turing-smart-screen-python/issues?q=is%3Aissue+
88
about: ⚠️ Please search for existing issues first before opening a new one.
99
- name: Discussions
10-
url: https://github.com/mathoudebine/turing-smart-screen-python/discussions
10+
url: https://github.com/Agentry433/turing-smart-screen-python/discussions
1111
about: ℹ️ Use the discussion space to share your experience, ask questions and discuss with the community without opening issues.

.github/workflows/themes-screenshot-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Update themes screenshot and generate list
1212

1313
# Don't run this action on forked repositories to avoid conflicts in PR...
14-
if: github.repository == 'mathoudebine/turing-smart-screen-python'
14+
if: github.repository == 'Agentry433/turing-smart-screen-python'
1515

1616
runs-on: ubuntu-latest
1717

configure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
from tktooltip import ToolTip
5353
except Exception as e:
5454
print("""Import error: %s
55-
Please follow start guide to install required packages: https://github.com/mathoudebine/turing-smart-screen-python/wiki/System-monitor-:-how-to-start
56-
Or the troubleshooting page: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Troubleshooting#all-os-tkinter-dependency-not-installed""" % str(
55+
Please see README.md / README_RU.md in the repository root for installation steps.
56+
If the GUI still does not start, check repository issues or discussions.""" % str(
5757
e))
5858
try:
5959
sys.exit(0)

library/sensors/sensors_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def is_available() -> bool:
250250
DETECTED_GPU = GpuType.UNSUPPORTED
251251
if sys.version_info >= (3, 11) and (platform.system() == "Linux" or platform.system() == "Darwin"):
252252
logger.warning("If you have an AMD GPU, you may need to install some libraries manually: see "
253-
"https://github.com/mathoudebine/turing-smart-screen-python/wiki/Troubleshooting#linux--macos-no-supported-gpu-found-with-an-amd-gpu-and-python-311")
253+
"See README.md / README_RU.md in the repository root for AMD GPU setup notes.")
254254

255255
return DETECTED_GPU != GpuType.UNSUPPORTED
256256

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555

5656
except Exception as e:
5757
print("""Import error: %s
58-
Please follow start guide to install required packages: https://github.com/mathoudebine/turing-smart-screen-python/wiki/System-monitor-:-how-to-start
59-
Or the troubleshooting page: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Troubleshooting#all-os-tkinter-dependency-not-installed""" % str(
58+
Please see README.md / README_RU.md in the repository root for installation steps.
59+
If the application still does not start, check repository issues or discussions.""" % str(
6060
e))
6161
try:
6262
sys.exit(0)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GPUtil @ git+https://github.com/mathoudebine/gputil.git@1.4.1-py3.13 ; python_ve
2828

2929
# Following packages are for AMD GPU on Linux
3030
pyamdgpuinfo~=2.1.6; sys_platform=="linux" and python_version <= "3.12"
31-
# For Python > 3.12, you need to build install pyamdgpuinfo manually: see https://github.com/mathoudebine/turing-smart-screen-python/wiki/Troubleshooting#linux--macos-no-supported-gpu-found-with-an-amd-gpu-and-python--311
31+
# For Python > 3.12, pyamdgpuinfo may need a manual build depending on your distro / Python packaging state.
3232

3333
# Following packages are for AMD GPU on Windows
3434
pyadl~=0.1; sys_platform=="win32"
Binary file not shown.

res/smartmonitor/themes/Vendor theme/theme_Multiple data topics/config.ini

Lines changed: 0 additions & 5 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)