Files
glances/docs
nicolargo f4417cdbba docs(v5): mark Phase 2 G1 per-plugin renderers in catalogue + NEWS
- Add a " v5 renderer at ..." footer line under each migrated plugin
  section of the v4 TUI rendering catalogue (cpu, mem, load, network,
  percpu). Network + percpu footers also note which v4 modes are
  deferred to G2+ (--byte / --network-cumul / --network-sum and the
  quicklook-enabled toggle).
- New NEWS.rst entry for ``5.0.0a3 (Phase 2 G1)`` summarising the
  per-plugin renderer convention, the discovery mechanism, the new
  schema renderer hints (short_name / internal), and the visual-parity
  groundwork (prominent reverse pairs, 3-cycle alert warmup, top-row
  spacing, CPU/perCPU toggle, dynamic title color, psutil baseline guard).
2026-05-15 10:18:11 +02:00
..
2026-05-05 08:52:20 +02:00
2026-05-05 08:52:20 +02:00
2026-05-05 08:52:20 +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