Files
glances/docs
nicolargo d2d338fea6 docs(v5): document per-plugin render_curses_v5 convention
- 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>
2026-05-13 14:44:01 +02:00
..
2026-05-12 17:34:12 +02:00

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