From a04008cdfd5bd0f7212669b97fe7581eec771649 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Thu, 23 Aug 2018 10:27:40 -0400
Subject: [PATCH] fully integrate atm pair style into manual

---
 doc/src/Commands_pair.txt | 1 +
 doc/src/lammps.book       | 1 +
 doc/src/pairs.txt         | 1 +
 3 files changed, 3 insertions(+)

diff --git a/doc/src/Commands_pair.txt b/doc/src/Commands_pair.txt
index eaf2720613..33890df1fe 100644
--- a/doc/src/Commands_pair.txt
+++ b/doc/src/Commands_pair.txt
@@ -33,6 +33,7 @@ OPT.
 "agni (o)"_pair_agni.html,
 "airebo (oi)"_pair_airebo.html,
 "airebo/morse (oi)"_pair_airebo.html,
+"atm"_pair_atm.html,
 "awpmd/cut"_pair_awpmd.html,
 "beck (go)"_pair_beck.html,
 "body/nparticle"_pair_body_nparticle.html,
diff --git a/doc/src/lammps.book b/doc/src/lammps.book
index 47d05570be..c296ff4039 100644
--- a/doc/src/lammps.book
+++ b/doc/src/lammps.book
@@ -524,6 +524,7 @@ pair_write.html
 pair_adp.html
 pair_agni.html
 pair_airebo.html
+pair_atm.html
 pair_awpmd.html
 pair_beck.html
 pair_body_nparticle.html
diff --git a/doc/src/pairs.txt b/doc/src/pairs.txt
index 4c3eef2cd1..d535798482 100644
--- a/doc/src/pairs.txt
+++ b/doc/src/pairs.txt
@@ -8,6 +8,7 @@ Pair Styles :h1
    pair_adp
    pair_agni
    pair_airebo
+   pair_atm
    pair_awpmd
    pair_beck
    pair_body_nparticle
-- 
GitLab