link to pending RTD
This commit is contained in:
parent
76dd1668c9
commit
8cba88335b
1 changed files with 6 additions and 1 deletions
|
@ -47,4 +47,9 @@ In [4]: print(amdgpu_stats.utils.get_temp_stats())
|
||||||
In [5]: print(amdgpu_stats.utils.get_fan_stats())
|
In [5]: print(amdgpu_stats.utils.get_fan_stats())
|
||||||
{'fan_rpm': 0, 'fan_rpm_target': 0}
|
{'fan_rpm': 0, 'fan_rpm_target': 0}
|
||||||
```
|
```
|
||||||
See `help('amdgpu_stats.utils')` or [the module source](https://github.com/joshlay/amdgpu_stats/blob/master/src/amdgpu_stats/utils.py) for more info
|
## Documentation
|
||||||
|
|
||||||
|
For more information on the module, see:
|
||||||
|
- `help('amdgpu_stats.utils')` in your interpreter
|
||||||
|
- [ReadTheDocs](https://amdgpu-stats.readthedocs.io/en/latest/)
|
||||||
|
- [the module source](https://github.com/joshlay/amdgpu_stats/blob/master/src/amdgpu_stats/utils.py) for more info
|
||||||
|
|
Reference in a new issue