Add initial version of updated tools from #1533

This commit is contained in:
Richard Berger
2019-11-05 14:22:17 -05:00
parent 74dade3ccb
commit 423a3bb99f
3 changed files with 303 additions and 1 deletions

View File

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