[PR #53] [MERGED] docs(core): rephrase docstrings #138

Closed
opened 2026-05-05 03:26:34 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: mainHead: docstyle


📝 Commits (2)

  • cb84fa8 docs(core): rephrase docstrings
  • cf61d5d chore(pre-commit): enable pycodestyle

📊 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

  • Improvement/feature implementation

Description

Rephrase docstrings and enable pydocstyle check.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/XuehaiPan/nvitop/pull/53 **Author:** [@XuehaiPan](https://github.com/XuehaiPan) **Created:** 1/3/2023 **Status:** ✅ Merged **Merged:** 1/3/2023 **Merged by:** [@XuehaiPan](https://github.com/XuehaiPan) **Base:** `main` ← **Head:** `docstyle` --- ### 📝 Commits (2) - [`cb84fa8`](https://github.com/XuehaiPan/nvitop/commit/cb84fa8197bcfdb20a82bcc25d4e356b0219baf6) docs(core): rephrase docstrings - [`cf61d5d`](https://github.com/XuehaiPan/nvitop/commit/cf61d5ddff6ebae4be875a3baf07369cbd2cee36) chore(pre-commit): enable `pycodestyle` ### 📊 Changes **19 files changed** (+508 additions, -687 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description #### Issue Type <!-- Pick relevant types and delete the rest --> - Improvement/feature implementation #### Description <!-- Describe the changes in detail --> Rephrase docstrings and enable `pydocstyle` check. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:26:34 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/nvitop#138
No description provided.