Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Feb 16, 2025
1 parent 4a16088 commit b05a41a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The corresponding Github repository of _pydoclint_ is:
- [3. Style violation codes](#3-style-violation-codes)
- [4. Additional notes for users](#4-additional-notes-for-users)
- [5. Notes for developers](#5-notes-for-developers)
- [6. Miscellaneous notes](#6-miscellaneous-notes)

<!--TOC-->

Expand Down Expand Up @@ -222,3 +223,9 @@ If you'd like to contribute to the code base of _pydoclint_, thank you!

[This guide](https://jsh9.github.io/pydoclint/notes_for_developers.html) can
hopefully help you get familiar with the code base faster.

## 6. Miscellaneous notes

- [Checking class attributes](https://jsh9.github.io/pydoclint/checking_class_attributes.html)
- [Notes on `Generator` vs `Iterator`](https://jsh9.github.io/pydoclint/notes_generator_vs_iterator.html)
- [More about docstring style mismatch (`DOC003`)](https://jsh9.github.io/pydoclint/style_mismatch.html)
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The corresponding Github repository of _pydoclint_ is:
- [3. Style violation codes](#3-style-violation-codes)
- [4. Additional notes for users](#4-additional-notes-for-users)
- [5. Notes for developers](#5-notes-for-developers)
- [6. Miscellaneous notes](#6-miscellaneous-notes)

<!--TOC-->

Expand Down Expand Up @@ -222,3 +223,9 @@ If you'd like to contribute to the code base of _pydoclint_, thank you!

[This guide](https://jsh9.github.io/pydoclint/notes_for_developers.html) can
hopefully help you get familiar with the code base faster.

## 6. Miscellaneous notes

- [Checking class attributes](https://jsh9.github.io/pydoclint/checking_class_attributes.html)
- [Notes on `Generator` vs `Iterator`](https://jsh9.github.io/pydoclint/notes_generator_vs_iterator.html)
- [More about docstring style mismatch (`DOC003`)](https://jsh9.github.io/pydoclint/style_mismatch.html)
2 changes: 1 addition & 1 deletion docs/notes_for_users.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ To use this feature, you only need to generate a "baseline violations" file
somewhere in your repo.

For more details, please check out
[this section](https://jsh9.github.io/pydoclint/config_options.html#12---baseline).
[this section](https://jsh9.github.io/pydoclint/config_options.html#20---baseline).

## 7. How to integrate _pydoclint_ with different editors or IDEs

Expand Down

0 comments on commit b05a41a

Please sign in to comment.