mapbox / mapbox/raster-tester

pydocstyle reports 24 missing docstrings

Open
#41 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
$ python -m pydocstyle --count --select=D1 --add-ignore=D105 .
...
24
```

Contributor guide

Open the contributing guide

Research direction

Start by running `python -m pydocstyle --count --select=D1 --add-ignore=D105 .` to identify the 24 missing docstrings. Review the reported locations and add the required documentation, then rerun the same command so the missing-docstring count is resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.