summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-08-23 20:12:49 +0200
committernicolargo <nicolashennion@gmail.com>2016-08-23 20:12:49 +0200
commit9650ce0d678093adf2f30bddc8a53f26c5b583e6 (patch)
tree33c0530694cdc76532e7ac2ee064dfb8b01f409b /docs
parent122cc576dc4324eb493c65f6cb76976dbe3ff2d0 (diff)
Change the IRQ shortcut key from R to Q. R is alread used for the RAID plugins. Also update the docs for the IRQ plugin. Last but not leat, change the ReadTheDoc theme
Diffstat (limited to 'docs')
-rw-r--r--docs/cmds.rst7
-rw-r--r--docs/conf.py5
-rw-r--r--docs/man/glances.15
3 files changed, 13 insertions, 4 deletions
diff --git a/docs/cmds.rst b/docs/cmds.rst
index f6ed26a2..c62803f1 100644
--- a/docs/cmds.rst
+++ b/docs/cmds.rst
@@ -66,6 +66,10 @@ Command-Line Options
disable folder module
+.. option:: --disable-irq
+
+ disable IRQ module
+
.. option:: --disable-sensors
disable sensors module
@@ -363,6 +367,9 @@ The following commands (key pressed) are supported while in Glances:
``q|ESC``
Quit the current Glances session
+``Q``
+ Show/hide IRQ module
+
``r``
Reset history
diff --git a/docs/conf.py b/docs/conf.py
index 12e1fb6c..babb8c4a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -115,15 +115,12 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'alabaster'
+html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
- 'github_user': 'nicolargo',
- 'github_repo': 'glances',
- 'show_powered_by': False
}
# Add any paths that contain custom themes here, relative to this directory.
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index fd4062c7..370dd432 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -123,6 +123,11 @@ disable folder module
.UNINDENT
.INDENT 0.0
.TP
+.B \-\-disable\-irq
+disable IRQ module
+.UNINDENT
+.INDENT 0.0
+.TP
.B \-\-disable\-sensors
disable sensors module
.UNINDENT