mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
[PR #53] [MERGED] docs(core): rephrase docstrings #138
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#138
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/53
Author: @XuehaiPan
Created: 1/3/2023
Status: ✅ Merged
Merged: 1/3/2023
Merged by: @XuehaiPan
Base:
main← Head:docstyle📝 Commits (2)
cb84fa8docs(core): rephrase docstringscf61d5dchore(pre-commit): enablepycodestyle📊 Changes
19 files changed (+508 additions, -687 deletions)
View changed files
📝
.pre-commit-config.yaml(+14 -3)📝
docs/source/spelling_wordlist.txt(+1 -0)📝
nvitop/__main__.py(+1 -1)📝
nvitop/callbacks/keras.py(+21 -22)📝
nvitop/callbacks/pytorch_lightning.py(+21 -21)📝
nvitop/callbacks/tensorboard.py(+4 -1)📝
nvitop/callbacks/utils.py(+1 -2)📝
nvitop/cli.py(+3 -2)📝
nvitop/core/collector.py(+96 -102)📝
nvitop/core/device.py(+144 -209)📝
nvitop/core/host.py(+9 -10)📝
nvitop/core/libcuda.py(+37 -53)📝
nvitop/core/libcudart.py(+23 -36)📝
nvitop/core/libnvml.py(+15 -27)📝
nvitop/core/process.py(+46 -99)📝
nvitop/core/utils.py(+60 -92)📝
nvitop/select.py(+7 -6)📝
pyproject.toml(+4 -0)📝
setup.py(+1 -1)📄 Description
Issue Type
Description
Rephrase docstrings and enable
pydocstylecheck.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.