mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-19 20:03:09 +08:00
docs(misc): minor improvements to:
- update documentation, - add newly-clarified knowledge into pull-request policy - help doc-writers/editors get things right the first time
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
b2bf3b7e34
commit
450a3902ec
@@ -240,7 +240,7 @@ def _process_end_of_eligible_doc(b: str, rst_file: str) -> (str, str, int):
|
||||
# 4. Remove `_auto_gen_sep` and everything after it:
|
||||
new_b = b.split(_auto_gen_sep, 1)[0]
|
||||
|
||||
# 5. With `new_B, add any editor-added hyperlinks to set:
|
||||
# 5. With `new_b`, add any editor-added hyperlinks to set:
|
||||
# `editor_link_set`.
|
||||
for line in new_b.splitlines():
|
||||
match = _re_editor_added_hyperlink.match(line)
|
||||
|
||||
Reference in New Issue
Block a user