In reference to T1836
Reformat docstring in utils.py, stat.py, directory.py
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDWAPPSb2555fabb0fc: Reformatted docstrings wherever possible
Diff Detail
- Repository
- rDWAPPS Web applications
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tox/542/ for more details.
Sorry, could you squash your commits before merging? (ie. make a single commit instead of three).
You can do it with git rebase -i master
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tox/548/ for more details.
While formatting the documents I realized that whoever was writing was try to keep line lengths short but they followed an arbitrary line length which was longer than 80 character. Since # noqa was applied these formatting errors did not pop up. I think a lot of this can be resolved if there can be a guideline to add a vertical ruler to the editor at 80 chars.
Also some of the documentation is swh-web is very hard to find. I just can't find where the documentation for swh-web/swh/web/api/views/utils.py is rendered.
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tox/550/ for more details.
Aren't all doc strings rendered at some place with documentation for packages, sub modules the functions they contain?
Build is green
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tox/552/ for more details.
It seems like my revision is already in origin master. There are no changes to push. Should I close this revision.