Skip to content

Commit

Permalink
Make url a proper link (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-p authored Jun 25, 2024
1 parent 1a270b0 commit bf674fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/checking_class_attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class MyPet:

Oftentimes we'd like to also document them in docstrings and have _pydoclint_
check them. It is controlled by the `--check-class-attributes` option (see
https://jsh9.github.io/pydoclint/config_options.html)
<https://jsh9.github.io/pydoclint/config_options.html>)

However, none of the mainstream docstring styles (Google, numpy, or Sphinx)
offers explicit guidelines on documenting class attributes. Therefore,
Expand Down

0 comments on commit bf674fa

Please sign in to comment.