diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-22 19:39:37 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-04-23 00:27:27 +0200 |
commit | e57695e772e87e270ee451483b76ba1ccc1f1cfc (patch) | |
tree | d17674606f76876c4b614e65af2c9f1d56f9612b /Documentation/hwmon/index.rst | |
parent | hwmon: (max6650) add thermal cooling device capability (diff) | |
download | linux-e57695e772e87e270ee451483b76ba1ccc1f1cfc.tar.xz linux-e57695e772e87e270ee451483b76ba1ccc1f1cfc.zip |
docs: hwmon: convert three docs to ReST format
Those three new drivers were missed on the initial conversion
to ReST format. So:
- Rename them to .rst;
- Add them to the hwmon index.rst index;
- add some blank lines at the "Supported systems:" part, in
order to allow Sphinx to properly identify new lines,
suppressing warnings and avoid it to output some random
lines in bold;
- When multiple authors are involved, change the authors
part to a list, in order to avoid adding blank lines.
- adjust the table cells (one of the tables seemed to be
assuming that tab is 4 positions instead of 8) and add
the table markup.
- be sure that the section markups have the same number of
characters as the section title.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/index.rst')
-rw-r--r-- | Documentation/hwmon/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/hwmon/index.rst b/Documentation/hwmon/index.rst index 893804414510..3fa14fe7b49c 100644 --- a/Documentation/hwmon/index.rst +++ b/Documentation/hwmon/index.rst @@ -65,6 +65,8 @@ Hardware Monitoring Kernel Drivers ina2xx.rst ina3221.rst ir35221.rst + ir38064.rst + isl68137.rst it87.rst jc42.rst k10temp.rst @@ -86,6 +88,7 @@ Hardware Monitoring Kernel Drivers lm93.rst lm95234.rst lm95245.rst + lochnagar.rst ltc2945.rst ltc2978.rst ltc2990.rst |