Browse Source

tools/gen-cpydiff.py: Adjust subsections to sentence case.

pull/5507/head
Jason Neal 5 years ago
committed by Damien George
parent
commit
de78a9e317
  1. 2
      tools/gen-cpydiff.py

2
tools/gen-cpydiff.py

@ -51,7 +51,7 @@ INDEX = 'index.rst'
HEADER = '.. This document was generated by tools/gen-cpydiff.py\n\n'
UIMPORTLIST = {'struct', 'collections', 'json'}
CLASSMAP = {'Core': 'Core Language', 'Types': 'Builtin Types'}
CLASSMAP = {'Core': 'Core language', 'Types': 'Builtin types'}
INDEXPRIORITY = ['syntax', 'core_language', 'builtin_types', 'modules']
RSTCHARS = ['=', '-', '~', '`', ':']
SPLIT = '"""\n|categories: |description: |cause: |workaround: '

Loading…
Cancel
Save