summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-11-03 15:45:50 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2018-11-03 15:45:50 +0100
commit7ddfa9a637f56dbe236dde285991569783fe444e (patch)
tree4f585fd519dd30b9a85952125eddfc87d14b09f5 /docs
parentbb5d032be76980a9e110f03f1203bd35fa85a793 (diff)
downloadpsutil-7ddfa9a637f56dbe236dde285991569783fe444e.tar.gz
#1350: give credits to @amanusk
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst17
1 files changed, 2 insertions, 15 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 91abffe8..d54129c2 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -702,14 +702,11 @@ Sensors
See also `temperatures.py <https://github.com/giampaolo/psutil/blob/master/scripts/temperatures.py>`__ and `sensors.py <https://github.com/giampaolo/psutil/blob/master/scripts/sensors.py>`__
for an example application.
- Availability: Linux
+ Availability: Linux, FreeBSD
.. versionadded:: 5.1.0
- .. warning::
-
- this API is experimental. Backward incompatible changes may occur if
- deemed necessary.
+ .. versionchanged:: 5.5.0 added FreeBSD support
.. function:: sensors_fans()
@@ -730,11 +727,6 @@ Sensors
.. versionadded:: 5.2.0
- .. warning::
-
- this API is experimental. Backward incompatible changes may occur if
- deemed necessary.
-
.. function:: sensors_battery()
Return battery status information as a named tuple including the following
@@ -774,11 +766,6 @@ Sensors
.. versionchanged:: 5.4.2 added macOS support
- .. warning::
-
- this API is experimental. Backward incompatible changes may occur if
- deemed necessary.
-
Other system info
-----------------