mirror of
https://github.com/nicolargo/glances.git
synced 2026-04-19 05:18:04 -04:00
- Remove unnecessary hasattr guard on get_refresh() - Init _last_stats_computed_time to time.time() to avoid stale first reading - Guard against ZeroDivisionError in IO/network rate calculations - Use title-case status from pylxd directly - Add trailing newline to containers.rst Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Building the docs
=================
First install Sphinx and the RTD theme:
make venv
or update it if already installed:
make venv-upgrade
Go to the docs folder:
cd docs
Then build the HTML documentation:
make html
and the man page:
LC_ALL=C make man