mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
- Add complete terminal handling with screen buffer management - Implement keyboard and mouse input (SGR extended mouse protocol) - Add support for text attributes, colors, and ACS line-drawing characters - Handle wide characters and combining character merging - Support both Windows (msvcrt) and Unix (termios) platforms - Fix ERR constant to match standard curses (-1 instead of 1) - Fix unctrl() return type annotation (str instead of int) |
||
|---|---|---|
| .. | ||
| source | ||
| make.bat | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
The nvitop's Documentation
This directory contains the documentation of nvitop, the one-stop solution for GPU process management.
Requirements
sphinxsphinx-autoapisphinx-autobuildsphinx-copybuttonsphinx-rtd-thememake
Steps to build the documentation
cd docs # navigate to this directory
python3 -m venv --upgrade-deps .venv
source .venv/bin/activate
pip3 install -r ../requirements.txt -r requirements.txt
sphinx-autobuild --watch ../nvitop --open-browser source build