From 353ecd2c7ac09f81528fa36a782ef271176c69b0 Mon Sep 17 00:00:00 2001
From: Richard Berger <richard.berger@temple.edu>
Date: Wed, 25 Jul 2018 16:56:28 -0400
Subject: [PATCH] Correct header levels

---
 doc/src/Errors.txt | 2 +-
 doc/src/Python.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/Errors.txt b/doc/src/Errors.txt
index 8e10cb6ae4..7bc520c19d 100644
--- a/doc/src/Errors.txt
+++ b/doc/src/Errors.txt
@@ -8,7 +8,7 @@ Section"_Section_history.html :c
 
 :line
 
-Errors :h3
+Errors :h2
 
 These doc pages describe the errors you can encounter when using
 LAMMPS.  The common problems include conceptual issues.  The messages
diff --git a/doc/src/Python.txt b/doc/src/Python.txt
index 94a2e88f5e..169670d669 100644
--- a/doc/src/Python.txt
+++ b/doc/src/Python.txt
@@ -8,7 +8,7 @@ Section"_Errors.html :c
 
 :line
 
-Use Python with LAMMPS :h3
+Use Python with LAMMPS :h2
 
 These doc pages describe various ways that LAMMPS and Python can be
 used together.
-- 
GitLab