Skip to content

Commit

Permalink
Add back link to Github repo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Oct 2, 2023
1 parent 0474b26 commit eb1e3c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# pydoclint

A Python docstring linter to check whether a docstring's sections (arguments,
returns, raises, ...) match the function signature or function implementation.
[_Pydoclint_](https://github.com/jsh9/pydoclint) is a Python docstring linter
to check whether a docstring's sections (arguments, returns, raises, ...) match
the function signature or function implementation.

It runs really fast. In fact, it can be thousands of times faster than
[darglint](https://github.com/terrencepreilly/darglint) (or its maintained fork
Expand Down
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# pydoclint

A Python docstring linter to check whether a docstring's sections (arguments,
returns, raises, ...) match the function signature or function implementation.
[_Pydoclint_](https://github.com/jsh9/pydoclint) is a Python docstring linter
to check whether a docstring's sections (arguments, returns, raises, ...) match
the function signature or function implementation.

It runs really fast. In fact, it can be thousands of times faster than
[darglint](https://github.com/terrencepreilly/darglint) (or its maintained fork
Expand Down

0 comments on commit eb1e3c0

Please sign in to comment.