Fixed whitespace

This commit is contained in:
Aidan Thompson
2025-04-20 11:01:38 -06:00
parent 75d620c0a7
commit d5c4f9c158
4 changed files with 21 additions and 17 deletions

View File

@ -6,3 +6,8 @@ whitespace.py detects TAB characters and trailing whitespace
homepage.py detects outdated LAMMPS homepage URLs (pointing to sandia.gov instead of lammps.org)
errordocs.py detects deprecated error docs in header files
versiontags.py detects .. versionadded:: and .. versionchanged:: with pending version date
Example usage: python3 versiontags.py <DIRECTORY>
where <DIRECTORY> is the path of a LAMMPS directory containing subdirs src/, python/, doc/src/, etc.