@@ -60,7 +60,6 @@ The corresponding Github repository of _pydoclint_ is:
60
60
- [ 3. Style violation codes] ( #3-style-violation-codes )
61
61
- [ 4. Additional notes for users] ( #4-additional-notes-for-users )
62
62
- [ 5. Notes for developers] ( #5-notes-for-developers )
63
- - [ 6. Miscellaneous notes] ( #6-miscellaneous-notes )
64
63
65
64
<!-- TOC-->
66
65
@@ -214,6 +213,14 @@ For detailed explanations of each violation code, please read this page:
214
213
215
214
# # 4. Additional notes for users
216
215
216
+ Here are some additional notes to help you use _pydoclint_ more easily :
217
+
218
+ - [Notes for users](https://jsh9.github.io/pydoclint/notes_for_users.html)
219
+ - (Contains frequently encountered issues)
220
+ - [Checking class attributes](https://jsh9.github.io/pydoclint/checking_class_attributes.html)
221
+ - [Notes on `Generator` vs `Iterator`](https://jsh9.github.io/pydoclint/notes_generator_vs_iterator.html)
222
+ - [More about docstring style mismatch (`DOC003`)](https://jsh9.github.io/pydoclint/style_mismatch.html)
223
+
217
224
If you'd like to use _pydoclint_ for your project, it is recommended that you
218
225
read these additional notes
219
226
[here](https://jsh9.github.io/pydoclint/notes_for_users.html).
@@ -227,9 +234,3 @@ If you'd like to contribute to the code base of _pydoclint_, thank you!
227
234
228
235
[This guide](https://jsh9.github.io/pydoclint/notes_for_developers.html) can
229
236
hopefully help you get familiar with the code base faster.
230
-
231
- # # 6. Miscellaneous notes
232
-
233
- - [Checking class attributes](https://jsh9.github.io/pydoclint/checking_class_attributes.html)
234
- - [Notes on `Generator` vs `Iterator`](https://jsh9.github.io/pydoclint/notes_generator_vs_iterator.html)
235
- - [More about docstring style mismatch (`DOC003`)](https://jsh9.github.io/pydoclint/style_mismatch.html)
0 commit comments