mirror of
https://github.com/nicolargo/glances.git
synced 2026-06-03 03:15:09 -04:00
- SKILL-plugin.md: new section explaining when and how to write a per-plugin TUI renderer; pointers to cpu reference + v4 catalogue. - architecture §1.4: per-plugin renderer documented as the escape hatch for layouts the generic table fallback cannot produce. Co-Authored-By: Claude Opus 4.7 (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