Undo lost headers
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
.. index:: angle_coeff
|
||||||
|
|
||||||
|
angle_coeff command
|
||||||
|
===================
|
||||||
|
|
||||||
Syntax
|
Syntax
|
||||||
""""""
|
""""""
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
.. index:: angle_style
|
||||||
|
|
||||||
|
angle_style command
|
||||||
|
===================
|
||||||
|
|
||||||
Syntax
|
Syntax
|
||||||
""""""
|
""""""
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
.. index:: fix_modify
|
||||||
|
|
||||||
|
fix_modify command
|
||||||
|
==================
|
||||||
|
|
||||||
Syntax
|
Syntax
|
||||||
""""""
|
""""""
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
.. index:: pair_coeff
|
||||||
|
|
||||||
|
pair_coeff command
|
||||||
|
==================
|
||||||
|
|
||||||
Syntax
|
Syntax
|
||||||
""""""
|
""""""
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
.. index:: pair_modify
|
||||||
|
|
||||||
|
pair_modify command
|
||||||
|
===================
|
||||||
|
|
||||||
Syntax
|
Syntax
|
||||||
""""""
|
""""""
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
.. index:: pair_style
|
||||||
|
|
||||||
|
pair_style command
|
||||||
|
==================
|
||||||
|
|
||||||
Syntax
|
Syntax
|
||||||
""""""
|
""""""
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
.. index:: pair_write
|
||||||
|
|
||||||
|
pair_write command
|
||||||
|
==================
|
||||||
|
|
||||||
Syntax
|
Syntax
|
||||||
""""""
|
""""""
|
||||||
|
|||||||
@ -69,7 +69,7 @@ for orig_file in args.files:
|
|||||||
for line in reader:
|
for line in reader:
|
||||||
print(line, end="", file=writer)
|
print(line, end="", file=writer)
|
||||||
|
|
||||||
if found_syntax:
|
if found_syntax and len(styles) > 0:
|
||||||
# override original file
|
# override original file
|
||||||
shutil.move(new_file, orig_file)
|
shutil.move(new_file, orig_file)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user