From 8cba88335bd0e03f5664d8c446c2c677ca256d3b Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 25 Apr 2023 22:34:42 -0500 Subject: [PATCH] link to pending RTD --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d1960..da31748 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,9 @@ In [4]: print(amdgpu_stats.utils.get_temp_stats()) In [5]: print(amdgpu_stats.utils.get_fan_stats()) {'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