-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Current problem
We'll have a single documentation page for each message following #5396 but we need to add the content.
Desired solution
Start by taking what exists in pylint-errors
, the owner is okay with it and the license is MIT
- Proof of concept of a structure and linking for the individual pages (Create separate documentation page for each message #5396)
- Fix small issue with two titles that are the same (Duplicated title in pylint's message documentation #5740)
- Merging git history of pylnt-error (or simply copy pasting) and moving all the relevant content in
doc/data/messages/original
- Create a script to migrate pylint-errors format to our structure
- Add and check messages by manageable batch until there is nothing left of the "original" pylint-errors files
- Add functional tests for
good.py
/bad.py