Add utility to detect duplicate anchors in documentation files

This commit is contained in:
Richard Berger
2017-03-16 21:51:14 -04:00
parent 3a2da51a82
commit efb2a942e0
2 changed files with 62 additions and 1 deletions

View File

@ -12,6 +12,7 @@ setup(name='LAMMPS Documentation Utilities',
tests_require=['nose'],
entry_points = {
"console_scripts": ['txt2html = lammpsdoc.txt2html:main',
'txt2rst = lammpsdoc.txt2rst:main']
'txt2rst = lammpsdoc.txt2rst:main',
'doc_anchor_check = lammpsdoc.doc_anchor_check:main ']
},
)