mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #22] [MERGED] Add detailed documentation for API references #122
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/22
Author: @XuehaiPan
Created: 6/29/2022
Status: ✅ Merged
Merged: 7/1/2022
Merged by: @XuehaiPan
Base:
dev← Head:docs📝 Commits (9)
209ec7fdocs(core/device): add detailed documentation for device classes74b6babdocs(core/libnvml): add detailed documentation for NVML bindingsdb29062docs(core/host): add detailed documentation forpsutilshortcuts06c5443docs(core/process): add detailed documentation for process classesfab7cf8docs(core/utils): add detailed documentation for utilities3bb17f6docs: remove todo list in README.md102ee45docs: add Sphinx-based documentseff645dstyle: resolve pylint warnings7512baddocs: update link URLs📊 Changes
26 files changed (+1855 additions, -114 deletions)
View changed files
📝
README.md(+7 -22)➕
docs/Makefile(+20 -0)➕
docs/make.bat(+35 -0)➕
docs/requirements.txt(+6 -0)➕
docs/source/_static/.gitkeep(+0 -0)➕
docs/source/_static/style.css(+3 -0)➕
docs/source/_templates/.gitkeep(+0 -0)➕
docs/source/apis/callbacks.rst(+45 -0)➕
docs/source/apis/core/collector.rst(+8 -0)➕
docs/source/apis/core/device.rst(+8 -0)➕
docs/source/apis/core/host.rst(+8 -0)➕
docs/source/apis/core/libnvml.rst(+8 -0)➕
docs/source/apis/core/process.rst(+8 -0)➕
docs/source/apis/core/utils.rst(+8 -0)➕
docs/source/apis/index.rst(+24 -0)➕
docs/source/conf.py(+136 -0)➕
docs/source/index.rst(+18 -0)📝
nvitop/callbacks/keras.py(+13 -7)📝
nvitop/callbacks/pytorch_lightning.py(+19 -15)📝
nvitop/core/__init__.py(+2 -5)...and 6 more files
📄 Description
Issue Type
Runtime Environment
3.9.13470.129.06nvitopversion or commit: N/Apython-ml-pyversion:11.450.51en_US.UTF-8Description
Add docstrings and examples for module/class/function.
Motivation and Context
Add detailed documentation for API references.
Testing
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.