summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-11-26 10:02:30 +0100
committernicolargo <nicolas@nicolargo.com>2023-11-26 10:02:30 +0100
commitbcf4ce45fc0394ea64d35062c97a5e5dfdedd29b (patch)
treee22f75fe8f89b6b1d306ce81629b4d7ce87ae642 /docs
parent36ed96b05a6627aa8eeb4f8afbd7a268ce0aa572 (diff)
Rename any reference to Bottle in doc and dep file. Ready to refactor the main glances_restful_api.py file.
Diffstat (limited to 'docs')
-rw-r--r--docs/cmds.rst2
-rw-r--r--docs/docker.rst4
-rw-r--r--docs/man/glances.12
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/cmds.rst b/docs/cmds.rst
index cffeb153..91a8ed53 100644
--- a/docs/cmds.rst
+++ b/docs/cmds.rst
@@ -172,7 +172,7 @@ Command-Line Options
.. option:: -w, --webserver
- run Glances in web server mode (bottle lib needed)
+ run Glances in web server mode (FastAPI lib needed)
.. option:: --cached-time CACHED_TIME
diff --git a/docs/docker.rst b/docs/docker.rst
index ad91fd3d..9f4aa63e 100644
--- a/docs/docker.rst
+++ b/docs/docker.rst
@@ -28,7 +28,7 @@ Available tags (all images are based on both Alpine and Ubuntu Operating System)
* - `latest`
- Alpine
- Latest Release
- - Minimal + (Bottle & Docker)
+ - Minimal + (FastAPI & Docker)
* - `dev`
- Alpine
- develop
@@ -40,7 +40,7 @@ Available tags (all images are based on both Alpine and Ubuntu Operating System)
* - `ubuntu-latest`
- Ubuntu
- Latest Release
- - Minimal + (Bottle & Docker)
+ - Minimal + (FastAPI & Docker)
* - `ubuntu-dev`
- Ubuntu
- develop
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 87e52bf9..b2888dd8 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -254,7 +254,7 @@ set refresh time in seconds [default: 3 sec]
.INDENT 0.0
.TP
.B \-w, \-\-webserver
-run Glances in web server mode (bottle lib needed)
+run Glances in web server mode (FastAPI lib needed)
.UNINDENT
.INDENT 0.0
.TP